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 <stefan.dinescu@windriver.com>
Story: 2005312
Task: 33652
This commit is contained in:
Stefan Dinescu 2019-06-12 13:00:53 +03:00
parent 4584373878
commit e613733b9d
2 changed files with 9 additions and 0 deletions

View File

@ -16,3 +16,4 @@ openstack/python-nova
openstack/distributedcloud
openstack/python-openstackclient
openstack/python-placement
openstack/python-platformclients

View File

@ -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"