From 89870f1c942948921edfa145a892532ac998feed Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Mon, 25 Jul 2016 16:16:55 +0200 Subject: Update heat-agents setup files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Co-Authored-By: Martin André Change-Id: I2f0b8092ec69320ee370e1d7d20b8c15c95a1d0d --- docker/firstboot/install_docker_agents.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/firstboot/install_docker_agents.yaml') 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 -- cgit 1.2.3-korg