198cfb6f8d
Removes the deployed-server bootstrap resource from the deployed-server template as the equivalent functionality enabled by the scripts has been moved to the tripleo-bootstrap ansible role provided by tripleo-common. The environments and templates for the bootstrap resource are deprecated in train and will be removed in a future release. Change-Id: If5adc76190e986bae1346a3a7e8dda8a2bc92f27 Depends-On: Idc13a88481ae618f0321009f49acf71e68258b95 implements: blueprint reduce-deployment-resources
12 lines
519 B
YAML
12 lines
519 B
YAML
# DEPRECATED. This environment is deprecated in train and will be removed in a
|
|
# future release. The functionality of the bootstrap scripts has been moved to
|
|
# the tripleo-bootstrap ansible role provided by tripleo-common.
|
|
#
|
|
# An environment that can be used with the deployed-server.yaml template to do
|
|
# initial bootstrapping of the deployed servers.
|
|
resource_registry:
|
|
OS::TripleO::DeployedServer::Bootstrap: ../deployed-server/deployed-server-bootstrap-rhel.yaml
|
|
|
|
parameter_defaults:
|
|
EnablePackageInstall: True
|