summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/meta
Commit message (Collapse)AuthorAgeFilesLines
* Remove last of openshift_node role meta-dependsMichael Gugino2018-01-021-2/+0
| | | | | | | | Remove last non-taskless meta-depends from openshift_node role. Remove variable 'openshift_node_upgrade_in_progress' as it is no longer used.
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-3/+0
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Remove openshift_node_facts roleMichael Gugino2017-12-181-2/+0
| | | | | This commit removes the remainder of openshift_node_facts role.
* Implement container runtime roleMichael Gugino2017-12-011-1/+0
|
* Merge pull request #6269 from mgugino-upstream-stage/clock-dependsMichael Gugino2017-11-281-2/+0
|\ | | | | Remove openshift_clock from meta depends
| * Remove openshift_clock from meta dependsMichael Gugino2017-11-271-2/+0
| | | | | | | | | | This commit adds openshift_clock role to required plays instead of using meta_depends.
* | Combine openshift_node and openshift_node_dnsmasqMichael Gugino2017-11-271-1/+0
|/ | | | | This commit combines these two roles. This will prevent openshift_node_facts from running twice.
* Combine openshift_node and openshift_node_upgradeMichael Gugino2017-11-161-0/+6
| | | | | | | | | Currently, having openshift_node and openshift_node_upgrade as two distinct roles has created a duplication across handlers, templates, and some tasks. This commit combines the roles to reduce duplication and bugs encountered by not putting code in both places.
* Separate certificate playbooks.Andrew Butcher2017-10-021-2/+0
|
* Remove openshift-commonMichael Gugino2017-09-061-2/+0
| | | | | | | | | 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/+1
|
* First attempt at refactor of os_firewallKenny Woodson2017-08-081-26/+1
|
* Move node facts to new openshift_node_facts role.Andrew Butcher2017-07-271-0/+1
|
* Sync all openshift.common.use_openshift_sdn uses in yaml filesJan Chaloupka2017-07-261-1/+1
| | | | | | | | | | | Most occurrences are in a form: ```yaml openshift.common.use_openshift_sdn | default(true) | bool ``` Let's make all occurences this way given the use_openshift_sdn is set to true anyway. See https://github.com/openshift/openshift-ansible/blob/0c350dcc7d06d62be5ba3a8e468dff85cdd96dd7/roles/openshift_facts/library/openshift_facts.py#L2035
* Added Calico BGP Port 179 to FirewalldVincent Schwarzer2017-05-151-0/+6
|
* Port 10255 unnecessary. Removing all instancesChris Callegari2017-04-041-4/+0
|
* Use meta/main.yml for role dependenciesRussell Teague2017-03-271-0/+1
|
* Reorder node dnsmasq dependency s.t. networkmanager is restarted after ↵Andrew Butcher2017-01-201-2/+2
| | | | firewall changes have been applied.
* Support openshift_node_port_range for configuring service NodePortsClayton Coleman2017-01-101-1/+10
| | | | | | | | | Sets the appropriate config field if openshift_node_port_range is set and also configures filewalls on each node. firewalld already supports port ranges like "30000-32000", while iptables needs that value converted to the correct "30000:32000" form for use with `--dport`. If not set, no node ports are opened.
* Move role dependencies out of playbooks for openshift_master, openshift_node ↵Andrew Butcher2017-01-091-1/+23
| | | | and openshift_hosted.
* Move role dependencies to playbooks.Andrew Butcher2016-07-291-23/+1
|
* Refactor openshift certificates roles.Andrew Butcher2016-07-201-1/+2
|
* Move os_firewall_allow from defaults to role dependencies.Andrew Butcher2016-06-011-1/+14
|
* Revert openshift-certificates changes.Andrew Butcher2016-05-301-1/+1
|
* Merge pull request #1672 from jstuever/os_clocksJason DeTiberus2016-05-261-0/+1
|\ | | | | Add openshift_clock role
| * Enable openshift_clock role for openshift_master, openshift_node, and ↵Jeremiah Stuever2016-05-201-0/+1
| | | | | | | | openshift_etcd
* | Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher2016-05-191-1/+1
|/
* Move os_firewall out of openshift_commonScott Dodson2016-05-111-0/+1
|
* Add openshift_node_dnsmasqScott Dodson2016-04-191-0/+3
|
* Bug 1320829 - Ensure docker installed for factsJason DeTiberus2016-03-311-1/+1
| | | | | | - gather facts requiring docker only if docker is present and running - Update reference to etcd role in playbooks/common/openshift-etcd/config.yml to use openshift_etcd
* Add AWS cloud provider support.Andrew Butcher2016-03-291-0/+1
|
* Docker role refactorJason DeTiberus2016-03-141-1/+2
| | | | | | | | | | | | | | | - refactors the docker role to push generic config into docker role and wrap openshift specific variables into an openshift_docker role and it's dependent openshift_docker_facts role - adds support for setting --confirm-def-push flag (Resolves https://github.com/openshift/openshift-ansible/issues/1014) - moves docker related facts from common/node roles to a new docker role - renames cli_docker_* role varialbes to openshift_docker-* (maintaining backward compatibility) - update role dependencies to pull in openshift_docker conditionally based on is_containerized - remove playbooks/common/openshift-docker since the docker role is now conditionally included
* fixesJason DeTiberus2015-12-151-1/+0
|
* Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-051-0/+1
|
* Fix license nameJason DeTiberus2015-03-061-1/+1
|
* create openshift_common roleJason DeTiberus2015-02-241-122/+13
| | | | | | | | | | | - move common openshift logic into openshift_common - set openshift_common as a dependency for openshift_node and openshift_master - rename role variables to openshift_* to be more descriptive - start recording local_facts on the openshift hosts - clean up firewalld config to be a bit more dry - Update firewall ports for https, make sure http rules are removed - Replace references to ansible_eth0.ipv4.address with ansible_default_ipv4.address
* - Rename minion to nodeJhon Honce2015-02-161-0/+124
- Update playbooks to support latest code