diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-11-07 00:38:58 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-11-07 00:42:36 -0600 |
commit | 3ff5b9114e07349bb4a4b5578394bd799950dcf6 (patch) | |
tree | bf19af5d90f4a343218b8e260fa20638d2057357 /ci/maas/orange/pod2/deployment.yaml | |
parent | ebefaf35b2909bcc41d8ba3917228b7ccba7ce2e (diff) |
added ubuntu charm for local deployment charm to configure the
network according to the labs.
Change-Id: I103b6dc243f025a4916d1057c247d01ee8f175ee
Diffstat (limited to 'ci/maas/orange/pod2/deployment.yaml')
-rwxr-xr-x | ci/maas/orange/pod2/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/maas/orange/pod2/deployment.yaml b/ci/maas/orange/pod2/deployment.yaml index 86a3c144..9541a002 100755 --- a/ci/maas/orange/pod2/deployment.yaml +++ b/ci/maas/orange/pod2/deployment.yaml @@ -122,6 +122,7 @@ demo-maas: ip: 192.168.12.5 subnet_mask: 255.255.255.0 broadcast_ip: 192.168.12.255 + management: 1 static_range: low: 192.168.12.50 high: 192.168.12.150 @@ -132,6 +133,7 @@ demo-maas: ip: 192.168.22.5 subnet_mask: 255.255.255.0 broadcast_ip: 192.168.22.255 + management: 1 static_range: low: 192.168.22.50 high: 192.168.22.150 |