charm-keystone-saml-mellon:stable/19.10

Last commit made on 2019-10-24
Get this branch:
git clone -b stable/19.10 https://git.launchpad.net/charm-keystone-saml-mellon

Branch merges

Branch information

Name:
stable/19.10
Repository:
lp:charm-keystone-saml-mellon

Recent commits

5779b2e... 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: I0ce661a51c085dafcf1291eb46dcd56997ad1416

0947cb7... by Ryan Beisner

Sync charm/ceph helpers, tox, and requirements

Change-Id: I1099edb7df4eaaa2b3674f99902df6862bdc99c0

e90aacf... by Chris MacNaughton

Update series metadata

Ensure that EOL releases are removed from metadata
and tests, and that the current dev release is enabled
in metadata. Dev release tests are enabled separately
because of chickens and eggs.

Change-Id: I589617c4afaf21521d2231f5c00ca50c7df7df3e

1061d7d... by Frode Nordahl

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

Change-Id: I11fb4020dc358c40bf9c1870e94186ba7e97c2db

8a4b2cb... by Dmitrii Shcherbakov

Fix get-sp-metadata sp-metadata file location

get-sp-metadata action hardcodes the location of an sp metadata file
which is incorrect - it should use the application name to allow custom
application names and usage of multiple keystone-saml-mellon
applications (to have multiple IdPs).

In order to make unit testing easier the global variable for the sp
metadata file in actions.py is moved into a function so that it is
evaluated at the function call time, not module import time.

Change-Id: Ia73cd633f2948080e9a892869074ed2775ecc33c
Closes-Bug: #1833202

dde2096... by Dmitrii Shcherbakov

Remove non-ASCII quotes in metadata.yaml

LP: #1334482 and LP: #1832605 summarize the issue.

Until the larger problem is fixed we can fix the immediate one by not
using Unicode quotes in metadata.yaml.

Change-Id: I21249679ac9aa107c0bede96a07e5d6e0b7218a8
Closes-Bug: #1832605

e2731d1... by David Ames

Enable OSCI testing of keystone-saml-mellon

Move to zaza.openstack testing

The following need to be reviewed and merged first
https://github.com/openstack-charmers/zaza-openstack-tests/pull/7
https://github.com/openstack-charmers/bot-control/pull/113

Change-Id: Ifa8fc7526f6bd2c4fe1ff7d34a38eb5c6049cbd1

84cc494... by James Page

Merge pull request #13 from thedac/upstream

Remove zuul.yaml for gerrit

bee2dd1... by David Ames

Remove zuul.yaml for gerrit

The zuul.yaml file cannot exist for the gerrit import process.
Temporarily remove it. We will re-add it after we get imported into
gerrit.

bcefd9b... by Corey Bryant

Merge pull request #12 from thedac/functional-tests

Keystone SAML Mellon functional testing