summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/config.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-3/+3
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Remove openshift_node_facts roleMichael Gugino2017-12-181-1/+1
| | | | | This commit removes the remainder of openshift_node_facts role.
* Merge pull request #6456 from mgugino-upstream-stage/node-factsMichael Gugino2017-12-171-2/+2
|\ | | | | Remove openshift_node_facts part 1
| * Remove openshift_node_facts part 1Michael Gugino2017-12-141-2/+2
| | | | | | | | | | This commit removes some items from openshift_facts for the openshit_node role.
* | Deprecate using Ansible tests as filtersRussell Teague2017-12-141-6/+6
|/
* upgrade node mark 2Michael Gugino2017-12-121-0/+4
|
* Remove openshift.common.service_typeMichael Gugino2017-12-071-4/+4
| | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* Include Deprecation - openshift-nodeRussell Teague2017-11-221-3/+2
|
* Adding instance profile support for node groups.Kenny Woodson2017-11-131-0/+1
|
* Do not remove files for bootstrap if resolv or dns.Kenny Woodson2017-10-171-36/+28
|
* Separate tuned daemon setup into a role.Jiri Mencak2017-10-101-4/+0
| | | | | | | | | | | | | | 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
* Move node aws credentials to config.ymlMichael Gugino2017-10-021-0/+16
| | | | | | | | | | Currently, the node service is started before aws credentials (if needed) are configured. This commit ensures the aws credentials are placed before the node service is started. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1497150
* Setup tuned after the node has been restarted.Jiri Mencak2017-09-141-4/+4
|
* Re-enabling new tuned profile hierarchy (PR5089)Jiri Mencak2017-09-121-11/+3
|
* Remove openshift-commonMichael Gugino2017-09-061-1/+1
| | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
* Merging openshift_node with openshift bootstrap.Kenny Woodson2017-08-291-0/+111