From 03732f8792e9b42cac50d23e8f8eccef170e327d Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 4 Jan 2016 22:24:39 -0600 Subject: modified the range to strart from .25 as need vip addresses also. Change-Id: I8600be49a08062a370e62744c197b9dff4e4e923 --- ci/maas/default/deployment.yaml | 4 ++-- 1 file 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 -- cgit 1.2.3-korg