From 4c3af4a05172d22de01f5b57cc589db05af3cda5 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 2 Jun 2016 23:49:13 -0500 Subject: modified to supprt default virtual install. Change-Id: I5064114849b126d8fed8840a22e10573a847708d Signed-off-by: Narinder Gupta --- labconfig/default/deployment.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'labconfig') 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 -- cgit