metal: sync all containers to add is_metal
The aio_metal.yml.example had some missing and extra containers which meant that their metal jobs still built containers. This patch fixes that. Change-Id: If76add769defea6b68843f2d09bd6eee4dc84741
This commit is contained in:

committed by
Jesse Pretorius

parent
d9620fbdb7
commit
b1f0ba9260
@@ -6,6 +6,9 @@ container_skel:
|
|||||||
barbican_container:
|
barbican_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
|
blazar_container:
|
||||||
|
properties:
|
||||||
|
is_metal: true
|
||||||
ceilometer_central_container:
|
ceilometer_central_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
@@ -15,13 +18,16 @@ container_skel:
|
|||||||
ceph-mon_container:
|
ceph-mon_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
|
ceph-rgw_container:
|
||||||
|
properties:
|
||||||
|
is_metal: true
|
||||||
cinder_api_container:
|
cinder_api_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
cinder_scheduler_container:
|
cinder_volumes_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
cinder_volumes_container:
|
congress_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
designate_container:
|
designate_container:
|
||||||
@@ -42,24 +48,15 @@ container_skel:
|
|||||||
haproxy_container:
|
haproxy_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
heat_apis_container:
|
|
||||||
properties:
|
|
||||||
is_metal: true
|
|
||||||
heat_api_container:
|
heat_api_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
heat_engine_container:
|
|
||||||
properties:
|
|
||||||
is_metal: true
|
|
||||||
horizon_container:
|
horizon_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
ironic_api_container:
|
ironic_api_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
ironic_conductor_container:
|
|
||||||
properties:
|
|
||||||
is_metal: true
|
|
||||||
ironic_server_container:
|
ironic_server_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
@@ -87,33 +84,18 @@ container_skel:
|
|||||||
nova_api_container:
|
nova_api_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
nova_api_metadata_container:
|
|
||||||
properties:
|
|
||||||
is_metal: true
|
|
||||||
nova_api_os_compute_container:
|
|
||||||
properties:
|
|
||||||
is_metal: true
|
|
||||||
nova_api_placement_container:
|
|
||||||
properties:
|
|
||||||
is_metal: true
|
|
||||||
nova_compute_container:
|
nova_compute_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
nova_conductor_container:
|
|
||||||
properties:
|
|
||||||
is_metal: true
|
|
||||||
nova_scheduler_container:
|
|
||||||
properties:
|
|
||||||
is_metal: true
|
|
||||||
nova_console_container:
|
|
||||||
properties:
|
|
||||||
is_metal: true
|
|
||||||
octavia_server_container:
|
octavia_server_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
repo_container:
|
repo_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
|
qdrouterd_container:
|
||||||
|
properties:
|
||||||
|
is_metal: true
|
||||||
rabbit_mq_container:
|
rabbit_mq_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
@@ -144,12 +126,6 @@ container_skel:
|
|||||||
trove_api_container:
|
trove_api_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
trove_conductor_container:
|
|
||||||
properties:
|
|
||||||
is_metal: true
|
|
||||||
trove_taskmanager_container:
|
|
||||||
properties:
|
|
||||||
is_metal: true
|
|
||||||
unbound_container:
|
unbound_container:
|
||||||
properties:
|
properties:
|
||||||
is_metal: true
|
is_metal: true
|
||||||
|
Reference in New Issue
Block a user