summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #91 from detiber/downWithJSONThomas Wiest2015-03-021-3/+9
|\ | | | | Prefer YAML style datastructures over JSON
| * Prefer YAML style datastructures over JSONJason DeTiberus2015-03-021-3/+9
| | | | | | | | - Switch JSON style datastructures to YAML for debuggability
* | openshift_node changes for register_node moduleJason DeTiberus2015-03-022-0/+156
|/ | | | | - add openshift_register_node module to openshift_node role - verifies that node isn't already registered before attempting to register it
* add support for overriding default registry urlJason DeTiberus2015-03-021-0/+9
|
* Set local_facts for openshift_node and openshift_master later in the task listJason DeTiberus2015-03-021-5/+7
|
* Merge pull request #86 from detiber/manageExternalThomas Wiest2015-03-021-0/+4
|\ | | | | Disable master,node services when externally managed
| * Disable master,node services when externally managedJason DeTiberus2015-03-011-0/+4
| |
* | Bugfixes for openshift-common related changesJason DeTiberus2015-03-011-5/+4
|/ | | | | | | | - Fix failed attempt to cleanup service notify on creds changes - Fix master URL for node to use https - Set openshift_debug_level in vars.yml for playbooks - This puts us closer to the original debug settings, where after the openshift-common changes the debug settings were defaulting back to 0
* create openshift_common roleJason DeTiberus2015-02-245-150/+40
| | | | | | | | | | | - 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
* Fix SSL support between master and node(s)Jhon Honce2015-02-201-1/+2
|
* fix service definition for openshift-nodeJason DeTiberus2015-02-201-1/+1
|
* Fix SSL support between master and node(s)Jhon Honce2015-02-191-2/+3
|
* * CRUD temp directory on local machineJhon Honce2015-02-171-2/+1
|
* * Use hostname moduleJhon Honce2015-02-172-45/+8
| | | | * Use mktemp for scratch directory
* Update code to reflect review commentsJhon Honce2015-02-161-2/+5
|
* - Rename minion to nodeJhon Honce2015-02-167-0/+248
- Update playbooks to support latest code