summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/ansible/oc_atomic_container.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3536 from giuseppe/system-containers-skopeoOpenShift Bot2017-09-051-2/+2
|\ | | | | Merged by openshift-bot
| * oc_atomic_container: support Skopeo outputGiuseppe Scrivano2017-03-021-2/+2
| | | | | | | | | | | | | | | | we are working on using Skopeo to copy images to the OSTree storage. The output from atomic will be slightly different. Support also the new version. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | oc_atomic_container: use rpm to check the version.Giuseppe Scrivano2017-06-261-1/+1
| | | | | | | | | | | | | | Some versions of atomic report their version wrong. Use rpm to check it. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | oc_atomic_container: Require 1.17.2Steve Milner2017-06-191-2/+11
| | | | | | | | | | | | | | The oc_atomic_container module requires features only available in atomic versions 1.17.2+. Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1461662
* | oc_atomic_container: Workaround for invalid json from atomic commandSteve Milner2017-05-251-1/+3
| | | | | | | | | | | | | | | | When no other containers are present and one attempts to list containers via the atomic command with the --json flag an empty string is returned. If a json.loads is used on this value an error is raised. This change adds a workaround to fall back to '[]' when an empty string is returned from the atomic containers command.
* | oc_atomic_container: Hard code system-package=noSteve Milner2017-05-251-1/+3
|/
* lib_openshift: new module atomic_containerGiuseppe Scrivano2017-02-281-0/+137
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>