Enable horizon deployment in gate
horizon is a key service and need to be test in the gate. Change-Id: I89fc1a32b54483c4331c31fb6349dee317c1bc2a
This commit is contained in:
parent
6a8a9f7ba4
commit
38da0b3dc2
@ -74,7 +74,7 @@ docker_restart_policy: "never"
|
|||||||
docker_namespace: "lokolla"
|
docker_namespace: "lokolla"
|
||||||
network_interface: "${PRIVATE_INTERFACE}"
|
network_interface: "${PRIVATE_INTERFACE}"
|
||||||
neutron_external_interface: "fake_interface"
|
neutron_external_interface: "fake_interface"
|
||||||
enable_horizon: "no"
|
enable_horizon: "yes"
|
||||||
enable_heat: "no"
|
enable_heat: "no"
|
||||||
openstack_logging_debug: "True"
|
openstack_logging_debug: "True"
|
||||||
openstack_service_workers: "1"
|
openstack_service_workers: "1"
|
||||||
|
@ -66,6 +66,9 @@ namespace = lokolla
|
|||||||
base = ${BASE_DISTRO}
|
base = ${BASE_DISTRO}
|
||||||
install_type = ${INSTALL_TYPE}
|
install_type = ${INSTALL_TYPE}
|
||||||
profile = gate
|
profile = gate
|
||||||
|
|
||||||
|
[profiles]
|
||||||
|
gate = cron,glance,haproxy,keepalived,keystone,kolla-toolbox,mariadb,memcached,neutron,nova,openvswitch,rabbitmq,heka,horizon
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [[ "${DISTRO}" == "Debian" ]]; then
|
if [[ "${DISTRO}" == "Debian" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user