Role os_heat for OpenStack-Ansible
Go to file
Markos Chandras 3507c4e461 Do not pip install keystoneclient on the host
The keystoneclient package is being installed on the host by PIP but
that means that a whole bunch of required dependencies are being pulled
in as well.

This brings the host to a rather messed up state when installing
keystone from distro packages, since distribution and
PIP packages are being mixed together. We only need the client to
register the service with keystone so we can simply use the distro
package for that to avoid installing lots of PIP packages on the
host.

Implements: blueprint openstack-distribution-packages
Change-Id: I3759995cfb8192145d1b871158c95f594751a759
2018-05-31 08:48:31 +01:00
defaults Do not pip install keystoneclient on the host 2018-05-31 08:48:31 +01:00
doc Updated from global requirements 2018-03-15 07:34:16 +00:00
examples Rename package lists (and related vars) appropriately 2016-08-30 17:10:53 +01:00
handlers Optimise role execution 2017-07-10 13:08:21 +01:00
meta Remove pip_install dependency 2017-12-05 11:55:06 +00:00
releasenotes Add support for using distribution packages for OpenStack services 2018-05-25 17:27:25 +01:00
tasks Add support for using distribution packages for OpenStack services 2018-05-25 17:27:25 +01:00
templates Add support for using distribution packages for OpenStack services 2018-05-25 17:27:25 +01:00
tests Remove tests-repo-clone.sh 2018-03-28 10:14:09 +01:00
vars Do not pip install keystoneclient on the host 2018-05-31 08:48:31 +01:00
zuul.d Add support for using distribution packages for OpenStack services 2018-05-25 17:27:25 +01:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-27 15:52:11 +00:00
.gitreview Implement base configuration for independent repository 2016-03-02 07:29:57 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:06 +00:00
CONTRIBUTING.rst [DOCS] Cleanup the role docs for consistency and clarity 2016-03-05 15:44:51 -05:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 08:32:50 +01:00
README.rst Update links in README 2018-03-02 14:35:23 +00:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-04-30 05:14:25 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-14 09:37:22 +08:00
setup.py Updated from global requirements 2017-03-02 11:51:45 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:34:16 +00:00
tox.ini Add support for using distribution packages for OpenStack services 2018-05-25 17:27:25 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-05-09 19:41:03 +00:00

Team and repository tags

image

OpenStack-Ansible Heat

Ansible role to install OpenStack Heat.

This role will install:
  • heat-api
  • heat-api-cfn
  • heat-engine