diff options
author | Bogdan Dobrelya <bdobreli@redhat.com> | 2017-06-29 17:59:22 +0200 |
---|---|---|
committer | Bogdan Dobrelya <bdobreli@redhat.com> | 2017-06-30 14:11:01 +0200 |
commit | b28d6d787fbdc6f242aff77830a85693c148faa7 (patch) | |
tree | 22cabf61e09f0204ced7484178da940f3e77dc2c /playbooks/provisioning | |
parent | b699e06f99486a8fb6a086ca6b16b61a01425981 (diff) | |
download | openshift-b28d6d787fbdc6f242aff77830a85693c148faa7.tar.gz openshift-b28d6d787fbdc6f242aff77830a85693c148faa7.tar.bz2 openshift-b28d6d787fbdc6f242aff77830a85693c148faa7.tar.xz openshift-b28d6d787fbdc6f242aff77830a85693c148faa7.zip |
Manage packages to install/update for openstack provider
Allow required packages and yum update all steps to be optionally
disabled.
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
Diffstat (limited to 'playbooks/provisioning')
-rw-r--r-- | playbooks/provisioning/openstack/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/playbooks/provisioning/openstack/README.md b/playbooks/provisioning/openstack/README.md index 57b72c7f3..43e5e4878 100644 --- a/playbooks/provisioning/openstack/README.md +++ b/playbooks/provisioning/openstack/README.md @@ -76,6 +76,10 @@ stacks. Set it to true, if you experience issues with sec group rules quotas. It trades security for number of rules, by sharing the same set of firewall rules for master, node, etcd and infra nodes. +The `required_packages` variable also provides a list of the additional +prerequisite packages to be installed before to deploy an OpenShift cluster. +Those are ignored though, if the `manage_packages: False`. + #### Security notes Configure required `*_ingress_cidr` variables to restrict public access @@ -87,6 +91,12 @@ nodes' ephemeral ports range. Note, the command ``curl https://api.ipify.org`` helps fiding an external IP address of your box (the ansible admin node). +There is also the `manage_packages` variable (defaults to True) you +may want to turn off in order to speed up the provisioning tasks. This may +be the case for development environments. When turned off, the servers will +be provisioned omitting the ``yum update`` command. This brings security +implications though, and is not recommended for production deployments. + ### Update the DNS names in `inventory/hosts` The different server groups are currently grouped by the domain name, |