kolla-kubernetes/bootstrap/nova
Ryan Hallisey 0160efdf49 Implement Nova pods and services
Nova is made up of two pods: nova-compute and nova-control.
There is one service to expose the nova-api: nova-service.
A bootstrap job will commence the deployment followed by
the pods being scheduled.

Pods and their containers:

nova-compute
    |
    --------- nova-compute
    |
    --------- nova-libvirt

nova-control
    |
    --------- nova-api
    |
    --------- nova-conductor
    |
    --------- nova-scheduler

Change-Id: Ifc2eb136c7e0cc6bfd3a8fec46d167c2562e50e8
Partially-implements: blueprint openstack-services
2016-05-21 10:21:38 -04:00
..
nova-compute-job.yml.j2 Implement Nova pods and services 2016-05-21 10:21:38 -04:00
nova-control-job.yml.j2 Implement Nova pods and services 2016-05-21 10:21:38 -04:00