summaryrefslogtreecommitdiff
path: root/roles/openshift_master_ca
AgeCommit message (Collapse)Author
2016-07-20Refactor openshift certificates roles.Andrew Butcher
2016-06-15Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin
Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments.
2016-05-31Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin
2016-05-30Revert openshift-certificates changes.Andrew Butcher
2016-05-30Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin
2016-05-26Get rpm installations functional again.Devan Goodwin
2016-05-25Work towards determining openshift_version when unspecified.Devan Goodwin
openshift_docker role was largely useless now, but also almost did what we needed. (deps ordering still needs to be changed) Remove defaulting of openshift_version.
2016-05-19Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher
2016-03-03First past at the upgrade processBrenton Leanhardt
2016-02-16Generate each master's certificates separately.Andrew Butcher
2016-01-07Always pull docker imagesScott Dodson
2015-12-15Skip yum/dnf ops when is_containerizedScott Dodson
2015-12-15Add openshift_cli roleScott Dodson
This role ensures that the clients package is installed or if it's a containerized install places a wrapper script in /usr/local/bin/openshift and symlinks for oc, oadm, and kubectl.
2015-12-15pull docker images only if not already presentJason DeTiberus
2015-12-15Containerization work by @sdodsonScott Dodson
2015-12-15Initial containerization work from @ibottyTobias Florek
copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
2015-12-09Remove yum / dnf duplicationScott Dodson
2015-12-02Fedora changes:Adam Miller
- ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
2015-11-06Bug 1278863 - Error using openshift_pkg_versionJason DeTiberus
- Install correct version of package in openshift_master_ca - Remove duplicate yum tasks in openshift_node
2015-11-04more tweaksJason DeTiberus
2015-11-04Atomic Enterprise related changes.Avesh Agarwal
2015-10-22Add proxy client certs to master config.Andrew Butcher
2015-09-04Avoid a recursive loopScott Dodson
2015-09-03Add openshift_version to set RPM versionsScott Dodson
Mostly necessary for debugging / testing upgrade paths
2015-08-26Atomic Enterprise related changes.Avesh Agarwal
2015-07-17Update dependencies to ensure repos are available before openshift_master_* ↵Jason DeTiberus
and etcd_* roles are run
2015-07-17Initial HA masterJason DeTiberus
- Ability to specify multiple masters - configures the CA only a single time on the first master - creates and distributes additional certs for additional master hosts - Depending on the status of openshift_master_cluster_defer_ha (defaults to False) one of two actions are taken when multiple masters are defined 1. If openshift_master_cluster_defer_ha is true a. Certs/configs for all masters are deployed b. openshift-master service is only started and enabled on the master c. HA configuration is expected to be handled by the user manually after the completion of the playbook run. 2. If oepnshift_master_cluster_defer_ha is false or undefined a. Certs/configs for all masters are deployed b. a Pacemaker/RHEL HA cluster is configured i. VIPs are configured based on the values of openshift_master_cluster_vip and openshift_master_cluster_plublic_vip ii. The openshift-master service is configured as an active/passive cluster service
2015-07-10Playbook updates for clustered etcdJason DeTiberus
- Add support to bin/cluster for specifying etcd hosts - defaults to 0, if no etcd hosts are selected, then configures embedded etcd - Updates for the byo inventory file for etcd and master as node by default - Consolidation of cluster logic more centrally into common playbook - Added etcd config support to playbooks - Restructured byo playbooks to leverage the common openshift-cluster playbook - Added support to common master playbook to generate and apply external etcd client certs from the etcd ca - start of refactor for better handling of master certs in a multi-master environment. - added the openshift_master_ca and openshift_master_certificates roles to manage master certs instead of generating them in the openshift_master role - added etcd host groups to the cluster update playbooks - aded better handling of host groups when they are either not present or are empty. - Update AWS readme