Juju Charm - PLUMgrid Edge
Go to file
Junaid Ali f7946e5254 Moving to Apache-2.0 License
* All OpenStack charms have re-licensed as Apache 2.0 from
    GPL v3
  PS-2: Added License file

Ticket: [SOL-1223]
Change-Id: I6ef7b19f1437518cdb985d82fb42dfd09b5f5a63
Signed-off-by: Junaid Ali <junaidali@plumgrid.com>
2016-09-30 11:58:50 +05:00
actions Updated action's descriptions 2016-08-29 12:38:47 +05:00
bin make sync 2016-04-21 21:53:43 -07:00
hooks Changes: 2016-08-19 19:45:20 -04:00
templates Updated templates 2016-05-21 16:06:28 +05:00
tests Backport commit 2015-09-09 15:27:57 +05:00
unit_tests Solutions API changes 2016-08-09 01:07:49 -04:00
LICENSE Moving to Apache-2.0 License 2016-09-30 11:58:50 +05:00
Makefile Merge: Liberty/Mitaka support 2016-04-25 11:14:38 +02:00
README.md Updated README.md file 2016-08-29 14:03:59 +05:00
actions.yaml Updated action's descriptions 2016-08-29 12:38:47 +05:00
charm-helpers-sync.yaml update sleep time in restart_pg, changes for make sync 2016-04-30 22:16:59 -04:00
config.yaml Changes: 2016-08-19 19:45:20 -04:00
copyright Moving to Apache-2.0 License 2016-09-30 11:58:50 +05:00
icon.svg PLUMgrid director initial charm 2015-05-19 14:05:20 -07:00
metadata.yaml director provides a new relations for pg-vip etc 2016-05-04 02:47:43 -04:00
setup.cfg PLUMgrid director initial charm 2015-05-19 14:05:20 -07:00

README.md

About the PLUMgrid Platform

The PLUMgrid Platform is a software-only solution that provides a rich set of distributed network functions such as routers, switches, NAT, IPAM, DHCP, and it also supports security policies, end-to-end encryption, and third party Layer 4-7 service insertion.

About Plumgrid Director

The Director is the brain of the PLUMgrid Platform. It is responsible for coordinating and managing all the other platform components. Based on PLUMgrid's distributed system architecture, it provides built-in high availability and scaling. The Director allows you to create Virtual Domains on a per tenant or application basis.

Overview

Once deployed this charm performs the configurations required for a PLUMgrid Director and starts the essential services on the node.

Usage

Instructions on using the charm:

juju deploy neutron-api
juju deploy neutron-api-plumgrid
juju deploy plumgrid-director

juju add-relation neutron-api neutron-api-plumgrid

For plumgrid-director to work make the configuration in the neutron-api and neutron-api-plumgrid charms as specified in the configuration section below.

Known Limitations and Issues

This charm currently doesn't support Ubuntu 16.04.

Configuration

Example Config

plumgrid-director:
    plumgrid-virtual-ip: "192.168.100.250"
    install_sources: 'ppa:plumgrid-team/stable'
    install_keys: 'null'
neutron-api-plumgrid:
    install_sources: 'ppa:plumgrid-team/stable'
    install_keys: 'null'
    enable-metadata: True
neutron-api:
    neutron-plugin: "plumgrid"
    plumgrid-virtual-ip: "192.168.100.250"

Provide the virtual IP you want PLUMgrid GUI to be accessible. Make sure that it is the same IP specified in the neutron-api charm configuration for PLUMgrid. The virtual IP passed on in the neutron-api charm has to be same as the one passed in the plumgrid-director charm. Provide the source repo path for PLUMgrid Debs in 'install_sources' and the corresponding keys in 'install_keys'.

You can access the PG Console at https://192.168.100.250

In order to configure networking, PLUMgrid License needs to be posted.

juju set plumgrid-director plumgrid-license-key="$LICENSE_KEY"

Contact Information

Bilal Baqar bbaqar@plumgrid.com Javeria Khan javeriak@plumgrid.com Junaid Ali junaidali@plumgrid.com