
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
15 lines
510 B
INI
15 lines
510 B
INI
# Config file for Neutron PLUMgrid Plugin
|
|
|
|
[plumgriddirector]
|
|
# This line should be pointing to the PLUMgrid Director,
|
|
# for the PLUMgrid platform.
|
|
director_server={{ pg_vip }}
|
|
director_server_port=443
|
|
# Authentification parameters for the Director.
|
|
# These are the admin credentials to manage and control
|
|
# the PLUMgrid Director server.
|
|
username=plumgrid
|
|
password=plumgrid
|
|
servertimeout=70
|
|
connection = mysql://neutron:{{ neutron_container_mysql_password }}@{{ internal_lb_vip_address }}/neutron?charset=utf8
|