This commit is contained in:
Eliezer Croitoru 2026-02-25 02:29:24 +02:00
parent fb6fe69f80
commit f18c99c978

View File

@ -78,6 +78,10 @@ sed -i "s@^#kolla_internal_vip_address:.*@kolla_internal_vip_address: \"${INTERN
# Enable Keystone/Horizon by default (often needed for a working UI)
sed -i "s@^#enable_horizon:.*@enable_horizon: \"yes\"@g" "${GLOBALS_FILENAME}"
sed -i "s@^#enable_cinder:.*@enable_cinder: yes@g" "${GLOBALS_FILENAME}"
# to allow load balancer
sed -i "s@^#enable_octavia:.*@enable_octavia: true@g" "${GLOBALS_FILENAME}"
# 5. Deployment
kolla-ansible bootstrap-servers -i ./all-in-one