diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-12 23:29:42 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-12 23:29:42 +0000 |
commit | e6a88afa04cde189cd0e7d119a51b5667c3e69da (patch) | |
tree | 652281dbc03636836424e694af996be4e9d9d5b1 /ci/environments | |
parent | be6a66042e14abfc3a1b649ed144bb755c750424 (diff) | |
parent | f6662286786f2e1c6d81e2ac275d43bf4a6f6910 (diff) |
Merge "adding Congress Support"
Diffstat (limited to 'ci/environments')
-rw-r--r-- | ci/environments/scenario001-multinode.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/environments/scenario001-multinode.yaml b/ci/environments/scenario001-multinode.yaml index 6ee5bad6..d4cd99c1 100644 --- a/ci/environments/scenario001-multinode.yaml +++ b/ci/environments/scenario001-multinode.yaml @@ -7,6 +7,7 @@ resource_registry: OS::TripleO::Services::PankoApi: /usr/share/openstack-tripleo-heat-templates/puppet/services/panko-api.yaml OS::TripleO::Services::Collectd: /usr/share/openstack-tripleo-heat-templates/puppet/services/metrics/collectd.yaml OS::TripleO::Services::Tacker: /usr/share/openstack-tripleo-heat-templates/puppet/services/tacker.yaml + OS::TripleO::Services::Congress: /usr/share/openstack-tripleo-heat-templates/puppet/services/congress.yaml parameter_defaults: ControllerServices: @@ -64,6 +65,7 @@ parameter_defaults: - OS::TripleO::Services::CinderVolume - OS::TripleO::Services::Collectd - OS::TripleO::Services::Tacker + - OS::TripleO::Services::Congress ControllerExtraConfig: nova::compute::libvirt::services::libvirt_virt_type: qemu nova::compute::libvirt::libvirt_virt_type: qemu |