Repository: stratos
Updated Branches:
  refs/heads/master 2a952d89e -> 9b61f3f74


Add gce sample to single cartrige app


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/9b61f3f7
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/9b61f3f7
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/9b61f3f7

Branch: refs/heads/master
Commit: 9b61f3f743794c0d290cbfd6a17dff8767d22a35
Parents: 2a952d8
Author: Lahiru Sandaruwan <[email protected]>
Authored: Wed May 13 22:34:15 2015 +0530
Committer: Lahiru Sandaruwan <[email protected]>
Committed: Wed May 13 22:34:15 2015 +0530

----------------------------------------------------------------------
 .../simple/single-cartridge-app/scripts/gce/deploy.sh       | 9 +++++++++
 .../simple/single-cartridge-app/scripts/gce/undeploy.sh     | 7 +++++++
 2 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/9b61f3f7/samples/applications/simple/single-cartridge-app/scripts/gce/deploy.sh
----------------------------------------------------------------------
diff --git 
a/samples/applications/simple/single-cartridge-app/scripts/gce/deploy.sh 
b/samples/applications/simple/single-cartridge-app/scripts/gce/deploy.sh
new file mode 100755
index 0000000..a754791
--- /dev/null
+++ b/samples/applications/simple/single-cartridge-app/scripts/gce/deploy.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+iaas="gce"
+
+prgdir=`dirname "$0"`
+script_path=`cd "$prgdir"; pwd`
+common_folder=`cd "${script_path}/../common"; pwd`
+
+bash ${common_folder}/deploy.sh ${iaas}

http://git-wip-us.apache.org/repos/asf/stratos/blob/9b61f3f7/samples/applications/simple/single-cartridge-app/scripts/gce/undeploy.sh
----------------------------------------------------------------------
diff --git 
a/samples/applications/simple/single-cartridge-app/scripts/gce/undeploy.sh 
b/samples/applications/simple/single-cartridge-app/scripts/gce/undeploy.sh
new file mode 100755
index 0000000..17d8c71
--- /dev/null
+++ b/samples/applications/simple/single-cartridge-app/scripts/gce/undeploy.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+prgdir=`dirname "$0"`
+script_path=`cd "$prgdir"; pwd`
+common_folder=`cd "${script_path}/../common"; pwd`
+
+bash ${common_folder}/undeploy.sh

Reply via email to