diff options
author | James Slagle <jslagle@redhat.com> | 2017-01-26 15:06:46 -0500 |
---|---|---|
committer | James Slagle <jslagle@redhat.com> | 2017-01-26 15:06:46 -0500 |
commit | 5461971b7e43d5bdaf9a9374e59683a21767be6e (patch) | |
tree | 8f7bd7261d60ac7e7f433626554c7e60b2f23190 /environments | |
parent | 98d1795278a79eff606153ed380b03e621cd61c4 (diff) |
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
Diffstat (limited to 'environments')
-rw-r--r-- | environments/deployed-server-bootstrap-environment-rhel.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/environments/deployed-server-bootstrap-environment-rhel.yaml b/environments/deployed-server-bootstrap-environment-rhel.yaml new file mode 100644 index 00000000..f614a91a --- /dev/null +++ b/environments/deployed-server-bootstrap-environment-rhel.yaml @@ -0,0 +1,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 |