Need help installing dependencies for kolla-ansible
I am following the instructions on this guide below https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html (https://docs.openstack.org/kolla-ansi...)
I am trying to setup kolla-ansible on a deploy server which is on my intranet and does not have access to the internet. In the guide above it says to use pip to install ansible, docker, and koala but since I don't have internet access on this server I can't use pip.
How should I proceed with installing the dependencies and kolla if I can't use pip??
you can use deb or rpm packages for that.
Will need access to internet for download or build images too. If is behind a proxy you will need to configure that. Other way, is create a docker image in you laptop with kolla and dependencies installed and use that image, but in any case will need docker installed in deploy host
So I would need an rpm package for each dependency?
or create a private repository inside your intranet (most common case)for pip or rpm, what you prefer, and install packages from that your private repo