diff options
author | Flavio Percoco <flaper87@gmail.com> | 2016-07-25 16:16:55 +0200 |
---|---|---|
committer | Flavio Percoco <flaper87@gmail.com> | 2016-07-29 14:18:37 +0200 |
commit | 89870f1c942948921edfa145a892532ac998feed (patch) | |
tree | 3b3e32bf4848321a25de423ef9a63c2991d5fce6 /docker/firstboot/install_docker_agents.yaml | |
parent | 271aebffb685095dc2f0c3c8d3721464caec4dd4 (diff) |
Update heat-agents setup files
This patch moves the image pull step out of the service heat-agent
service script to ease the service init process and to make it more
reliable. By doing this outside of the service script, it's possible to
know when the `firstboot` script failed and report back.
It also updates the firstboot yaml file to point to the
`tripleoupstream` org.
Co-Authored-By: Flavio Percoco <flavio@redhat.com>
Co-Authored-By: Martin André <m.andre@redhat.com>
Change-Id: I2f0b8092ec69320ee370e1d7d20b8c15c95a1d0d
Diffstat (limited to 'docker/firstboot/install_docker_agents.yaml')
-rw-r--r-- | docker/firstboot/install_docker_agents.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/firstboot/install_docker_agents.yaml b/docker/firstboot/install_docker_agents.yaml index 2858552f..f6d61e2d 100644 --- a/docker/firstboot/install_docker_agents.yaml +++ b/docker/firstboot/install_docker_agents.yaml @@ -6,7 +6,7 @@ parameters: default: heat-docker-agents DockerNamespace: type: string - default: kollaglue + default: tripleoupstream DockerNamespaceIsRegistry: type: boolean default: false |