diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-02 23:49:13 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-03 08:32:08 -0500 |
commit | 4c3af4a05172d22de01f5b57cc589db05af3cda5 (patch) | |
tree | c4049d4727826b50292cd8ccf2c3370d2a0d6655 /labconfig | |
parent | 6c8cf50ca56d236a8d4dd5b3f730eeaaf67ee44c (diff) |
modified to supprt default virtual install.
Change-Id: I5064114849b126d8fed8840a22e10573a847708d
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'labconfig')
-rw-r--r-- | labconfig/default/deployment.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/labconfig/default/deployment.yaml b/labconfig/default/deployment.yaml index dacd5879..29e2d2a6 100644 --- a/labconfig/default/deployment.yaml +++ b/labconfig/default/deployment.yaml @@ -61,7 +61,7 @@ demo-maas: # Defines the IP Address that the configuration script will use to # to access the MAAS controller via SSH. - ip_address: 192.168.122.2 + ip_address: 192.168.122.5 # This section allows the user to set a series of options on the # MAAS server itself. The list of config options can be found in @@ -91,7 +91,7 @@ demo-maas: auto eth0 iface eth0 inet static - address 192.168.122.2 + address 192.168.122.5 netmask 255.255.255.0 network 192.168.122.0 broadcast 192.168.122.255 @@ -120,11 +120,11 @@ demo-maas: broadcast_ip: 192.168.122.255 router_ip: 192.168.122.1 static_range: - low: 192.168.122.101 - high: 192.168.122.200 + low: 192.168.122.50 + high: 192.168.122.80 dynamic_range: - low: 192.168.122.25 - high: 192.168.122.100 + low: 192.168.122.81 + high: 192.168.122.250 # Physical nodes to be added to the MAAS cluster. Nodes will be # configured, commissioned and put into the Ready state so |