diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-04 22:11:34 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-04 22:12:43 -0600 |
commit | b8f055c82d9d2e80e77d96a19068f238fd394424 (patch) | |
tree | b20e1ed07ce9d05dcfef1281367f79cde4e9e091 /ci/maas/default | |
parent | 9d5ca8b6a6c9e33a5f8318483ad940eb9918819d (diff) |
modified to support the ha deployment in case of virtual machine.
Change-Id: I36969409f87d8bf3a4fabc73b0d5de22e5af9a29
Diffstat (limited to 'ci/maas/default')
-rw-r--r-- | ci/maas/default/deployment.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/maas/default/deployment.yaml b/ci/maas/default/deployment.yaml index d0c9e6c4..482dc2c7 100644 --- a/ci/maas/default/deployment.yaml +++ b/ci/maas/default/deployment.yaml @@ -36,7 +36,7 @@ demo-maas: # Package sources. These will be used on the MAAS controller. apt_sources: - - ppa:maas/stable + - ppa:maas/next - ppa:juju/stable # Virsh power settings @@ -110,11 +110,11 @@ demo-maas: broadcast_ip: 192.168.122.255 router_ip: 192.168.122.1 static_range: - low: 192.168.122.51 - high: 192.168.122.60 + low: 192.168.122.101 + high: 192.168.122.200 dynamic_range: low: 192.168.122.5 - high: 192.168.122.50 + high: 192.168.122.100 # Physical nodes to be added to the MAAS cluster. Nodes will be # configured, commissioned and put into the Ready state so |