Jean-Philippe Evrard 847b0a1110 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
2019-05-21 11:48:47 +00:00

150 lines
2.9 KiB
Plaintext

---
container_skel:
aodh_container:
properties:
is_metal: true
barbican_container:
properties:
is_metal: true
blazar_container:
properties:
is_metal: true
ceilometer_central_container:
properties:
is_metal: true
ceph-mon_container:
properties:
is_metal: true
ceph-rgw_container:
properties:
is_metal: true
cinder_api_container:
properties:
is_metal: true
cinder_volumes_container:
properties:
is_metal: true
congress_container:
properties:
is_metal: true
designate_container:
properties:
is_metal: true
etcd_container:
properties:
is_metal: true
galera_container:
properties:
is_metal: true
glance_container:
properties:
is_metal: true
gnocchi_container:
properties:
is_metal: true
haproxy_container:
properties:
is_metal: true
heat_api_container:
properties:
is_metal: true
horizon_container:
properties:
is_metal: true
ironic_api_container:
properties:
is_metal: true
ironic_server_container:
properties:
is_metal: true
ironic_compute_container:
properties:
is_metal: true
keystone_container:
properties:
is_metal: true
magnum_container:
properties:
is_metal: true
manila_container:
properties:
is_metal: true
manila_data_container:
properties:
is_metal: true
masakari_monitors_container:
properties:
is_metal: true
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
neutron_server_container:
properties:
is_metal: true
nova_api_container:
properties:
is_metal: true
nova_compute_container:
properties:
is_metal: true
octavia_server_container:
properties:
is_metal: true
panko_container:
properties:
is_metal: true
placement_container:
properties:
is_metal: true
repo_container:
properties:
is_metal: true
qdrouterd_container:
properties:
is_metal: true
rabbit_mq_container:
properties:
is_metal: true
rsyslog_container:
properties:
is_metal: true
sahara_container:
properties:
is_metal: true
swift_remote_container:
properties:
is_metal: true
swift_proxy_container:
properties:
is_metal: true
swift_acc_container:
properties:
is_metal: true
swift_obj_container:
properties:
is_metal: true
swift_cont_container:
properties:
is_metal: true
tacker_container:
properties:
is_metal: true
trove_api_container:
properties:
is_metal: true
unbound_container:
properties:
is_metal: true
utility_container:
properties:
is_metal: true