summaryrefslogtreecommitdiff
path: root/roles/openshift_ca
AgeCommit message (Collapse)Author
2018-01-17Default install_result when reloading generated facts.Andrew Butcher
2017-12-20Remove openshift.common.{is_atomic|is_containerized}Michael Gugino
We set these variables using facts in init, no need to duplicate the logic all around the codebase.
2017-12-18Relocate filter plugins to lib_utilsMichael Gugino
This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
2017-12-14Deprecate using Ansible tests as filtersRussell Teague
2017-12-10Add missing dependencies on openshift_facts roleScott Dodson
All of these roles call the openshift_facts module but didn't include the role in their dependencies which can lead to errors in Ansible 2.4. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1524102
2017-12-07Remove openshift.common.service_typeMichael Gugino
This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
2017-11-30retry package operationsLuke Meyer
When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default).
2017-11-14Removed old version codeMichael Gugino
This commit removes any references to versions < 1.5/3.5 We assume the version is always greater than or equal to 1.5/3.5.
2017-11-06Temporarily set master servingInfo.clientCA as client-ca-bundle.crt during ↵Andrew Butcher
rolling CA redeployment.
2017-11-01Remove delegate_to from openshift_facts within the openshift_ca role.Andrew Butcher
2017-10-02Separate certificate playbooks.Andrew Butcher
2017-08-14Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson
cluster build.
2017-06-27Generate loopback kubeconfig separately to preserve OpenShift CA certificate.Andrew Butcher
2017-06-02Use local openshift.master.loopback_url when generating initial master ↵Andrew Butcher
loopback kubeconfigs.
2017-05-01Use openshift_ca_host's hostnames to sign the CAScott Dodson
If for some reason oo_first_master and openshift_ca_host are different we could've signed the CA with the wrong hostnames.
2017-03-29openshift_ca: add openshift_ca_cert_expire_days and ↵Slava Semushin
openshift_master_cert_expire_days parameters.
2017-02-28Do not force custom ca cert deployment.Andrew Butcher
2017-02-07[openshift_ca] Reference client binary from openshift_ca_host.Andrew Butcher
2017-02-02Restructure certificate redeploy playbooksAndrew Butcher
2017-01-16Create individual serving cert and loopback kubeconfig for additional masters.Andrew Butcher
Deprecates use of 'create-master-certs' for generating master serving certificate and loopback kubeconfig in order to reference the first master's CA serial file.
2016-11-17Refactor to use Ansible package moduleRussell Teague
The Ansible package module will call the correct package manager for the underlying OS.
2016-10-19Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin
Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm.
2016-08-11Support for redeploying certificates.Andrew Butcher
2016-08-04[openshift_ca] correct check for missing CA.Andrew Butcher
2016-08-01Add options for specifying named ca certificates to be added to the ↵Andrew Butcher
openshift ca bundle.
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-30Fix use of openshift_version in ca role.Devan Goodwin
2016-05-30Revert openshift-certificates changes.Andrew Butcher
2016-05-19Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher