summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/library/oc_atomic_container.py
Commit message (Collapse)AuthorAgeFilesLines
* 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/+203
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>