Skip to content

Commit

Permalink
Create Designate container and start services
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mcarden committed Nov 29, 2016
1 parent 12182c1 commit 0988702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/setup-openstack.yml
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions tests/bootstrap-aio.yml
Expand Up @@ -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
Expand Down

0 comments on commit 0988702

Please sign in to comment.