From 29f29e694d581a2cb377f20d6ded1acd2722da15 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 25 Aug 2016 11:52:01 +0100 Subject: [PATCH] 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 --- playbooks/setup-openstack.yml | 1 + releasenotes/notes/add-magnum-to-repo-548f243b3a253b04.yaml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/playbooks/setup-openstack.yml b/playbooks/setup-openstack.yml index 5bd475516e..66f54e4cc7 100644 --- a/playbooks/setup-openstack.yml +++ b/playbooks/setup-openstack.yml @@ -25,3 +25,4 @@ - include: os-swift-install.yml - include: os-gnocchi-install.yml - include: os-ironic-install.yml +- include: os-magnum-install.yml diff --git a/releasenotes/notes/add-magnum-to-repo-548f243b3a253b04.yaml b/releasenotes/notes/add-magnum-to-repo-548f243b3a253b04.yaml index d6c914b94d..72d86d9132 100644 --- a/releasenotes/notes/add-magnum-to-repo-548f243b3a253b04.yaml +++ b/releasenotes/notes/add-magnum-to-repo-548f243b3a253b04.yaml @@ -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``.