summaryrefslogtreecommitdiffstats
path: root/laas-fog/update.sh
diff options
context:
space:
mode:
authorJack Morgan <jack.morgan@intel.com>2018-01-09 00:12:25 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-09 00:12:25 +0000
commit37fa445afe6d63d44a3a52c2a89e4e21ae67b5a6 (patch)
treea053095a7347ca30245081b3fc44d5f6b7f645d7 /laas-fog/update.sh
parent0700062b04ad49431fbebcfd7c44d4013d654bfe (diff)
parent30f389c70e8a0a8bd2ef27be09839eef243ab7f5 (diff)
Merge "Initial Commit for new LaaS Software"
Diffstat (limited to 'laas-fog/update.sh')
-rwxr-xr-xlaas-fog/update.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/laas-fog/update.sh b/laas-fog/update.sh
new file mode 100755
index 0000000..8fe78bb
--- /dev/null
+++ b/laas-fog/update.sh
@@ -0,0 +1,21 @@
+#!/bin/bash
+##############################################################################
+# Copyright 2017 Parker Berberian and Others #
+# #
+# Licensed under the Apache License, Version 2.0 (the "License"); #
+# you may not use this file except in compliance with the License. #
+# You may obtain a copy of the License at #
+# #
+# http://www.apache.org/licenses/LICENSE-2.0 #
+# #
+# Unless required by applicable law or agreed to in writing, software #
+# distributed under the License is distributed on an "AS IS" BASIS, #
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
+# See the License for the specific language governing permissions and #
+# limitations under the License. #
+##############################################################################
+
+if git pull ; then
+ rm -rf /opt/stackstorm/packs/pharoslaas/* && cp -r pharoslaas/ /opt/stackstorm/packs/
+ st2ctl reload --register-all
+fi