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 \
curl \
ssh \
sudo \
ansible \
python-pip

View File

@ -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