diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2015-04-29 16:08:34 +0000 |
---|---|---|
committer | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2015-04-30 17:19:19 +0100 |
commit | 0e9bcdbc969214e5c8880c260b1cb83b96b655a3 (patch) | |
tree | e80e85fdfb93d5271e2b32753fb44e79f48cbde2 /clusters/openstack-two-node-installer.morph | |
parent | af482a38399c5d29fec245e3de4143cf19491965 (diff) | |
download | definitions-0e9bcdbc969214e5c8880c260b1cb83b96b655a3.tar.gz |
openstack: update IP address for one-node cluster
To be consistent with the other IP addresses used.
Change-Id: Idf47ac2af56ea94575d4c534eefb61d5aa38b411
Diffstat (limited to 'clusters/openstack-two-node-installer.morph')
-rw-r--r-- | clusters/openstack-two-node-installer.morph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clusters/openstack-two-node-installer.morph b/clusters/openstack-two-node-installer.morph index 2a278550..961f22b1 100644 --- a/clusters/openstack-two-node-installer.morph +++ b/clusters/openstack-two-node-installer.morph @@ -143,7 +143,7 @@ systems: CONTROLLER_HOST_ADDRESS: twonode-controller.os-mgmt MANAGEMENT_INTERFACE_IP_ADDRESS: 10.0.0.1 - HOSTS_SELF: 10.24.1.83 twonode-controller + HOSTS_SELF: 10.0.0.1 twonode-controller HOSTS_CONTROL: 10.0.0.1 twonode-controller.os-mgmt HOSTS_COMPUTE: 10.0.0.3 twonode-compute.os-mgmt EXTERNAL_INTERFACE: enp3s0 |