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