Add missed items in Dockerfile and kolla.yml
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user