Add Magnum deployment to setup-openstack playbook

This patch adds the Magnum playbook to the setup-openstack meta
playbook to ensure that Magnum is deployed if the inventory
contains any appropriate hosts.

The release note for the new service has also been adjusted to
be more accurate.

Change-Id: I7634b10ca4f39e0aa203fed0cca9f795ee34e894
This commit is contained in:
Jesse Pretorius 2016-08-25 11:52:01 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 8252d313be
commit 29f29e694d
2 changed files with 4 additions and 3 deletions

View File

@ -25,3 +25,4 @@
- include: os-swift-install.yml
- include: os-gnocchi-install.yml
- include: os-ironic-install.yml
- include: os-magnum-install.yml

View File

@ -1,5 +1,5 @@
---
features:
- Adding support for Magnum to be built as part of the repo build process.
- Adding the ``os-magnum-install.yml`` file to deploy magnum to hosts tagged
with hostgroup ``magnum_all``.
- Experimental support has been added to allow the deployment of the
the OpenStack Magnum service when hosts are present in the host
group ``magnum-infra_hosts``.