Separate nova service for merlin

This commit is contained in:
Egon Rijpkema 2018-09-21 16:59:20 +02:00
parent 4e46364508
commit 4b29b7b061
1 changed files with 10 additions and 0 deletions

View File

@ -104,6 +104,16 @@ pipeline:
tag: latest
when:
branch: merlin
nova_service_merlin:
image: plugins/docker
dockerfile: nova_service/Dockerfile
context: nova_service
secrets: [docker_username, docker_password]
registry: registry.webhosting.rug.nl
repo: registry.webhosting.rug.nl/hpc/openstack-nova-service-merlin
tag: latest
when:
branch: merlin
horizon_merlin:
image: plugins/docker
dockerfile: horizon/Dockerfile