diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-15 13:28:22 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-15 14:02:27 -0500 |
commit | e9a56336b664f4575194c2317aa747652a2ecb6f (patch) | |
tree | b05ae1c0cd57c9a8d6fcd33f6ee947229895f216 /ci/03-maasdeploy.sh | |
parent | dc5adfcfe2f4c2534ad512f8d3b811d86a473089 (diff) |
modified templates and added variable to easlity understand the
templates and added support for multiple networks.
Change-Id: I1074c722c9007bd12c711dbfc58afa1a098d2a17
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/03-maasdeploy.sh')
-rwxr-xr-x | ci/03-maasdeploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index 2b99ff6c..a162bfb9 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -396,7 +396,7 @@ addnodes(){ if [ "$virtinstall" -eq 1 ]; then netw=" --network bridge=virbr0,model=virtio" - elif ([ $VIRSHHOST != "" ]); then + elif ([ "$VIRSHHOST" != "" ]); then # Get the bridge hosting the remote virsh brid=$(ssh $VIRSHHOST "ip a l | grep $VIRSHHOST | perl -pe 's/.* (.*)\$/\$1/g'") netw=" --network bridge=$brid,model=virtio" |