summaryrefslogtreecommitdiffstats
path: root/roles/openshift_sdn_node
Commit message (Collapse)AuthorAgeFilesLines
* remove openshift_hostname_workaround var for openshift_common, rather rely ↵Jason DeTiberus2015-03-241-1/+0
| | | | on inventory/playbook variables for openshift_hostname
* node registration changesJason DeTiberus2015-03-241-1/+1
| | | | | | | | | | | | | | - Remove default value for openshift_hostname and make it required - Remove workarounds that are no longer needed - Remove resources parameter from openshift_register_node module - pre-create node certificates for each node before registering node - distribute created node certificates to each node - Move node registration logic to a new openshift_register_nodes role - This is because we now have to run the steps on a master as opposed to on the nodes like we were previously doing. - Rename openshift_register_node module to kubernetes_register_node, one more step to genericizing enough for upstreaming, however there are still plenty of openshift specific commands that still need to be genericized.
* Merge pull request #100 from detiber/randomCleanupThomas Wiest2015-03-092-14/+27
|\ | | | | Random cleanup
| * Initial readmes for openshift_sdn_{master, node}Jason DeTiberus2015-03-061-13/+26
| |
| * Fix license nameJason DeTiberus2015-03-061-1/+1
| |
* | Fix issues with openshift_sdn_nodeJason DeTiberus2015-03-061-4/+4
|/ | | | | | | - Use openshift_hostname (set from openshift_common) instead of calculating it again using the openshift_common variables - Fix the task setting facts for openshift_sdn_node that was using references to master instead
* add openshift_sdn_{master,node} rolesJason DeTiberus2015-03-025-0/+98