summaryrefslogtreecommitdiffstats
path: root/roles/openshift_repos
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 3.7.2andsSuren A. Chilingaryan2018-03-201-2/+2
|
* TypoSuren A. Chilingaryan2018-03-021-1/+1
|
* Parametrize ands repository pathSuren A. Chilingaryan2018-02-281-1/+1
|
* Allow upgrade to OpenShift 3.7.1Suren A. Chilingaryan2018-02-271-0/+26
|
* Remove references to deployment_typeMichael Gugino2017-12-211-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 Butcher2017-12-181-0/+27
|
* Merge pull request #6492 from mazzystr/fix_rhel_reposMichael Gugino2017-12-181-3/+2
|\ | | | | Fix rhel_repos disable command
| * Fix rhel_repos disable commandChris Callegari2017-12-151-3/+2
| |
* | Merge pull request #6489 from mgugino-upstream-stage/fix-repos-v2Michael Gugino2017-12-151-1/+1
|\ \ | | | | | | Fix rhel_subscribe boolean
| * | Fix rhel_subscribe booleanMichael Gugino2017-12-151-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-filtersRussell Teague2017-12-151-1/+1
|\ \ | |/ |/| Deprecate using Ansible tests as filters
| * Deprecate using Ansible tests as filtersRussell Teague2017-12-141-1/+1
| |
* | Move repo and subscribe to prerequisitesMichael Gugino2017-12-141-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 contribChris Callegari2017-12-142-0/+41
|
* retry package operationsLuke Meyer2017-11-301-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 PathsRussell Teague2017-11-161-1/+1
|
* Remove old /etc/yum.repos.d/openshift_additional.repo file.Andrew Butcher2017-11-021-0/+5
|
* fix whitespace for centos reposJason DeTiberus2017-09-294-4/+4
|
* Fix origin repo deploymentMichael Gugino2017-09-266-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 typesMichael Gugino2017-09-201-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/descKenny Woodson2017-08-311-1/+1
|
* Merging openshift_node with openshift bootstrap.Kenny Woodson2017-08-292-27/+14
|
* Remove openshift_repos dependenciesRussell Teague2017-08-161-15/+0
|
* Support enabling the centos-openshift-origin-testing repositoryDavid Moreau-Simard2017-07-232-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 lotLuke Meyer2017-06-061-26/+26
|
* Fix gpg key path in our repoScott Dodson2017-05-171-1/+1
|
* Don't set-up origin repositories if they've already been configuredDavid Moreau-Simard2017-05-151-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 runRussell Teague2017-05-031-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 documentationRodolfo Carvalho2017-04-111-4/+4
|
* validate and normalize inventory variablesLuke Meyer2017-03-293-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 Dodson2017-02-241-7/+0
| | | | This reverts commit 7a16f20b936546f47df87662c78f7fe12e75fe85.
* Add centos paas sig commonScott Dodson2017-02-171-0/+7
|
* Disentangle openshift_repos from openshift_factsScott Dodson2017-02-172-43/+39
|
* Fix repo defaultsScott Dodson2017-01-061-2/+2
|
* Merge pull request #3033 from abutcher/openshift-enable-origin-repoScott Dodson2017-01-051-2/+2
|\ | | | | Cast openshift_enable_origin_repo to bool.
| * Cast openshift_enable_origin_repo to bool.Andrew Butcher2017-01-041-2/+2
| |
* | Enable repos defined in openshift_additional_repos by defaultScott Dodson2017-01-041-2/+2
|/ | | | Fixes #3025
* YAML LintingRussell Teague2016-12-121-1/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+1
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Allow users to disable the origin repo creationScott Dodson2016-11-171-0/+2
|
* Suppress more warnings.Andrew Butcher2016-09-281-0/+4
|
* fix duplicate src fieldJason DeTiberus2016-08-241-1/+0
|
* simplify repo configurationJason DeTiberus2016-08-2411-78/+9
|
* remove fedora origin copr (it's in mainline fedora now), some dnf/yum clean upAdam Miller2016-08-241-8/+0
| | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
* Revert "Due to problems with with_fileglob lets avoid using it for now"Scott Dodson2016-08-233-2/+2
|
* Due to problems with with_fileglob lets avoid using it for nowScott Dodson2016-08-183-2/+2
|
* with_fileglob no longer supports wildcard prefixes.Andrew Butcher2016-08-085-3/+13
|
* Fix gpg key pathScott Dodson2016-07-111-5/+4
|
* Rename things to avoid conflicts with paas sig release rpmsScott Dodson2016-07-082-0/+0
|
* Don't special case origin on centosScott Dodson2016-07-074-24/+0
| | | | | Just install the centos paas sig repo whenever asked for origin on RHEL or Centos