Include kubectl and helm in the platform image

In order to use kubectl and helm remote clients, they must
be included in the platform docker image

Change-Id: I098f2a15a973e418f1b37d87d4044672944baa28
Parial-bug: 1840439
Signed-off-by: Stefan Dinescu <stefan.dinescu@windriver.com>
This commit is contained in:
Stefan Dinescu 2019-08-22 13:11:41 +03:00
parent f84470ad08
commit 54d5dff980
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ BUILDER=loci
LABEL=stx-platformclients
PROJECT=infra
PROJECT_REPO=nil
DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion"
DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion helm kubernetes-client"
PIP_PACKAGES="pycrypto httplib2 pylint pyopenssl ndg-httpsclient pyasn1 \
six prettytable PyYAML python-keystoneclient python-barbicanclient \
python-openstackclient cgtsclient fmclient distributedcloud_client"