diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-04 22:24:39 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-04 22:24:39 -0600 |
commit | 03732f8792e9b42cac50d23e8f8eccef170e327d (patch) | |
tree | b383f3268584358401d0d3d34d1f8d59cba4aa92 /ci/maas | |
parent | b8f055c82d9d2e80e77d96a19068f238fd394424 (diff) |
modified the range to strart from .25 as need vip addresses also.
Change-Id: I8600be49a08062a370e62744c197b9dff4e4e923
Diffstat (limited to 'ci/maas')
-rw-r--r-- | ci/maas/default/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/maas/default/deployment.yaml b/ci/maas/default/deployment.yaml index 482dc2c7..90b284b9 100644 --- a/ci/maas/default/deployment.yaml +++ b/ci/maas/default/deployment.yaml @@ -12,7 +12,7 @@ demo-maas: pool: default disk_size: 20G sticky_ip_address: - requested_address: 192.168.122.5 + requested_address: 192.168.122.25 maas: # Defines the general setup for the MAAS environment, including the @@ -113,7 +113,7 @@ demo-maas: low: 192.168.122.101 high: 192.168.122.200 dynamic_range: - low: 192.168.122.5 + low: 192.168.122.25 high: 192.168.122.100 # Physical nodes to be added to the MAAS cluster. Nodes will be |