Skip to content

rparulek/plumgrid-ansible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PLUMgrid Playbooks for OpenStack

Date: 2015-06-12 09:00
tags:networking, openstack, cloud, ansible

License

Copyright 2015 PLUMgrid Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Playbooks

This set of playbooks integrate with the openstack-ansible project to deploy the PLUMgrid Controller and Compute components that help manage the PLUMgrid neutron plugin. The plugin itself must be enabled through the openstack-ansible neutron playbooks as follows.

  1. Set the following parameter to plumgrid in the rpc_deployment/inventory/group_vars/neutron_all.yml file.
# Neutron Plugins
neutron_plugin_type: plumgrid
  1. Also in the same file, disable the installation of all neutron-agents in the neutron_services dictionary, by setting their service_en keys to false
  2. The PLUMgrid playbooks can then be cloned into the ../playbooks/ directory.
  3. Create a user variables file, using the sample in etc/user_pg_vars.yml.example and place it in /etc/rpc_deploy/
  4. Run the playbooks with (do this before the openstack-setup.yml playbook is run):
openstack-ansible playbooks/plumgrid-ansible/plumgrid_playbooks/plumgrid_all.yml

Notes

Contact PLUMgrid for an Installation pack (including Full/Trial License, deployment documentation): [email protected]

About

PLUMgrid Ansible playbooks for OpenStack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%