Michael Gugino 29692bcb64 Consolidate image diciontaries and strings 6 jaren geleden
..
defaults 29692bcb64 Consolidate image diciontaries and strings 6 jaren geleden
files 7d5ad5cc3b API liveness probe: set timeout to 10 sec to prevent API restart if the system is busy 6 jaren geleden
handlers b25c33a59c Add max-time option to curl to avoid long running ansible 7 jaren geleden
meta b17728d542 Add new openshift_control_plane and openshift_sdn roles 7 jaren geleden
tasks 231df581c5 Merge pull request #8302 from kwoodson/azure_node_images 6 jaren geleden
templates 917edae978 Fix hard-coded version in master config imageConfig.format 7 jaren geleden
vars abb188800b Remove openshift_master_config_dir variable 7 jaren geleden
README.md 8eedacf0d1 Add possibility to enable Persistent Local Storage using Ansible 7 jaren geleden

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_console_port UNDEF
openshift_master_api_url UNDEF
openshift_master_console_url UNDEF
openshift_persistentlocalstorage_enabled false Enable the persistent local storage
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