summaryrefslogtreecommitdiff
path: root/roles/openshift_cli
AgeCommit message (Expand)Author
2018-01-10Move more plugins to lib_utilsMichael Gugino
2018-01-08Properly cast crio boolean variables to boolMichael Gugino
2017-12-20Remove openshift.common.{is_atomic|is_containerized}Michael Gugino
2017-12-18Relocate filter plugins to lib_utilsMichael Gugino
2017-12-14Deprecate using Ansible tests as filtersRussell Teague
2017-12-12Ensure that clients are version boundScott Dodson
2017-12-07Remove openshift.common.service_typeMichael Gugino
2017-12-07Remove all uses of openshift.common.admin_binaryScott Dodson
2017-12-01Implement container runtime roleMichael Gugino
2017-11-30retry package operationsLuke Meyer
2017-11-27Remove openshift.common.cli_imageMichael Gugino
2017-11-22Fix system_images_registry variableMichael Gugino
2017-11-07container_binary_sync: Remove atomic prefix from imageSteve Milner
2017-10-23cli: use the correct name for the master system containerGiuseppe Scrivano
2017-10-23cli: do not pull again the image when using DockerGiuseppe Scrivano
2017-09-06Remove openshift-commonMichael Gugino
2017-08-29Merge pull request #5214 from giuseppe/rename_crio_variableScott Dodson
2017-08-25cri-o: rename openshift_docker_use_crio to openshift_use_crioGiuseppe Scrivano
2017-08-25Remove near-meta role openshift_cli_factsMichael Gugino
2017-08-15bug: container_binary_sync no longer moves upon symlinksSteve Milner
2017-08-03cli_image: do not require Docker when using CRI-OGiuseppe Scrivano
2017-05-09Remove vim configuration from Python filesRodolfo Carvalho
2016-11-29update tests and flake8/pylint fixesJason DeTiberus
2016-11-17Refactor to use Ansible package moduleRussell Teague
2016-10-19Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin
2016-09-29Skip the docker role in early upgrade stages.Devan Goodwin
2016-07-21Copy openshift binaries instead of using wrapper script.Devan Goodwin
2016-07-20Stop reporting changes when docker pull is already up to date.Devan Goodwin
2016-07-14Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin
2016-07-14Move the bash completion into the cli role. Only add when not containerizedTim Bielawa
2016-07-08Remove all debug used during devel of openshift_version.Devan Goodwin
2016-06-16More version fixes.Devan Goodwin
2016-06-15Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin
2016-06-10Merge branch 'master' into upgrade33Devan Goodwin
2016-06-06Fix Docker 1.10 problems with empty tags and trailing :Devan Goodwin
2016-05-30Refactor openshift_version behavior.Devan Goodwin
2016-05-25Work towards determining openshift_version when unspecified.Devan Goodwin
2016-05-25Set openshift_version in config playbooks for first master.Devan Goodwin
2016-05-25Debug output.Devan Goodwin
2016-05-16Fix 'recursive loop detected in template string' for upgrading variable.Andrew Butcher
2016-05-12Do not upgrade containers to latest avail during a normal config run.Devan Goodwin
2016-04-14The openshift_docker role must set the version facts for containerized installsBrenton Leanhardt
2016-04-06Merge pull request #1695 from brenton/bz1323123Brenton Leanhardt
2016-04-05Downgrade to docker 1.8.2 if installing OSE < 3.2Scott Dodson
2016-04-01Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-master-api a...Brenton Leanhardt
2016-03-31Bug 1320829 - Ensure docker installed for factsJason DeTiberus
2016-03-15Move common common facts to openshift_factsJason DeTiberus
2016-03-14Docker role refactorJason DeTiberus
2016-03-08reverting back to pre-pulling the master imageBrenton Leanhardt
2016-03-07Support openshift_image_tagBrenton Leanhardt