Merge "Add configuration options to enable ironic testing . The openstack-ansible-os_tempest playbooks create the tempest.conf file based on a jinja2 template and a number of input variables. A section of the tempest.conf file defines which services are enabled. Currently, the option to enable the ironic service does not exist. Adding the variable into the jinja template and making it default to disabled will provide the functionality required to enable the service."
This commit is contained in:
commit
2ec8cc31e1
@ -111,6 +111,7 @@ tempest_service_available_cinder: True
|
|||||||
tempest_service_available_glance: True
|
tempest_service_available_glance: True
|
||||||
tempest_service_available_heat: True
|
tempest_service_available_heat: True
|
||||||
tempest_service_available_horizon: True
|
tempest_service_available_horizon: True
|
||||||
|
tempest_service_available_ironic: False
|
||||||
tempest_service_available_neutron: True
|
tempest_service_available_neutron: True
|
||||||
tempest_service_available_nova: True
|
tempest_service_available_nova: True
|
||||||
tempest_service_available_sahara: False
|
tempest_service_available_sahara: False
|
||||||
|
@ -165,6 +165,7 @@ heat = {{ tempest_service_available_heat }}
|
|||||||
ceilometer = {{ tempest_service_available_ceilometer }}
|
ceilometer = {{ tempest_service_available_ceilometer }}
|
||||||
horizon = {{ tempest_service_available_horizon }}
|
horizon = {{ tempest_service_available_horizon }}
|
||||||
aodh = {{ tempest_service_available_aodh }}
|
aodh = {{ tempest_service_available_aodh }}
|
||||||
|
ironic = {{ tempest_service_available_ironic }}
|
||||||
sahara = {{ tempest_service_available_sahara }}
|
sahara = {{ tempest_service_available_sahara }}
|
||||||
zaqar = {{ tempest_service_available_zaqar }}
|
zaqar = {{ tempest_service_available_zaqar }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user