From 50e1c44f64585abe63bd40982cb379412045fa33 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Fri, 27 Jan 2017 04:44:48 +0000 Subject: improvements for default virtual pod creation This patch includes the following improvements: - deprecate ci/00-maasdeploy.sh - refactor cleaner sctipts - fix MAAS_IP in default configs Change-Id: I60f77e18ce41573a744d79b8cf468c23a7dd3385 Signed-off-by: Ryota MIBU --- labconfig/default/deployment.yaml | 2 +- labconfig/default/labconfig.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'labconfig') diff --git a/labconfig/default/deployment.yaml b/labconfig/default/deployment.yaml index f56a9b2b..849f28cf 100644 --- a/labconfig/default/deployment.yaml +++ b/labconfig/default/deployment.yaml @@ -59,7 +59,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.5 + ip_address: 192.168.122.1 # 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 diff --git a/labconfig/default/labconfig.yaml b/labconfig/default/labconfig.yaml index 59a78569..ee35f651 100644 --- a/labconfig/default/labconfig.yaml +++ b/labconfig/default/labconfig.yaml @@ -59,7 +59,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.1 # 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 -- cgit 1.2.3-korg