summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #100 from detiber/randomCleanupThomas Wiest2015-03-092-15/+28
|\ | | | | Random cleanup
| * Initial READMEs for openshift_{common, node, master}Jason DeTiberus2015-03-061-14/+27
| |
| * Fix license nameJason DeTiberus2015-03-061-1/+1
| |
* | Fix permissions on .kube folderJason DeTiberus2015-03-091-1/+1
| | | | | | | | - missing leading 0 on mode
* | start fixing os_firewall issuesJason DeTiberus2015-03-062-5/+3
| | | | | | | | | | - Fix missed references to old firewall scripts - Fix variable name references that didn't get updated
* | Merge pull request #99 from detiber/openshiftRegisterNodeFixesThomas Wiest2015-03-061-36/+90
|\ \ | | | | | | openshift_register_node module fixes
| * | openshift_register_node module fixesJason DeTiberus2015-03-061-36/+90
| |/ | | | | | | | | | | | | | | | | | | | | - Set parameters resources and cpu/memory as mutually exclusive - Add parameters for setting the client_user, client_context and client_cluster - This allows the module to ensure it is using the proper context for operation - Node resources weren't properly being registered - wrapped node definition object in a config object to rectify - Reduce default to 75% Total Memory instead of 80% - Don't bother running osc create node if node is already in osc get nodes output
* / Do not set KUBECONFIG for root userJason DeTiberus2015-03-061-0/+15
|/ | | | | | | - instead of setting KUBECONFIG, copy the admin kubeconfig to /root/.kube/.kubeconfig in the openshift_master and openshift_node roles - pause for 30 seconds if the openshift-master service has changed state, since the file we are copying is generated by the master
* add vim vim modeline to ansible modulesJason DeTiberus2015-03-051-0/+1
|
* 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