Add Octavia do DevStack standalone vagrant image

Change-Id: Ic06f622dd8024c9a80c10e8ad973dcb6f45d5287
This commit is contained in:
Federico Ressi 2019-10-31 13:17:18 +01:00
parent bbc2415f75
commit 2cfce8594c

View File

@ -1,11 +1,15 @@
[[local|localrc]]
# Configure passwords
MULTI_HOST=0
# Configure IPS
HOST_IP=172.18.161.6
SERVICE_HOST=172.18.161.6
MYSQL_HOST=172.18.161.6
RABBIT_HOST=172.18.161.6
GLANCE_HOSTPORT=172.18.161.6:9292
# Configure passwords
ADMIN_PASSWORD=secret
DATABASE_PASSWORD=secret
RABBIT_PASSWORD=secret
@ -60,6 +64,10 @@ IP_VERSION=4
# IPV6_ADDRS_SAFE_TO_USE=fd$IPV6_GLOBAL_ID::/56
# IPV6_PRIVATE_NETWORK_GATEWAY=fd$IPV6_GLOBAL_ID::1
# Configure Octavia -----------------------------------------------------------
enable_plugin octavia https://opendev.org/openstack/octavia
ENABLED_SERVICES+=,octavia,o-cw,o-hk,o-hm,o-api
# Configure Tobiko ------------------------------------------------------------