index
:
csa/devops/ansible-patches/openshift.git
ands
Unnamed repository; edit this file 'description' to name the repository.
Suren A. Chilingaryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roles
/
openshift_cli
Age
Commit message (
Expand
)
Author
2016-10-19
Switch from "oadm" to "oc adm" and fix bug in binary sync.
Devan Goodwin
2016-09-29
Skip the docker role in early upgrade stages.
Devan Goodwin
2016-07-21
Copy openshift binaries instead of using wrapper script.
Devan Goodwin
2016-07-20
Stop reporting changes when docker pull is already up to date.
Devan Goodwin
2016-07-14
Merge remote-tracking branch 'upstream/master' into upgrade33
Devan Goodwin
2016-07-14
Move the bash completion into the cli role. Only add when not containerized
Tim Bielawa
2016-07-08
Remove all debug used during devel of openshift_version.
Devan Goodwin
2016-06-16
More version fixes.
Devan Goodwin
2016-06-15
Always populate openshift_image_tag and openshift_pkg_version.
Devan Goodwin
2016-06-10
Merge branch 'master' into upgrade33
Devan Goodwin
2016-06-06
Fix Docker 1.10 problems with empty tags and trailing :
Devan Goodwin
2016-05-30
Refactor openshift_version behavior.
Devan Goodwin
2016-05-25
Work towards determining openshift_version when unspecified.
Devan Goodwin
2016-05-25
Set openshift_version in config playbooks for first master.
Devan Goodwin
2016-05-25
Debug output.
Devan Goodwin
2016-05-16
Fix 'recursive loop detected in template string' for upgrading variable.
Andrew Butcher
2016-05-12
Do not upgrade containers to latest avail during a normal config run.
Devan Goodwin
2016-04-14
The openshift_docker role must set the version facts for containerized installs
Brenton Leanhardt
2016-04-06
Merge pull request #1695 from brenton/bz1323123
Brenton Leanhardt
2016-04-05
Downgrade to docker 1.8.2 if installing OSE < 3.2
Scott Dodson
2016-04-01
Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-master-api a...
Brenton Leanhardt
2016-03-31
Bug 1320829 - Ensure docker installed for facts
Jason DeTiberus
2016-03-15
Move common common facts to openshift_facts
Jason DeTiberus
2016-03-14
Docker role refactor
Jason DeTiberus
2016-03-08
reverting back to pre-pulling the master image
Brenton Leanhardt
2016-03-07
Support openshift_image_tag
Brenton Leanhardt
2016-03-03
Correctly set the image tag for containerized installs (and upgrades)
Brenton Leanhardt
2016-03-03
Updating the containerized cli wrapper to work for both docker 1.8 and 1.9
Brenton Leanhardt
2016-03-03
First past at the upgrade process
Brenton Leanhardt
2016-01-26
replace yum with dnf
Seth Jennings
2016-01-11
Merge pull request #1097 from sdodson/containers
Brenton Leanhardt
2016-01-11
Set the cli image to match osm_image in openshift_cli role
Scott Dodson
2016-01-07
Always pull docker images
Scott Dodson
2016-01-07
Add a banner to CLI wrapper instructing users that it's only for bootstrapping
Scott Dodson
2016-01-06
Fix multi-word arguments & cli wrapper stdin plumbing
Scott Dodson
2015-12-16
Add some guards to wait for images to be pulled before moving on
Scott Dodson
2015-12-15
Add openshift_cli role
Scott Dodson