
Support Compass OpenStack installation with integrated PLUMgrid Open Networking Suite. PLUMgrid ONS is a comprehensive software-only networking solution for OpenStack which integrates with Neutron. The current implementation supports OpenStack Juno with a single controller. * add role for core plumgrid software * add role for plugin to neutron * add single-controller playbook to include plumgrid roles Change-Id: I4c320e9282bcafe450556e70020505fdb5aaf396
36 lines
485 B
YAML
36 lines
485 B
YAML
---
|
|
- hosts: controller
|
|
sudo: True
|
|
roles:
|
|
- common
|
|
- database
|
|
- mq
|
|
- keystone
|
|
- nova-controller
|
|
- neutron-controller
|
|
- dashboard
|
|
- cinder-controller
|
|
- glance
|
|
- plumgrid
|
|
- plumgrid-plugin
|
|
|
|
- hosts: network
|
|
sudo: True
|
|
roles:
|
|
- common
|
|
- plumgrid
|
|
|
|
- hosts: storage
|
|
sudo: True
|
|
roles:
|
|
- common
|
|
- cinder-volume
|
|
|
|
- hosts: compute
|
|
sudo: True
|
|
roles:
|
|
- common
|
|
- nova-compute
|
|
- neutron-compute
|
|
- plumgrid
|