From 0ba26e9fe8d7f7711ac663e954031de62793bd8f Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 26 Sep 2013 18:30:36 +0200 Subject: added deploy script --- shelr/deploy/deploy.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 shelr/deploy/deploy.sh (limited to 'shelr') 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 -- cgit v1.2.3