Thomas Wiest a7d3c9b096 Merge pull request #100 from detiber/randomCleanup 10 years ago
..
defaults 97d70fa13f add openshift_sdn_{master,node} roles 10 years ago
handlers 97d70fa13f add openshift_sdn_{master,node} roles 10 years ago
meta 488c755db6 Fix license name 10 years ago
tasks ae3d2ae161 Fix issues with openshift_sdn_node 10 years ago
README.md 3befc3959b Initial readmes for openshift_sdn_{master, node} 10 years ago

README.md

OpenShift SDN Node

OpenShift SDN Node service installation

Requirements

A host with the openshift_node role applied

Role Variables

From this role: | Name | Default value | | |--------------------------------|-----------------------|--------------------------------------------------| | openshift_sdn_node_debug_level | openshift_debug_level | Verbosity of the debug logs for openshift-master |

From openshift_node: | Name | Default value | | |-----------------------|------------------|--------------------------------------| | openshift_master_ips | UNDEF (Required) | List of IP addresses for the openshift-master hosts to be used for node -> master communication |

From openshift_common: | Name | Default value | | |-------------------------------|---------------------|----------------------------------------| | openshift_debug_level | 0 | Global openshift debug log verbosity | | openshift_hostname_workaround | True | | | openshift_public_ip | UNDEF (Required) | Public IP address to use for this host | | openshift_hostname | openshift_public_ip if openshift_hostname_workaround else ansible_fqdn | hostname to use for this instance |

Dependencies

Example Playbook

TODO

License

Apache License, Version 2.0

Author Information

TODO