summaryrefslogtreecommitdiffstats
path: root/roles/openshift_repos
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add CentOS PaaS SIG repos for RHELScott Dodson2016-07-064-1/+63
|
* switch to using sig release packagesJason DeTiberus2016-05-263-9/+20
|
* temporarily disable gpg checking until we have a way to cleanly enable itJason DeTiberus2016-05-261-1/+1
|
* Switch to using CentOS SIG repos for Origin installsJason DeTiberus2016-05-262-0/+5
|
* First past at the upgrade processBrenton Leanhardt2016-03-031-6/+7
|
* Add quotes around src argument to support paths with spacesDavid Mat2016-02-231-4/+4
|
* Skip yum/dnf ops when is_containerizedScott Dodson2015-12-151-2/+2
|
* Containerization work by @sdodsonScott Dodson2015-12-151-7/+8
|
* Initial containerization work from @ibottyTobias Florek2015-12-151-3/+7
| | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* Remove yum / dnf duplicationScott Dodson2015-12-092-22/+10
|
* Fedora changes:Adam Miller2015-12-023-9/+46
| | | | | | | | | | | | | - 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
* Update openshift_repos to refresh package cache on changesJason DeTiberus2015-11-242-0/+8
|
* Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-051-1/+1
|
* Atomic Enterprise related changes.Avesh Agarwal2015-08-261-1/+6
|