summaryrefslogtreecommitdiffstats
path: root/labconfig
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2017-01-27 04:44:48 +0000
committerRyota MIBU <r-mibu@cq.jp.nec.com>2017-01-27 04:48:17 +0000
commit50e1c44f64585abe63bd40982cb379412045fa33 (patch)
tree885484b9ccf27f0e0a18fc208e1d769c989df7e2 /labconfig
parent59f0f3aa4b49425e19369b2d5fe7b55688b23f7f (diff)
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 <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'labconfig')
-rw-r--r--labconfig/default/deployment.yaml2
-rw-r--r--labconfig/default/labconfig.yaml2
2 files changed, 2 insertions, 2 deletions
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