Juju Charm - PLUMgrid Edge
Go to file
Bilal Baqar f034c26f6c Changing Description and README 2015-07-02 03:12:46 -07:00
bin PLUMgrid director initial charm 2015-05-19 14:05:20 -07:00
hooks Adding charmhelpers 2015-05-19 14:31:00 -07:00
templates PLUMgrid director initial charm 2015-05-19 14:05:20 -07:00
tests Switching to ppa install sources 2015-05-27 22:56:09 -07:00
unit_tests PLUMgrid director initial charm 2015-05-19 14:05:20 -07:00
.coverage PLUMgrid director initial charm 2015-05-19 14:05:20 -07:00
.project PLUMgrid director initial charm 2015-05-19 14:05:20 -07:00
.pydevproject PLUMgrid director initial charm 2015-05-19 14:05:20 -07:00
Makefile Adding charmhelpers 2015-05-19 14:31:00 -07:00
README.ex Changing Description and README 2015-07-02 03:12:46 -07:00
charm-helpers-sync.yaml PLUMgrid director initial charm 2015-05-19 14:05:20 -07:00
config.yaml PLUMgrid director initial charm 2015-05-19 14:05:20 -07:00
copyright PLUMgrid director initial charm 2015-05-19 14:05:20 -07:00
icon.svg PLUMgrid director initial charm 2015-05-19 14:05:20 -07:00
metadata.yaml Changing Description and README 2015-07-02 02:09:07 -07:00
setup.cfg PLUMgrid director initial charm 2015-05-19 14:05:20 -07:00

README.ex

# Overview

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

# Usage

Step by step instructions on using the charm:

    juju deploy neutron-api
    juju deploy neutron-plumgrid-plugin neutron-api
    juju deploy neutron-iovisor
    juju deploy plumgrid-director --to <Machince No of neutron-iovisor>

    juju add-relation neutron-api neutron-plumgrid-plugin
    juju add-relation neutron-plumgrid-plugin neutron-iovisor
    juju add-relation neutron-iovisor plumgrid-director

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

# Known Limitations and Issues

This is an early access version of the PLUMgrid Director charm and it is not meant for production deployments. The charm only works with JUNO for now. This charm needs to be deployed on a node where a unit of neutron-iovisor charm exists. Also plumgrid-edge and plumgrid-gateway charms should not be deployed on the same node.

# Configuration

Example Config

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

The plumgrid-virtual-ip is the IP address of the PLUMgrid Director's Management interface and that the same IP is used to access PLUMgrid Console.
Ensure that the same ip is specified in the neutron-api charm configuration.
Using the example config provided above PLUMgrid Console can be accessed at https://192.168.100.250

# Contact Information

Bilal Baqar <bbaqar@plumgrid.com>
Bilal Ahmad <bilal@plumgrid.com>