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:
parent
691720eec3
commit
c53e76627e
10
environments/undercloud-disable-nova.yaml
Normal file
10
environments/undercloud-disable-nova.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user