mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-03 12:54:54 +07:00
Add openstack client
This commit is contained in:
parent
90fb8c6302
commit
5f86cf33c0
@ -7,13 +7,14 @@ RUN dnf install -y \
|
|||||||
python3-devel \
|
python3-devel \
|
||||||
libffi-devel \
|
libffi-devel \
|
||||||
gcc \
|
gcc \
|
||||||
|
openssh \
|
||||||
openssl-devel \
|
openssl-devel \
|
||||||
python3-libselinux \
|
python3-libselinux \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
which \
|
which \
|
||||||
wol
|
wol
|
||||||
|
|
||||||
RUN pip3 install kolla-ansible
|
RUN pip3 install kolla-ansible python-openstackclient
|
||||||
|
|
||||||
RUN mkdir /etc/kolla
|
RUN mkdir /etc/kolla
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user