diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-08 18:58:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-08 18:58:36 +0000 |
commit | f63c71e3a2f0cbed788645623d27a8d63e65936b (patch) | |
tree | a26cdfe36e9a464cbf9b711dfcd5a0e8bb3740f1 /ci/02-maasdeploy.sh | |
parent | 69845cc44b9f5fce1186835fb035dd08d9dba1ca (diff) | |
parent | 01a7198ddea494a8e5d93dc1b006afa4e4c09d41 (diff) |
Merge "modified to enable eth1 network in att lab."
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-x | ci/02-maasdeploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index 5575a3d1..5989feef 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -200,6 +200,7 @@ case "$1" in enableautomodebyname eth3 AUTO "192.168.12.0/24" control || true ;; 'attvirpod1' ) + enableautomodebyname eth1 AUTO "192.168.10.0/24" control || true ;; 'juniperpod1' ) ;; |