Merge "Bump the ansible version to >2 in the kolla-toolbox"
This commit is contained in:
commit
9fbf4ef485
@ -42,17 +42,12 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
|
||||
&& rm get-pip.py \
|
||||
&& pip --no-cache-dir install pytz \
|
||||
&& pip --no-cache-dir install \
|
||||
'ansible>2' \
|
||||
MySQL-python \
|
||||
os-client-config==1.16.0 \
|
||||
pyudev \
|
||||
shade==1.4.0
|
||||
|
||||
RUN git clone https://github.com/ansible/ansible.git \
|
||||
&& cd ansible \
|
||||
&& git checkout 89569d035ea5002302a0a6b03451a4963fd83eb3 \
|
||||
&& git submodule update --init --recursive \
|
||||
&& pip --no-cache-dir install .
|
||||
|
||||
RUN useradd --user-group ansible --groups kolla \
|
||||
&& mkdir -p /etc/ansible /usr/share/ansible \
|
||||
&& echo 'localhost ansible_connection=local' > /etc/ansible/hosts \
|
||||
|
Loading…
Reference in New Issue
Block a user