From 4cc256d9d4bd2d38f15cdfbb27f271f43603a7bd Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Wed, 15 Jun 2016 09:45:50 +0800 Subject: [PATCH] Remove the pull action in the deploy_aio CI In the current CI, we have no regitry service. when running pull action, it will pull image form docker.io where has no such image too. The right direction is set up a local regitry service, then push and pull image from there. TrivialFix Change-Id: I3ebea5cdb539cb700487a2dbffa894fcce8f8723 --- tools/deploy_aio.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/deploy_aio.sh b/tools/deploy_aio.sh index 189cfb0514..b2bbaffa03 100755 --- a/tools/deploy_aio.sh +++ b/tools/deploy_aio.sh @@ -106,7 +106,8 @@ ip l a fake_interface type dummy # Actually do the deployment tools/kolla-ansible -vvv prechecks -tools/kolla-ansible -vvv pull +# TODO(jeffrey4l): add pull action when we have a local registry +# service in CI tools/kolla-ansible -vvv deploy tools/kolla-ansible -vvv post-deploy