kolla-ansible/k8s/pod/glance-pod.json
Steven Dake 2bc783b8c6 Reorganize k8s structure
All services go to TLD/k8s/service
All pods go to TLD/k8s/pod

Change-Id: Iad2977a9f0cd5f430c4e0a566846bf4681618379
2014-10-07 15:33:11 -07:00

61 lines
1.9 KiB
JSON

{
"desiredState": {
"manifest": {
"containers": [
{
"env": [
{
"name": "DB_ROOT_PASSWORD",
"value": "password"
},
{
"name": "GLANCE_DB_PASSWORD",
"value": "password"
},
{
"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"
}
],
"image": "kollaglue/fedora-rdo-glance-registry",
"name": "glance-registry",
"ports": [
{
"containerPort": 9191
}
]
},
{
"env": [
{
"name": "DB_ROOT_PASSWORD",
"value": "password"
},
{
"name": "GLANCE_DB_PASSWORD",
"value": "password"
},
{
"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"
}
],
"image": "kollaglue/fedora-rdo-glance-api",
"name": "glance-api",
"ports": [
{
"containerPort": 9292
}
]
}
],
"id": "glance-1",
"version": "v1beta1"
}
},
"id": "glance",
"labels": {
"name": "glance"
}
}