a3e4a90636
For NFV deployments, specific kernel args should be applied and the nodes should be restarted before running the NetworkDeployment. It is supported in the heat deployment via PreNetworkConfig. In the config-download mechanism, ansible steps need to be improved to handle the reboot and wait for the node. Change-Id: I43b383ad0e04b8be6c321f8c5b05e628b2520141
12 lines
640 B
YAML
12 lines
640 B
YAML
# Deprecated as config-download is now the default.
|
|
resource_registry:
|
|
OS::TripleO::SoftwareDeployment: OS::Heat::StructuredDeployment
|
|
OS::TripleO::Ssh::HostPubKey: ../extraconfig/tasks/ssh/host_public_key.yaml
|
|
OS::TripleO::Ssh::KnownHostsDeployment: OS::Heat::StructuredDeployments
|
|
OS::TripleO::DeploymentSteps: OS::Heat::StructuredDeploymentGroup
|
|
|
|
# Used only for config-download deployment, for non-config-download deployment,
|
|
# PreNetworkConfig (host-config-and-reboot.yaml) stack will handle it.
|
|
OS::TripleO::Services::BootParams: OS::Heat::None
|
|
OS::TripleO::Reboot::SoftwareDeployment: OS::TripleO::SoftwareDeployment
|