From 54d5dff980b153c1e0704a4044b0079d143e9a30 Mon Sep 17 00:00:00 2001 From: Stefan Dinescu Date: Thu, 22 Aug 2019 13:11:41 +0300 Subject: [PATCH] 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 --- .../centos/stx-platformclients.stable_docker_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image b/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image index 0c08ba6f..e2fdab04 100644 --- a/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image +++ b/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image @@ -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"