From e613733b9d6125158084afe82442ce0473fde212 Mon Sep 17 00:00:00 2001 From: Stefan Dinescu Date: Wed, 12 Jun 2019 13:00:53 +0300 Subject: [PATCH] Create image file for platform clients A docker image with included platform clients needs to be created to be used for remote CLI access. Clients included in this image: cgtsclient, fmclient, openstackclient, distributedcloudclient Change-Id: Id61afeff0894b158597a18000124dbba9652705b Signed-off-by: Stefan Dinescu Story: 2005312 Task: 33652 --- centos_stable_docker_images.inc | 1 + .../centos/stx-platformclients.stable_docker_image | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 openstack/python-platformclients/centos/stx-platformclients.stable_docker_image diff --git a/centos_stable_docker_images.inc b/centos_stable_docker_images.inc index 2165b565..a1395028 100644 --- a/centos_stable_docker_images.inc +++ b/centos_stable_docker_images.inc @@ -16,3 +16,4 @@ openstack/python-nova openstack/distributedcloud openstack/python-openstackclient openstack/python-placement +openstack/python-platformclients diff --git a/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image b/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image new file mode 100644 index 00000000..0c08ba6f --- /dev/null +++ b/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image @@ -0,0 +1,8 @@ +BUILDER=loci +LABEL=stx-platformclients +PROJECT=infra +PROJECT_REPO=nil +DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion" +PIP_PACKAGES="pycrypto httplib2 pylint pyopenssl ndg-httpsclient pyasn1 \ + six prettytable PyYAML python-keystoneclient python-barbicanclient \ + python-openstackclient cgtsclient fmclient distributedcloud_client"