From a8b99bea82f6f5dc934c4f20a41c3c0fece2c514 Mon Sep 17 00:00:00 2001 From: Stefan Dinescu Date: Wed, 17 Apr 2019 16:05:04 +0300 Subject: [PATCH] Create image files for openstackclients Add loci configuration files for dev and stable versions of images for openstackclients. Change-Id: Ia285210fe0eda55635b79862acd801e55da2bde6 Signed-off-by: Stefan Dinescu Story: 2005312 Task: 30556 --- centos_dev_docker_images.inc | 1 + centos_stable_docker_images.inc | 1 + .../centos/stx-openstackclient.dev_docker_image | 9 +++++++++ .../centos/stx-openstackclient.stable_docker_image | 9 +++++++++ 4 files changed, 20 insertions(+) create mode 100644 openstack/python-openstackclient/centos/stx-openstackclient.dev_docker_image create mode 100644 openstack/python-openstackclient/centos/stx-openstackclient.stable_docker_image diff --git a/centos_dev_docker_images.inc b/centos_dev_docker_images.inc index b60e30db..f0844ff6 100644 --- a/centos_dev_docker_images.inc +++ b/centos_dev_docker_images.inc @@ -14,3 +14,4 @@ openstack/python-keystone openstack/python-neutron openstack/python-nova openstack/distributedcloud +openstack/python-openstackclient diff --git a/centos_stable_docker_images.inc b/centos_stable_docker_images.inc index b60e30db..f0844ff6 100644 --- a/centos_stable_docker_images.inc +++ b/centos_stable_docker_images.inc @@ -14,3 +14,4 @@ openstack/python-keystone openstack/python-neutron openstack/python-nova openstack/distributedcloud +openstack/python-openstackclient diff --git a/openstack/python-openstackclient/centos/stx-openstackclient.dev_docker_image b/openstack/python-openstackclient/centos/stx-openstackclient.dev_docker_image new file mode 100644 index 00000000..1260c149 --- /dev/null +++ b/openstack/python-openstackclient/centos/stx-openstackclient.dev_docker_image @@ -0,0 +1,9 @@ +BUILDER=loci +LABEL=stx-openstackclients +PROJECT=infra +PROJECT_REPO=nil +PIP_PACKAGES="pycrypto httplib2 pylint pyopenssl ndg-httpsclient pyasn1 \ + python-ceilometerclient python-cinderclient python-glanceclient python-heatclient \ + python-keystoneclient python-neutronclient python-novaclient python-barbicanclient \ + python-swiftclient python-openstackclient" +DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion" diff --git a/openstack/python-openstackclient/centos/stx-openstackclient.stable_docker_image b/openstack/python-openstackclient/centos/stx-openstackclient.stable_docker_image new file mode 100644 index 00000000..1260c149 --- /dev/null +++ b/openstack/python-openstackclient/centos/stx-openstackclient.stable_docker_image @@ -0,0 +1,9 @@ +BUILDER=loci +LABEL=stx-openstackclients +PROJECT=infra +PROJECT_REPO=nil +PIP_PACKAGES="pycrypto httplib2 pylint pyopenssl ndg-httpsclient pyasn1 \ + python-ceilometerclient python-cinderclient python-glanceclient python-heatclient \ + python-keystoneclient python-neutronclient python-novaclient python-barbicanclient \ + python-swiftclient python-openstackclient" +DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion"