blob: f614a91ab7868ffae6729c14a668ba6be9687457 (
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-rhel.yaml
parameter_defaults:
EnablePackageInstall: True
|