summaryrefslogtreecommitdiff
path: root/shelr
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-09-26 18:30:36 +0200
committervarac <varacanero@zeromail.org>2013-09-26 18:30:36 +0200
commit0ba26e9fe8d7f7711ac663e954031de62793bd8f (patch)
treeae40b569d7068a06b85ba8e2f6dd481c08de3af3 /shelr
parente75145283c64ae10aa27a18a68323be926853179 (diff)
added deploy script
Diffstat (limited to 'shelr')
-rw-r--r--shelr/deploy/deploy.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/shelr/deploy/deploy.sh b/shelr/deploy/deploy.sh
new file mode 100644
index 0000000..668d35e
--- /dev/null
+++ b/shelr/deploy/deploy.sh
@@ -0,0 +1,12 @@
+: Leap Platform Demo, Part 2: Initializing and deploying nodes
+
+cd ~/leap/demo/example.org
+leap list
+: Now we initialize all nodes, specifying the "production" tag which all nodes we created have assigned.
+: Be sure to verify the ssh fingerprints !
+leap node init production
+
+: Ok, lets delpoy !
+leap --yes deploy
+
+exit