kolla-ansible/k8s/pod/barbican-pod.yaml
Venkat Sundaram 3c7ef7a45b Containerizing barbican service
Adding Dockerfile, pod and service. Please note
that this uses the Juno version of Barbican
from tar ball and uses uwsgi to run the service.
Addressed review comments and added admin service
as well.

Fixing Maintainer email and yum clean up

Change-Id: If58c5eec00131582024045f8d213e48f9f466f4d
2014-11-07 08:31:48 -07:00

23 lines
496 B
YAML

desiredState:
manifest:
containers:
- env:
- name: BARBICAN_DB_PASSWORD
value: password
- name: DB_ROOT_PASSWORD
value: password
- name: KEYSTONE_ADMIN_TOKEN
value: ADMINTOKEN
- name: BARBICAN_ADMIN_PASSWORD
value: kolla
image: kollaglue/fedora-rdo-barbican
name: barbican
ports:
- containerPort: 9311
- containerPort: 9312
id: barbican
version: v1beta1
id: barbican
labels:
name: barbican