Env file to disable undercloud nova

This can optionally be included during undercloud install when nodes
will not be deployed by heat/nova.

Change-Id: I05a52f346f49bf5623e5503bde7105c5de439f9d
Blueprint: nova-less-deploy
This commit is contained in:
Steve Baker 2019-06-10 11:43:37 +12:00
parent 691720eec3
commit c53e76627e
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# This heat environment can be used to disable the nova services used on the
# undercloud. It is used for underclouds which only use deployed-server
# (optionally using ironic provisioned nodes).
resource_registry:
OS::TripleO::Services::NovaApi: OS::Heat::None
OS::TripleO::Services::NovaConductor: OS::Heat::None
OS::TripleO::Services::NovaIronic: OS::Heat::None
OS::TripleO::Services::NovaMetadata: OS::Heat::None
OS::TripleO::Services::NovaScheduler: OS::Heat::None