summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-02-10 19:17:08 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-02-10 19:17:08 +0100
commit9e81bbd8db0658def59694b9d5e29e461c759e1d (patch)
tree4bac74180a5b121c2c472f207328e76726d005fe /src
parentrevised worker flags (diff)
make use of new and revised worker flags for inputs
Diffstat (limited to 'src')
-rw-r--r--src/examples/elevate2018.yml26
-rwxr-xr-xsrc/flufigut.py46
2 files changed, 36 insertions, 36 deletions
diff --git a/src/examples/elevate2018.yml b/src/examples/elevate2018.yml
index daa4abe..64605e7 100644
--- a/src/examples/elevate2018.yml
+++ b/src/examples/elevate2018.yml
@@ -97,16 +97,16 @@ streams:
burst-on-connect: 5
hostname: "elevate-live%i.spreadspace.org"
repeater: True
-records:
- av:
- mux: avr
- format: rec
- profile: rec
- directory: /srv/recording/elevate-2018
- filename: "%Y-%m-%d %H-%M-%S"
- audio:
- mux: audio-orig
- format: ogg
- profile: high
- directory: /srv/recording/elevate-2018
- filename: "%Y-%m-%d %H-%M-%S"
+# records:
+# av:
+# mux: avr
+# format: rec
+# profile: rec
+# directory: /srv/recording/elevate-2018
+# filename: "%Y-%m-%d %H-%M-%S"
+# audio:
+# mux: audio-orig
+# format: ogg
+# profile: high
+# directory: /srv/recording/elevate-2018
+# filename: "%Y-%m-%d %H-%M-%S"
diff --git a/src/flufigut.py b/src/flufigut.py
index aa5d2ce..d0de644 100755
--- a/src/flufigut.py
+++ b/src/flufigut.py
@@ -707,29 +707,29 @@ if __name__ == '__main__':
print("- " + c)
sys.exit(1)
- print("****************************************************")
- print("** atmosphere **")
- print("**")
- __pp.pprint(p.atmosphere)
- print("**")
- print("**************************")
- print("** planet **")
- print("**")
- __pp.pprint(p.flow)
- print("**")
- print("**************************")
- print("** _workers_ **")
- print("**")
- __pp.pprint(p.workers)
- print("**")
- print("****************************************************")
-
- # k8s = K8sDeployment(d, p)
- # print("wiping exisiting namespace ...")
- # k8s.wipe()
- # print("deploying new planet ...")
- # k8s.deploy('../templates')
- # print("done.")
+ # print("****************************************************")
+ # print("** atmosphere **")
+ # print("**")
+ # __pp.pprint(p.atmosphere)
+ # print("**")
+ # print("**************************")
+ # print("** planet **")
+ # print("**")
+ # __pp.pprint(p.flow)
+ # print("**")
+ # print("**************************")
+ # print("** _workers_ **")
+ # print("**")
+ # __pp.pprint(p.workers)
+ # print("**")
+ # print("****************************************************")
+
+ k8s = K8sDeployment(d, p)
+ print("wiping exisiting namespace ...")
+ k8s.wipe()
+ print("deploying new planet ...")
+ k8s.deploy('../templates')
+ print("done.")
except Exception as e:
print("ERROR: while running app: %s" % e)