f29: Add origin-clients to container-management

Running an OpenShift v3 cluster locally via `oc cluster up` should be a key
Workstation developer flow, and obviously one wants the client tooling to
interact with a remote cluster. Additionally one can use `oc cluster up` on a
single node server as well.

See discussion in https://pagure.io/workstation-ostree-config/pull-request/74

Currently `container-management` is only an option under Server, but a goal
is to use this for Workstation as well.

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters 2018-03-26 13:33:38 -04:00
parent a22995f20e
commit 937d66e989

View File

@ -715,6 +715,7 @@
<packagereq type="default">docker-cockpit</packagereq> <packagereq type="default">docker-cockpit</packagereq>
<packagereq type="optional">buildah</packagereq> <packagereq type="optional">buildah</packagereq>
<packagereq type="optional">podman</packagereq> <packagereq type="optional">podman</packagereq>
<packagereq type="optional">origin-clients</packagereq>
</packagelist> </packagelist>
</group> </group>
<group> <group>