Derek Carr e0a5020675 control plane components derived from static pods must be marked critical 7 years ago
..
defaults 0de9341f6b Fix up node and control-plane images 7 years ago
files e0a5020675 control plane components derived from static pods must be marked critical 7 years ago
handlers 8c0ce4e740 In master bootstrapping mode, use the new openshift_control_plane role 7 years ago
meta b17728d542 Add new openshift_control_plane and openshift_sdn roles 7 years ago
tasks 2a24583cfd Merge pull request #7982 from mgugino-upstream-stage/fix-no-handler-master 7 years ago
templates 97568ca815 Merge pull request #7649 from smarterclayton/refactor_6 7 years ago
vars 9d3bdd465c Fix missing close parenthesis 7 years ago
README.md b17728d542 Add new openshift_control_plane and openshift_sdn roles 7 years ago

README.md

OpenShift Control Plane

Installs the services that comprise the OpenShift control plane onto nodes that are preconfigured for bootstrapping.

Requirements

  • Ansible 2.2
  • A RHEL 7.1 host pre-configured with access to the rhel-7-server-rpms, rhel-7-server-extras-rpms, and rhel-7-server-ose-3.0-rpms repos.

Role Variables

From this role:

Name Default value
openshift_node_ips [] List of the openshift node ip addresses to pre-register when master starts up
oreg_url UNDEF Default docker registry to use
oreg_url_master UNDEF Default docker registry to use, specifically on the master
openshift_master_api_port UNDEF
openshift_master_console_port UNDEF
openshift_master_api_url UNDEF
openshift_master_console_url UNDEF
openshift_master_public_api_url UNDEF
openshift_master_public_console_url UNDEF
openshift_master_saconfig_limit_secret_references false

Dependencies

Example Playbook

TODO

License

Apache License, Version 2.0

Author Information

TODO