Add missed items in Dockerfile and kolla.yml

This commit is contained in:
Andrew Woodward
2015-04-16 16:50:23 -07:00
parent d984fa9556
commit 548574aa1a
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get -y install --fix-missing \ RUN apt-get update && apt-get -y install --fix-missing \
curl \ curl \
ssh \ ssh \
sudo \
ansible \ ansible \
python-pip python-pip

View File

@@ -2,8 +2,8 @@
- hosts: all - hosts: all
sudo: yes sudo: yes
tasks: tasks:
- git: repo=https://github.com/stackforge/kolla.git - git: repo=https://github.com/stackforge/kolla.git dest=./kolla
- shell: sh kolla/tools/genenv - shell: sh ./kolla/tools/genenv
- shell: docker pull {{item}} - shell: docker pull {{item}}
with_items: with_items:
- kollaglue/centos-rdo-glance-registry - kollaglue/centos-rdo-glance-registry