Make Packer docker_repo vary by OS 95/61495/3
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 10 Aug 2017 13:08:56 +0000 (09:08 -0400)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 10 Aug 2017 15:31:15 +0000 (15:31 +0000)
commit2ac8721b4cbf546df5d59ddad46ed68db070bdfb
tree95b69b2601153ef74c470341a4e30f049a039604
parent8b7d75a522bf63e498c598fc790a3971a3cc4a36
Make Packer docker_repo vary by OS

We have DockerHub repos opendaylight/odl for CentOS (main OS) and
opendaylight/fedora for Fedora. With the docker_repo var in ODL var
file, it required a manual `docker tag` to push Fedora images to the
right repo. Making it vary by OS is more correct, avoids this step.

Change-Id: Ibcdfa2d509427652ac6096104e883316c2c54905
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
15 files changed:
packer/vars/centos-7.3.1611.json
packer/vars/fedora-26.json
packer/vars/opendaylight-3.4.0.json
packer/vars/opendaylight-4.0.0.json
packer/vars/opendaylight-4.1.0.json
packer/vars/opendaylight-4.2.0.json
packer/vars/opendaylight-4.3.0.json
packer/vars/opendaylight-4.4.0.json
packer/vars/opendaylight-5.0.0.json
packer/vars/opendaylight-5.1.0.json
packer/vars/opendaylight-5.2.0.json
packer/vars/opendaylight-5.3.0.json
packer/vars/opendaylight-5.4.0.json
packer/vars/opendaylight-6.0.0.json
packer/vars/opendaylight-6.1.0.json