summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/defaults/main.yml
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow for overriding node resourcesJason DeTiberus2015-03-091-0/+4
| | | | | | | | | | - add variable openshift_node_resources to openshift_node role - set default value for openshift_node_resources to { capacity: { cpu: ,memory: }} - If cpu is not set, then the default value will be chosen by the openshift_register_node module (num logical cpus) - If memory is not set, then the default value will be chosen by the openshift_register_node module (75% MemTotal according to /proc/meminfo)
* start fixing os_firewall issuesJason DeTiberus2015-03-061-0/+3
| | | | | - Fix missed references to old firewall scripts - Fix variable name references that didn't get updated
* create openshift_common roleJason DeTiberus2015-02-241-1/+2
| | | | | | | | | | | - 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/+2
- Update playbooks to support latest code