summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-node/configure_nodes.yml
Commit message (Collapse)AuthorAgeFilesLines
* Separate tuned daemon setup into a role.Jiri Mencak2017-10-101-0/+1
| | | | | | | | | | | | | | Currently, profiles for the tuned daemon are set only for OpenShift node(s). This excludes the OpenShift loadbalancer. As a result, ARP cache limits on loadbalancers are not raised. This causes problems with HA setups where loadbalancers serve 1k+ OpenShift nodes. This commit ensures the openshift-control-plane role is applied to loadbalancers, masters and OpenShift infra nodes. Regular OpenShift worker nodes get the openshift-node profile. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1498213
* Separate certificate playbooks.Andrew Butcher2017-10-021-1/+0
|
* Changes necessary to support AMI buildingMichael Gugino2017-09-281-0/+17
Currently, AMI building does not work. These changes implement the necessary steps to build an AMI for usage as a 'golden node image'.