From 548574aa1a524ad263ed29e3511b8b9479f8e751 Mon Sep 17 00:00:00 2001 From: Andrew Woodward Date: Thu, 16 Apr 2015 16:50:23 -0700 Subject: [PATCH] Add missed items in Dockerfile and kolla.yml --- Dockerfile | 1 + kolla.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cf463228..d499b764 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get -y install --fix-missing \ curl \ ssh \ + sudo \ ansible \ python-pip diff --git a/kolla.yml b/kolla.yml index b173cb62..99cee081 100644 --- a/kolla.yml +++ b/kolla.yml @@ -2,8 +2,8 @@ - hosts: all sudo: yes tasks: - - git: repo=https://github.com/stackforge/kolla.git - - shell: sh kolla/tools/genenv + - git: repo=https://github.com/stackforge/kolla.git dest=./kolla + - shell: sh ./kolla/tools/genenv - shell: docker pull {{item}} with_items: - kollaglue/centos-rdo-glance-registry