Code Review
/
joid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
aca4784
)
syntax error
47/15247/1
author
narindergupta
<narinder.gupta@canonical.com>
Tue, 7 Jun 2016 06:33:33 +0000
(
01:33
-0500)
committer
narindergupta
<narinder.gupta@canonical.com>
Tue, 7 Jun 2016 06:34:31 +0000
(
01:34
-0500)
Change-Id: If7d3c7063a737b8b55dc9f1cc6c59b14aad1eb10
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/01-deploybundle.sh
patch
|
blob
|
history
diff --git
a/ci/01-deploybundle.sh
b/ci/01-deploybundle.sh
index
660db5b
..
636afc1
100755
(executable)
--- a/
ci/01-deploybundle.sh
+++ b/
ci/01-deploybundle.sh
@@
-41,7
+41,8
@@
if [ -e ~/.juju/deployment.yaml ]; then
sed --i "s@#ext-port: \"eth1\"@ext-port: \"$extport\"@g" ./bundles.yaml
datanet=`grep "dataNetwork" deployconfig.yaml | cut -d ' ' -f 4 | sed -e 's/ //'`
- if [ -z "$datanet" ]
+
+ if [ -z "$datanet" ]; then
sed --i "s@#os-data-network: 10.4.8.0/21@os-data-network: $datanet@g" ./bundles.yaml
fi