diff options
author | Ben Nemec <bnemec@redhat.com> | 2017-06-15 14:37:41 -0500 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2017-06-20 11:41:43 -0500 |
commit | 0b4635e009afb3a62c112d44703e2b5c849d37a8 (patch) | |
tree | 87a5c7c483c7bb5ebee5b3e6d4a8a1e0c56a5fad | |
parent | d95394a01c47c46e8ffc3da5e9e4054ffffdc2ee (diff) |
Test Horizon by default in multinode jobs
Horizon is a pretty core service for the overcloud, so we should
test it in the gate jobs. The TripleoFirewall service is also
included so the Horizon ports get opened correctly.
Change-Id: I844b6eee547f9b4aa8e0935ab2e1e458f7a9e960
-rw-r--r-- | ci/environments/multinode.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/environments/multinode.yaml b/ci/environments/multinode.yaml index 20e37e37..102787a6 100644 --- a/ci/environments/multinode.yaml +++ b/ci/environments/multinode.yaml @@ -52,6 +52,8 @@ parameter_defaults: - OS::TripleO::Services::Timezone - OS::TripleO::Services::NovaCompute - OS::TripleO::Services::NovaLibvirt + - OS::TripleO::Services::Horizon + - OS::TripleO::Services::TripleoFirewall - OS::TripleO::Services::Sshd ControllerExtraConfig: nova::compute::libvirt::services::libvirt_virt_type: qemu |