Fix mistral metal deploy

In AIO CI deploy, we are relying on aio_metal.yml.example to
determine what to set in the runtime env.d (it is copied there,
verbatim).

Sadly we added in env.d the support for mistral, without editing
this file. So, by default, the integrated will use lxc, as the
group for mistral will not have is_metal: true. Therefore
the lxc_hosts group will also be populated, and the deployment
is then using lxc for just this container. It is not respecting
the requirement for running 'on metal'.

This should fix it.

Change-Id: Icf29be45ceba24b31ff471157b630e23661709a5
This commit is contained in:
Jean-Philippe Evrard 2019-05-21 13:36:05 +02:00
parent 322d4a579f
commit 847b0a1110
1 changed files with 6 additions and 3 deletions

View File

@ -12,9 +12,6 @@ container_skel:
ceilometer_central_container:
properties:
is_metal: true
metering-compute_container:
properties:
is_metal: true
ceph-mon_container:
properties:
is_metal: true
@ -81,6 +78,12 @@ container_skel:
memcached_container:
properties:
is_metal: true
metering-compute_container:
properties:
is_metal: true
mistral_container:
properties:
is_metal: true
neutron_agents_container:
properties:
is_metal: true