blob: ebcdfc2b93bd68866f92b48a0f0990012d39a331 (
plain)
1
2
3
4
5
6
7
|
# 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-centos.yaml
parameter_defaults:
EnablePackageInstall: True
|