Create Docker image for Barbican in StarlingX

In order to provide the secure management of secrets service
as a container in StarlingX we need to create Barbican Docker
image and include it into StarlingX repository.

Change-Id: I3b4483f74d233348ec49729deff11ba7776af01b
Story: 2003108
Task: 29579
Signed-off-by: Alex Kozyrev <alex.kozyrev@windriver.com>
This commit is contained in:
Alex Kozyrev 2019-02-20 12:15:55 -05:00
parent 4a3b8ff654
commit db10c94d9e
2 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,7 @@ openstack/openstack-ironic
openstack/openstack-magnum
openstack/openstack-murano
openstack/openstack-panko
openstack/python-barbican
openstack/python-ceilometer
openstack/python-cinder
openstack/python-glance

View File

@ -0,0 +1,6 @@
BUILDER=loci
LABEL=stx-barbican
PROJECT=barbican
PROJECT_REPO=https://github.com/openstack/barbican.git
PIP_PACKAGES="pycrypto"
PROFILES="fluent"