Skip to content
Snippets Groups Projects
Commit c9e5b1ba authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Set internal vip to vagrant private network"

parents 62ffe35c 5718356e
No related branches found
No related tags found
No related merge requests found
...@@ -154,6 +154,8 @@ function configure_kolla { ...@@ -154,6 +154,8 @@ function configure_kolla {
# Set network interfaces # Set network interfaces
sed -i -r "s,^[# ]*network_interface:.+$,network_interface: \"eth1\"," /etc/kolla/globals.yml sed -i -r "s,^[# ]*network_interface:.+$,network_interface: \"eth1\"," /etc/kolla/globals.yml
sed -i -r "s,^[# ]*neutron_external_interface:.+$,neutron_external_interface: \"eth2\"," /etc/kolla/globals.yml sed -i -r "s,^[# ]*neutron_external_interface:.+$,neutron_external_interface: \"eth2\"," /etc/kolla/globals.yml
# Set VIP address to be on the vagrant private network
sed -i -r "s,^[# ]*kolla_internal_vip_address:.+$,kolla_internal_vip_address: \"172.28.128.254\"," /etc/kolla/globals.yml
} }
# Configure the operator node and install some additional packages. # Configure the operator node and install some additional packages.
......
...@@ -141,7 +141,7 @@ Validate OpenStack is operational:: ...@@ -141,7 +141,7 @@ Validate OpenStack is operational::
source /etc/kolla/admin-openrc.sh source /etc/kolla/admin-openrc.sh
openstack user list openstack user list
Or navigate to http://10.10.10.254/ with a web browser. Or navigate to http://172.28.128.254/ with a web browser.
Further Reading Further Reading
=============== ===============
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment