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:
@@ -16,3 +16,4 @@ openstack/python-nova
|
||||
openstack/distributedcloud
|
||||
openstack/python-openstackclient
|
||||
openstack/python-placement
|
||||
openstack/python-platformclients
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user