diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2017-01-27 04:44:48 +0000 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2017-01-27 04:48:17 +0000 |
commit | 50e1c44f64585abe63bd40982cb379412045fa33 (patch) | |
tree | 885484b9ccf27f0e0a18fc208e1d769c989df7e2 /labconfig/default/labconfig.yaml | |
parent | 59f0f3aa4b49425e19369b2d5fe7b55688b23f7f (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/default/labconfig.yaml')
-rw-r--r-- | labconfig/default/labconfig.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |