From 09887025f0622033ba34907c592c5ead51012ccb Mon Sep 17 00:00:00 2001 From: Mike Carden Date: Tue, 29 Nov 2016 13:16:49 +1100 Subject: [PATCH] Create Designate container and start services Add a designate container to those installed in an AIO and run the os-designate-install playbook to install and start the designate services in the container. Change-Id: I869d91161dd00076fbdae67046537ffe3e1c4706 --- playbooks/setup-openstack.yml | 1 + tests/bootstrap-aio.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/playbooks/setup-openstack.yml b/playbooks/setup-openstack.yml index e1ec4b8820..83545c0c2b 100644 --- a/playbooks/setup-openstack.yml +++ b/playbooks/setup-openstack.yml @@ -23,6 +23,7 @@ - include: os-horizon-install.yml - include: os-ceilometer-install.yml - include: os-aodh-install.yml +- include: os-designate-install.yml #NOTE(stevelle) Ensure Gnocchi identities exist before Swift - include: os-gnocchi-install.yml when: diff --git a/tests/bootstrap-aio.yml b/tests/bootstrap-aio.yml index 5c9b45c32b..059fcb7464 100644 --- a/tests/bootstrap-aio.yml +++ b/tests/bootstrap-aio.yml @@ -27,6 +27,7 @@ - name: aodh.yml.aio - name: cinder.yml.aio - name: ceilometer.yml.aio + - name: designate.yml.aio - name: glance.yml.aio - name: gnocchi.yml.aio - name: heat.yml.aio