diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-08-15 12:48:24 -0700 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-08-17 05:25:14 +0000 |
commit | 26789ee5b387d22a531079295599fe6ed9f016ef (patch) | |
tree | f76ae164bb04a78d4df4695ead7147f5b81e5d1e /ci/environments | |
parent | d3dfd28af523996dd2dc7f8b37e728fa9a50d533 (diff) |
scenario002/multinode: do not run containerized Zaqar
It doesn't work yet, see:
https://bugs.launchpad.net/tripleo/+bug/1710959
Change-Id: I05d5325aa704f8e18737e98d3bd6b4d00fc1dca6
Diffstat (limited to 'ci/environments')
-rw-r--r-- | ci/environments/scenario002-multinode-containers.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/environments/scenario002-multinode-containers.yaml b/ci/environments/scenario002-multinode-containers.yaml index a4752c4c..fe06ef66 100644 --- a/ci/environments/scenario002-multinode-containers.yaml +++ b/ci/environments/scenario002-multinode-containers.yaml @@ -9,7 +9,9 @@ resource_registry: # TODO: Barbican is not yet containerized: https://review.openstack.org/#/c/474327 # OS::TripleO::Services::BarbicanApi: ../../docker/services/barbican-api.yaml OS::TripleO::Services::BarbicanApi: ../../puppet/services/barbican-api.yaml - OS::TripleO::Services::Zaqar: ../../docker/services/zaqar.yaml + # TODO: Zaqar doesn't work when containerized + # https://bugs.launchpad.net/tripleo/+bug/1710959 + OS::TripleO::Services::Zaqar: ../../puppet/services/zaqar.yaml OS::TripleO::Services::Ec2Api: ../../docker/services/ec2-api.yaml # NOTE: This is needed because of upgrades from Ocata to Pike. We # deploy the initial environment with Ocata templates, and |