
As we move forward with the python build/install simplification, more of the config is being applied in the pip conf, rather than being given as CLI options in each ansible task. This is good for providing a consistent experience, but has side effects for things like the Ansible bootstrap. When bootstrapping Ansible, we want to make use of a specific set of constraints which is not polluted by additional config on the host. We do not want the constraints from the repo server because they happen to include a constraint for Ansible which clashes with our requirement. As such, we only want the native OpenStack upper-constraints. In this patch we use the --isolated CLI option to ignore the host's pip configuration. We also introduce the ability to set extra pip install options by using the PIP_OPTS environment variable. This can be used to set the installation to use an alternative pypi mirror, or for extra links, etc. Change-Id: Ic966bafd04c4c01b3d93851a0e3ec2c1f3312f28 Closes-Bug: #1751316
Team and repository tags
OpenStack-Ansible
OpenStack-Ansible is an official OpenStack project which aims to deploy production environments from source in a way that makes it scalable while also being simple to operate, upgrade, and grow.
For an overview of the mission, repositories and related Wiki home page, please see the formal Home Page for the project.
For those looking to test OpenStack-Ansible using an All-In-One (AIO) build, please see the Quick Start guide.
For more detailed Installation and Operator documentation, please see the Deployment Guide.
If OpenStack-Ansible is missing something you'd like to see included, then we encourage you to see the Developer Documentation for more details on how you can get involved.
Developers wishing to work on the OpenStack-Ansible project should always base their work on the latest code, available from the master GIT repository at Source.
If you have some questions, or would like some assistance with
achieving your goals, then please feel free to reach out to us on the OpenStack Mailing Lists
(particularly openstack-operators or openstack-dev) or on IRC in
#openstack-ansible
on the freenode network.
OpenStack-Ansible Roles
OpenStack-Ansible offers separate role repositories for each individual role that OpenStack-Ansible supports. For individual role configuration options, see the Role Documentation.
An individual role's source code can be found at: https://git.openstack.org/cgit/openstack/openstack-ansible-<ROLENAME>.