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:
parent
d9620fbdb7
commit
b1f0ba9260
@ -6,6 +6,9 @@ container_skel:
|
||||
barbican_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
blazar_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
ceilometer_central_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
@ -15,13 +18,16 @@ container_skel:
|
||||
ceph-mon_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
ceph-rgw_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
cinder_api_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
cinder_scheduler_container:
|
||||
cinder_volumes_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
cinder_volumes_container:
|
||||
congress_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
designate_container:
|
||||
@ -42,24 +48,15 @@ container_skel:
|
||||
haproxy_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
heat_apis_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
heat_api_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
heat_engine_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
horizon_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
ironic_api_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
ironic_conductor_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
ironic_server_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
@ -87,33 +84,18 @@ container_skel:
|
||||
nova_api_container:
|
||||
properties:
|
||||
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:
|
||||
properties:
|
||||
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:
|
||||
properties:
|
||||
is_metal: true
|
||||
repo_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
qdrouterd_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
rabbit_mq_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
@ -144,12 +126,6 @@ container_skel:
|
||||
trove_api_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
trove_conductor_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
trove_taskmanager_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
unbound_container:
|
||||
properties:
|
||||
is_metal: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user