Jobs share the produced artifacts. Change-Id: I8e14d5aa0a55d58a4ceb90075c8f15f4aebe27b0
This repository contains Ansible for use integrating TripleO with FreeIPA.
$ pip install --prefix=/usr tripleo-ipa
Or, if you are installing from source, in the project directory:
$ python setup.py install --prefix=/usr
You can create an environment to develop locally using the following.
$ python3.7 -m virtualenv --system-site-packages .venv $ .venv/bin/pip3 install -r molecule-requirements.txt