tripleo-common/contrib/overcloud_containers.yaml
Jeff Peeler 86f3df58dc Upload docker image files from yaml config file
Very similar to the change of definining a yaml file to build image
files, this allows one to specify a file to upload images to a registry
specified in the file. Documentation included along with a script to
pass the yaml config file to.

Change-Id: If0cff96574338052cf1073484486d2850c495228
2016-03-21 12:13:14 -04:00

30 lines
1.1 KiB
YAML

uploads:
- imagename: tripleoupstream/heat-docker-agents:liberty
uploader: docker
pull_source: docker.io
push_destination: localhost:8787
- imagename: tripleoupstream/centos-binary-nova-compute:liberty
uploader: docker
pull_source: docker.io
push_destination: localhost:8787
- imagename: tripleoupstream/centos-binary-nova-libvirt:liberty
uploader: docker
pull_source: docker.io
push_destination: localhost:8787
- imagename: tripleoupstream/centos-binary-data:liberty
uploader: docker
pull_source: docker.io
push_destination: localhost:8787
- imagename: tripleoupstream/centos-binary-neutron-openvswitch-agent:liberty
uploader: docker
pull_source: docker.io
push_destination: localhost:8787
- imagename: tripleoupstream/centos-binary-openvswitch-vswitchd:liberty
uploader: docker
pull_source: docker.io
push_destination: localhost:8787
- imagename: tripleoupstream/centos-binary-openvswitch-db-server:liberty
uploader: docker
pull_source: docker.io
push_destination: localhost:8787