Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to 3.7.2ands | Suren A. Chilingaryan | 2018-03-20 | 1 | -2/+2 |
| | |||||
* | Typo | Suren A. Chilingaryan | 2018-03-02 | 1 | -1/+1 |
| | |||||
* | Parametrize ands repository path | Suren A. Chilingaryan | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | Allow upgrade to OpenShift 3.7.1 | Suren A. Chilingaryan | 2018-02-27 | 1 | -0/+26 |
| | |||||
* | Remove references to deployment_type | Michael Gugino | 2017-12-21 | 1 | -1/+1 |
| | | | | | | | Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now. | ||||
* | Add CentOS-OpenShift-Origin37 repo template. | Andrew Butcher | 2017-12-18 | 1 | -0/+27 |
| | |||||
* | Merge pull request #6492 from mazzystr/fix_rhel_repos | Michael Gugino | 2017-12-18 | 1 | -3/+2 |
|\ | | | | | Fix rhel_repos disable command | ||||
| * | Fix rhel_repos disable command | Chris Callegari | 2017-12-15 | 1 | -3/+2 |
| | | |||||
* | | Merge pull request #6489 from mgugino-upstream-stage/fix-repos-v2 | Michael Gugino | 2017-12-15 | 1 | -1/+1 |
|\ \ | | | | | | | Fix rhel_subscribe boolean | ||||
| * | | Fix rhel_subscribe boolean | Michael Gugino | 2017-12-15 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | This commit fixes a variable name to it's correct name used in a when condition. Also makes use of 'is defined' consistent. | ||||
* | | Merge pull request #6484 from mtnbikenc/tests-as-filters | Russell Teague | 2017-12-15 | 1 | -1/+1 |
|\ \ | |/ |/| | Deprecate using Ansible tests as filters | ||||
| * | Deprecate using Ansible tests as filters | Russell Teague | 2017-12-14 | 1 | -1/+1 |
| | | |||||
* | | Move repo and subscribe to prerequisites | Michael Gugino | 2017-12-14 | 1 | -2/+2 |
|/ | | | | | This commit refactors some steps in rhel subscribe and moves repos.yml from init/main to prerequisites. | ||||
* | Commit to stabalize RHSM operations. This code is derived from contrib | Chris Callegari | 2017-12-14 | 2 | -0/+41 |
| | |||||
* | retry package operations | Luke Meyer | 2017-11-30 | 1 | -0/+2 |
| | | | | | | 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). | ||||
* | Include Deprecation - Init Playbook Paths | Russell Teague | 2017-11-16 | 1 | -1/+1 |
| | |||||
* | Remove old /etc/yum.repos.d/openshift_additional.repo file. | Andrew Butcher | 2017-11-02 | 1 | -0/+5 |
| | |||||
* | fix whitespace for centos repos | Jason DeTiberus | 2017-09-29 | 4 | -4/+4 |
| | |||||
* | Fix origin repo deployment | Michael Gugino | 2017-09-26 | 6 | -19/+108 |
| | | | | | | | | | | | | | | Currently, origin deployments place a repo on nodes and masters named centos-openshift-origin. At some point, the maintainers of centos-openshift-origin migrated previous releases of openshift to their own respective repositories. This commit provides the correct repositories for centos-openshift-origin based on the variable openshift_release, defaulting to the latest release reposititory (unversioned). Fixes: https://github.com/openshift/openshift-ansible/issues/5404 | ||||
* | Cleanup old deployment types | Michael Gugino | 2017-09-20 | 1 | -5/+5 |
| | | | | | | | | | | | Previously, openshift-ansible supported various types of deployments using the variable "openshift_deployment_type" Currently, openshift-ansible only supports two deployment types, "origin" and "openshift-enterprise". This commit removes all logic and references to deprecated deployment types. | ||||
* | Adding another default to protect against missing name/desc | Kenny Woodson | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Merging openshift_node with openshift bootstrap. | Kenny Woodson | 2017-08-29 | 2 | -27/+14 |
| | |||||
* | Remove openshift_repos dependencies | Russell Teague | 2017-08-16 | 1 | -15/+0 |
| | |||||
* | Support enabling the centos-openshift-origin-testing repository | David Moreau-Simard | 2017-07-23 | 2 | -1/+6 |
| | | | | | | | | New versions of Origin land in the -testing repository before they are tagged for release. This effectively adds the ability to easily test a new unreleased version (currently in this case 1.5.1) by enabling the correct repository if 'openshift_repos_enable_testing' is true. | ||||
* | singletonize some role tasks that repeat a lot | Luke Meyer | 2017-06-06 | 1 | -26/+26 |
| | |||||
* | Fix gpg key path in our repo | Scott Dodson | 2017-05-17 | 1 | -1/+1 |
| | |||||
* | Don't set-up origin repositories if they've already been configured | David Moreau-Simard | 2017-05-15 | 1 | -2/+6 |
| | | | | | | | | | | | CentOS ships the 'centos-release-openshift-origin' package which is used to set up the repository and the key. If this package has been installed prior to running openshift-ansible (i.e, to install ansible or openshift-ansible from RPM), it leads to the repository being set up twice in different files. We're now matching the name of the files and since they are identical, it will stay idempotent while not configuring the repositories twice. | ||||
* | Ensure repo cache is clean on the first run | Russell Teague | 2017-05-03 | 1 | -0/+17 |
| | | | | | | The openshift_repos role is modified to clean the repo cache on first run to ensure a clean cache in the situation where the repo files have been changed manually, such as just prior to upgrades. | ||||
* | Update deployment_type documentation | Rodolfo Carvalho | 2017-04-11 | 1 | -4/+4 |
| | |||||
* | validate and normalize inventory variables | Luke Meyer | 2017-03-29 | 3 | -12/+2 |
| | | | | | | | | | | In openshift_repos and everywhere, ensure deployment_type and openshift_deployment_type are defined and the same. We really want to set openshift_deployment_type, but users will likely still have just deployment_type, so accept both. And don't make every playbook default openshift_deployment_type to deployment_type. This introduces the openshift_sanitize_inventory role to run before anything else. | ||||
* | Revert "Add centos paas sig common" | Scott Dodson | 2017-02-24 | 1 | -7/+0 |
| | | | | This reverts commit 7a16f20b936546f47df87662c78f7fe12e75fe85. | ||||
* | Add centos paas sig common | Scott Dodson | 2017-02-17 | 1 | -0/+7 |
| | |||||
* | Disentangle openshift_repos from openshift_facts | Scott Dodson | 2017-02-17 | 2 | -43/+39 |
| | |||||
* | Fix repo defaults | Scott Dodson | 2017-01-06 | 1 | -2/+2 |
| | |||||
* | Merge pull request #3033 from abutcher/openshift-enable-origin-repo | Scott Dodson | 2017-01-05 | 1 | -2/+2 |
|\ | | | | | Cast openshift_enable_origin_repo to bool. | ||||
| * | Cast openshift_enable_origin_repo to bool. | Andrew Butcher | 2017-01-04 | 1 | -2/+2 |
| | | |||||
* | | Enable repos defined in openshift_additional_repos by default | Scott Dodson | 2017-01-04 | 1 | -2/+2 |
|/ | | | | Fixes #3025 | ||||
* | YAML Linting | Russell Teague | 2016-12-12 | 1 | -1/+1 |
| | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | Refactor to use Ansible package module | Russell Teague | 2016-11-17 | 1 | -1/+1 |
| | | | | | The Ansible package module will call the correct package manager for the underlying OS. | ||||
* | Allow users to disable the origin repo creation | Scott Dodson | 2016-11-17 | 1 | -0/+2 |
| | |||||
* | Suppress more warnings. | Andrew Butcher | 2016-09-28 | 1 | -0/+4 |
| | |||||
* | fix duplicate src field | Jason DeTiberus | 2016-08-24 | 1 | -1/+0 |
| | |||||
* | simplify repo configuration | Jason DeTiberus | 2016-08-24 | 11 | -78/+9 |
| | |||||
* | remove fedora origin copr (it's in mainline fedora now), some dnf/yum clean up | Adam Miller | 2016-08-24 | 1 | -8/+0 |
| | | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org> | ||||
* | Revert "Due to problems with with_fileglob lets avoid using it for now" | Scott Dodson | 2016-08-23 | 3 | -2/+2 |
| | |||||
* | Due to problems with with_fileglob lets avoid using it for now | Scott Dodson | 2016-08-18 | 3 | -2/+2 |
| | |||||
* | with_fileglob no longer supports wildcard prefixes. | Andrew Butcher | 2016-08-08 | 5 | -3/+13 |
| | |||||
* | Fix gpg key path | Scott Dodson | 2016-07-11 | 1 | -5/+4 |
| | |||||
* | Rename things to avoid conflicts with paas sig release rpms | Scott Dodson | 2016-07-08 | 2 | -0/+0 |
| | |||||
* | Don't special case origin on centos | Scott Dodson | 2016-07-07 | 4 | -24/+0 |
| | | | | | Just install the centos paas sig repo whenever asked for origin on RHEL or Centos |