From 38da0b3dc254a92f9c3b7c0d05a623d8b3f75f3b Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Tue, 13 Dec 2016 14:35:18 +0800 Subject: [PATCH] Enable horizon deployment in gate horizon is a key service and need to be test in the gate. Change-Id: I89fc1a32b54483c4331c31fb6349dee317c1bc2a --- tools/deploy_aio.sh | 2 +- tools/setup_gate.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/deploy_aio.sh b/tools/deploy_aio.sh index d536171a9a..334e47c260 100755 --- a/tools/deploy_aio.sh +++ b/tools/deploy_aio.sh @@ -74,7 +74,7 @@ docker_restart_policy: "never" docker_namespace: "lokolla" network_interface: "${PRIVATE_INTERFACE}" neutron_external_interface: "fake_interface" -enable_horizon: "no" +enable_horizon: "yes" enable_heat: "no" openstack_logging_debug: "True" openstack_service_workers: "1" diff --git a/tools/setup_gate.sh b/tools/setup_gate.sh index d5e61ef2da..ac9de5d8eb 100755 --- a/tools/setup_gate.sh +++ b/tools/setup_gate.sh @@ -66,6 +66,9 @@ namespace = lokolla base = ${BASE_DISTRO} install_type = ${INSTALL_TYPE} profile = gate + +[profiles] +gate = cron,glance,haproxy,keepalived,keystone,kolla-toolbox,mariadb,memcached,neutron,nova,openvswitch,rabbitmq,heka,horizon EOF if [[ "${DISTRO}" == "Debian" ]]; then