summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/library
Commit message (Collapse)AuthorAgeFilesLines
* 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
* add vim vim modeline to ansible modulesJason DeTiberus2015-03-051-0/+1
|
* openshift_node changes for register_node moduleJason DeTiberus2015-03-021-0/+150
- add openshift_register_node module to openshift_node role - verifies that node isn't already registered before attempting to register it