Ansible playbooks for deploying OpenStack.
Go to file
Jesse Pretorius 47d3f8733f Use get-pip script from repo release folder
This patch ensures that if the local repo server has a copy of the
get-pip.py script then it will be used instead of reaching out to
the default location on the internet.

The tasks to set upper constraints are removed form the unbound
and repo-server playbooks as those roles do not execute any form
of pip installation.

This approach is taken to ensure that:

- Before the repo is built, the get-pip process in the pip_install
  role still has two chances to fetch the get-pip.py script. If we
  simply override the first URL option in group_vars then the
  initial task will fail before the repo is built for the release
  being executed and we would therefore only get one fallback.

- After the repo is built, if the lxc-host-setup and other pre-repo
  playbooks are run, the plays will use the repo's get-pip script
  instead of reaching upstream to fetch a fresh one. This maintains
  a consistent get-pip script version within the same tag forever.
  If group_vars are set for the targets of these plays to use the
  upstream URL then the experience is not the same - the lxc_hosts
  group will always get the latest upstream get-pip script every
  time the playbook executes, resulting in the lxc hosts having a
  different copy of the script to other hosts and containers.

Partial-Bug: #1633105
Depends-On: I3735ec50d51e10d0bc4a7f6677a800444fb33912
Depends-On: I4a2ff6c6e5cd40d87d4218f63c09e96da82da1aa
Change-Id: I9b558a14e800bb77d78021f665173dcdfaf2f4aa
2016-12-02 17:11:22 +00:00
deploy-guide/source [DOC] Fix minor language errors 2016-12-01 15:30:09 +11:00
doc Merge "[docs] Adjusting link placement for readability" 2016-12-01 12:16:22 +00:00
etc Move ansible_ssh_host to ansible_host 2016-11-10 11:38:07 +00:00
lib Add command to create consolidated AIO config 2016-11-23 11:01:31 -05:00
playbooks Use get-pip script from repo release folder 2016-12-02 17:11:22 +00:00
releasenotes Fix role SHA's for Ocata-1 release 2016-11-18 13:36:17 +00:00
scripts Merge "Add command to create consolidated AIO config" 2016-11-29 20:42:13 +00:00
tests Merge "Create Designate container and start services" 2016-11-30 16:47:37 +00:00
.gitignore [DOCS] Adds a cookie cutter deploy guide for d.o.o 2016-11-18 13:27:57 +00:00
.gitreview Update .gitreview for project rename 2015-09-11 20:58:10 +00:00
ansible-role-requirements.yml Revert role SHA pin for Ocata-2 development 2016-11-18 17:35:31 +00:00
ansible-role-requirements.yml.example Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
bindep.txt Replace github with git.o.o 2016-11-03 12:09:05 +11:00
global-requirement-pins.txt Update all SHAs for Ocata 2016-11-18 2016-11-18 16:42:40 +00:00
LICENSE.txt Correct path to callback plugins in gate script 2016-02-01 16:52:54 +00:00
README.rst Show team and repo badges on README 2016-11-25 15:58:44 +01:00
requirements.txt Updated from global requirements 2016-12-02 05:10:09 +00:00
setup.cfg Update the home-page info with the developer documentation 2016-08-01 06:57:14 +00:00
setup.py Updated from global requirements 2016-07-15 12:58:23 +00:00
test-requirements.txt Updated from global requirements 2016-11-24 22:56:07 +00:00
tox.ini DynamicInventory filesystem storage API cleanup 2016-11-19 10:12:51 -08:00

Team and repository tags

image

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 Install 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.