Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default install_result when reloading generated facts. | Andrew Butcher | 2018-01-17 | 1 | -1/+2 |
| | |||||
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 1 | -4/+4 |
| | | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase. | ||||
* | Relocate filter plugins to lib_utils | Michael Gugino | 2017-12-18 | 2 | -6/+7 |
| | | | | | | | | | | | | | | 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. | ||||
* | Deprecate using Ansible tests as filters | Russell Teague | 2017-12-14 | 1 | -2/+2 |
| | |||||
* | Add missing dependencies on openshift_facts role | Scott Dodson | 2017-12-10 | 1 | -0/+1 |
| | | | | | | | 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 | ||||
* | Remove openshift.common.service_type | Michael Gugino | 2017-12-07 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | retry package operations | Luke Meyer | 2017-11-30 | 1 | -0/+1 |
| | | | | | | 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). | ||||
* | Removed old version code | Michael Gugino | 2017-11-14 | 1 | -4/+0 |
| | | | | | | 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. | ||||
* | Temporarily set master servingInfo.clientCA as client-ca-bundle.crt during ↵ | Andrew Butcher | 2017-11-06 | 1 | -0/+30 |
| | | | | rolling CA redeployment. | ||||
* | Remove delegate_to from openshift_facts within the openshift_ca role. | Andrew Butcher | 2017-11-01 | 1 | -3/+1 |
| | |||||
* | Separate certificate playbooks. | Andrew Butcher | 2017-10-02 | 3 | -8/+8 |
| | |||||
* | Removing dependencies for openshift_repos and setting them up early in the ↵ | Kenny Woodson | 2017-08-14 | 1 | -1/+0 |
| | | | | cluster build. | ||||
* | Generate loopback kubeconfig separately to preserve OpenShift CA certificate. | Andrew Butcher | 2017-06-27 | 1 | -19/+40 |
| | |||||
* | Use local openshift.master.loopback_url when generating initial master ↵ | Andrew Butcher | 2017-06-02 | 2 | -0/+35 |
| | | | | loopback kubeconfigs. | ||||
* | Use openshift_ca_host's hostnames to sign the CA | Scott Dodson | 2017-05-01 | 1 | -1/+1 |
| | | | | | If for some reason oo_first_master and openshift_ca_host are different we could've signed the CA with the wrong hostnames. | ||||
* | openshift_ca: add openshift_ca_cert_expire_days and ↵ | Slava Semushin | 2017-03-29 | 3 | -1/+10 |
| | | | | openshift_master_cert_expire_days parameters. | ||||
* | Do not force custom ca cert deployment. | Andrew Butcher | 2017-02-28 | 1 | -0/+1 |
| | |||||
* | [openshift_ca] Reference client binary from openshift_ca_host. | Andrew Butcher | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | Restructure certificate redeploy playbooks | Andrew Butcher | 2017-02-02 | 1 | -8/+16 |
| | |||||
* | Create individual serving cert and loopback kubeconfig for additional masters. | Andrew Butcher | 2017-01-16 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Refactor to use Ansible package module | Russell Teague | 2016-11-17 | 1 | -1/+3 |
| | | | | | The Ansible package module will call the correct package manager for the underlying OS. | ||||
* | Switch from "oadm" to "oc adm" and fix bug in binary sync. | Devan Goodwin | 2016-10-19 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Support for redeploying certificates. | Andrew Butcher | 2016-08-11 | 1 | -3/+60 |
| | |||||
* | [openshift_ca] correct check for missing CA. | Andrew Butcher | 2016-08-04 | 1 | -2/+1 |
| | |||||
* | Add options for specifying named ca certificates to be added to the ↵ | Andrew Butcher | 2016-08-01 | 2 | -5/+10 |
| | | | | openshift ca bundle. | ||||
* | Refactor openshift certificates roles. | Andrew Butcher | 2016-07-20 | 3 | -0/+71 |
| | |||||
* | Always populate openshift_image_tag and openshift_pkg_version. | Devan Goodwin | 2016-06-15 | 1 | -1/+1 |
| | | | | | Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments. | ||||
* | Merge remote-tracking branch 'upstream/master' into upgrade33 | Devan Goodwin | 2016-05-31 | 3 | -71/+0 |
|\ | |||||
| * | Revert openshift-certificates changes. | Andrew Butcher | 2016-05-30 | 4 | -127/+0 |
| | | |||||
* | | Fix use of openshift_version in ca role. | Devan Goodwin | 2016-05-30 | 1 | -4/+1 |
|/ | |||||
* | Consolidate ca/master/node certificates roles into openshift_certificates. | Andrew Butcher | 2016-05-19 | 4 | -0/+127 |