aboutsummaryrefslogtreecommitdiffstats
path: root/environments/docker-rdo.yaml
blob: f42dc58a102ce10a62e8d1344a1e9271ee31d904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
resource_registry:
  # Docker container with heat agents for containerized compute node.
  OS::TripleO::ComputePostDeployment: ../docker/compute-post.yaml
  OS::TripleO::NodeUserData: ../docker/firstboot/install_docker_agents.yaml
  OS::TripleO::Compute::Net::SoftwareConfig: ../net-config-bridge.yaml

parameters:
  NovaImage: atomic-image

# FIXME: When Kolla cuts liberty tag we can use kollaglue registry
parameter_defaults:
  DockerComputeImage: rthallisey/centos-binary-nova-compute:liberty
  DockerComputeDataImage: rthallisey/centos-binary-data:liberty
  DockerLibvirtImage: rthallisey/centos-binary-nova-libvirt:liberty
  DockerNeutronAgentImage: rthallisey/centos-binary-neutron-agents:liberty
  DockerOpenvswitchImage: rthallisey/centos-binary-neutron-openvswitch-agent:liberty
  DockerOvsVswitchdImage: rthallisey/centos-binary-openvswitch-vswitchd:liberty
  DockerOpenvswitchDBImage: rthallisey/centos-binary-openvswitch-db-server:liberty