e691bbe026
This updates the relevant environment/services templates so that they also default to docker. Without this change users of these services could end up with mismatched (unsupported) deployments. Additionally, this picks environment/services-docker as the source of truth when resolving collisions for moving those over environment/services. So environment/services now contain all of the containerized services' env files used to be located in environment/services-docker. The latter will be deleted later to prevent future desync of contents. Co-authored-by: Bogdan Dobrelya <bdobreli@redhat.com> Change-Id: I923731f46ea26582160a11d2dfe85792ab74110b
8 lines
397 B
YAML
8 lines
397 B
YAML
resource_registry:
|
|
OS::TripleO::Services::IronicApi: ../../docker/services/ironic-api.yaml
|
|
OS::TripleO::Services::IronicConductor: ../../docker/services/ironic-conductor.yaml
|
|
OS::TripleO::Services::IronicPxe: ../../docker/services/ironic-pxe.yaml
|
|
OS::TripleO::Services::NovaIronic: ../../docker/services/nova-ironic.yaml
|
|
parameter_defaults:
|
|
NovaSchedulerDiscoverHostsInCellsInterval: 15
|