charm-masakari/src
Frode Nordahl 8e4bd07aa5
Distribute direct charm dependencies
Do not rely on system installed Python packages but distribute the
direct charm dependencies as part of the charms wheelhouse.

As the span of distributions we need to support with reactive
charms widens we will run into compability problems with the
current model.

For further reference see juju/charm-helpers#341 and
juju-solutions/layer-basic#135

Update domain name uesd in ``.gitreview``.

Change-Id: Ib8476c72020c0a1fbb2549c3ceeafac7f12f3efe
2019-08-15 12:31:11 +02:00
..
lib/charm/openstack Fix upgrade check 2019-03-20 11:42:05 +00:00
reactive Add unit tests 2019-03-20 09:20:01 +00:00
templates Move to pkg deploy and tidy up 2019-03-01 11:12:18 +00:00
tests Add upstream testing and review 2019-07-22 10:38:24 +00:00
README.md first 2019-02-08 12:17:58 +01:00
config.yaml Expose config options for controlling failover delay 2019-02-28 14:18:23 +00:00
copyright first 2019-02-08 12:17:58 +01:00
icon.svg first 2019-02-08 12:17:58 +01:00
layer.yaml Distribute direct charm dependencies 2019-08-15 12:31:11 +02:00
metadata.yaml Fix bundles 2019-02-26 13:49:47 +00:00
test-requirements.txt Add upstream testing and review 2019-07-22 10:38:24 +00:00
tox.ini Add functional tests and some tactical non-package fixes 2019-02-19 16:01:16 +00:00
wheelhouse.txt Distribute direct charm dependencies 2019-08-15 12:31:11 +02:00

README.md

Overview

This subordinate charm provides ...

Usage

With the OpenStack nova-compute and neutron-gateway charms:

juju deploy ...
juju deploy neutron-gateway
juju add-relation nova-compute ...
juju add-relation neutron-gateway ...

Configuration Options

This charm will optionally configure the local ip address of the OVS instance to something other than the 'private-address' provided by Juju:

juju set ... os-data-network=10.20.3.0/21

Restrictions