kolla-ansible/k8s/pod/nova-compute-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

54 lines
1.2 KiB
JSON

{
"id": "nova",
"desiredState": {
"manifest": {
"version": "v1beta1",
"id": "nova-1",
"containers": [
{
"name": "nova-compute",
"image": "kollaglue/fedora-rdo-nova-compute",
"env": [
{
"name": "DB_ROOT_PASSWORD",
"value": "password"
},
{
"name": "NOVA_DB_PASSWORD",
"value": "novadbpassword"
},
{
"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"
}
]
},
{
"name": "nova-libvirt",
"image": "kollaglue/fedora-rdo-nova-libvirt",
"ports": [
{"containerPort": 16509}
],
"env": [
{
"name": "DB_ROOT_PASSWORD",
"value": "password"
},
{
"name": "NOVA_DB_PASSWORD",
"value": "novadbpassword"
},
{
"name": "KEYSTONE_ADMIN_TOKEN",
"value": "ADMINTOKEN"
}
]
}
]
}
},
"labels": {
"name": "nova-compute"
}
}