charm-manila:stable/17.02

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/17.02 https://git.launchpad.net/charm-manila

Branch merges

Branch information

Name:
stable/17.02
Repository:
lp:charm-manila

Recent commits

1922efe... by OpenDev Sysadmins <email address hidden>

OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.

7372e30... by David Ames

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I4a9996c3c9b8aefb606c4cb25c2500e8fdbce3fe

f42c981... by Jenkins <email address hidden>

Merge "Update manila to support new interface for configuration"

417a70e... by Alex Kavanagh

Update manila to support new interface for configuration

The manila-plugin interface is changed to make writing configuration
plugin charms easier to write. This updates the manila charm to support
that interface.

Change-Id: I260ce1d1287a7127838198d5aefea64454de8d3c
Depends-On: I76866007e3c89bb16bc7985a692fbd8f3e136a71

93bd206... by James Page

Fix support for shared-db network spaces

Newer versions of the mysql-shared interface automatically configure
the hostname data item based on either the network space binding for
the relation (for Juju 2.0 and later), or using the units private-address
on older Juju versions.

Change-Id: I8b3e351b0cb475c9859181db03e63fd6365c844e

fdd1e1a... by Alex Kavanagh

Change readme to make the intro read better

This is a trivial change to trigger a sync action to get the
charm into the github.com repo and onwards into the charm store.

Change-Id: I278e51aece3f6932b5dec96a11f40b503da196a3

490cddc... by Alex Kavanagh

First commit of manila charm

This patchset contains the code/charm for a working manila fileshare
service. On its own, the fileshare the charm installs is not functional
as a backend is needed. The charm-manila-generic plugin charm is
provided separately to provide the generic NFS file share service.

This patchset also includes the amulet/bundle tests to test that the
charm installs the manila software and can get it running. However, no
functional tests of the actual manila software are done.

This patchset is dependent on the interface-manila-plugin interface and
an updated version of charms.openstack that provides the 'options'
member. It also depends on a slight change to the
interface-neutron-plugin which adds a requires.py to allow it to be used
to plugin to principal charms: these are declared below.

Change-Id: Ie9bb7af1baab8b3bc20d26d907d9b51957eb326e
Depends-On: Ied0ad014ab7b1d4778113b0d3f2bbae08075372e
Depends-On: If6d103b4f62c95b0fa76562a18e418e0d319e987
Depends-On: I8760f2f9bec85ccc8b149b9560a6eed3e9ab418b

b881104... by OpenStack Project Creator <email address hidden>

Added .gitreview