tripleo-heat-templates/environments/deployed-server-bootstrap-environment-rhel.yaml
James Slagle 5461971b7e Add deployed server bootstrap for RHEL
This is similar to the bootstrap for CentOS, except we don't set SELinux
to permissive on RHEL.

Change-Id: I52b8fa017ee2821d2fa91e5ec806a55fcb92566d
Partially-implements: blueprint split-stack-software-configuration
2017-01-26 15:06:46 -05:00

8 lines
294 B
YAML

# 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