charm-trilio-data-mover:stable/21.01

Last commit made on 2021-02-02
Get this branch:
git clone -b stable/21.01 https://git.launchpad.net/charm-trilio-data-mover

Branch merges

Branch information

Name:
stable/21.01
Repository:
lp:charm-trilio-data-mover

Recent commits

d1a0122... by Alex Kavanagh

Rebuild to use charm-tools pre 2.8 release

Reverting to an earlier version of charm-tools to
resolve some building issues seen with latest 2.8.2
version.

Change-Id: I86d0ce48deb00c9274471e7df6c6849d3c25f065

1388982... by David Ames

Rebuild with udpated charm-tools 2.8.2

Validate the newest version of charm-tools: 2.8.2
https://github.com/juju/charm-tools/pull/598

Change-Id: I116f695fff73260901f17dee0f1ec0757cace030

3e58de9... by Alex Kavanagh

Updates for testing period for 20.01 release

Includes updates to charmhelpers/charms.openstack for cert_utils
and unit-get for the install hook error on Juju 2.9

* charm-helpers sync for classic charms
* rebuild for reactive charms
* ensure tox.ini is from release-tools
* ensure requirements.txt files are from release-tools
* On reactive charms:
  - ensure master branch for charms.openstack
  - ensure master branch for charm-helpers

Change-Id: I98b6c3292cf1e5f694882ce3c77b81e24062d519
Co-authored-by: Aurelien Lourot <email address hidden>

88ebd38... by Zuul <email address hidden>

Merge "Add support for Trilio 4.1"

d56c6fb... by Liam Young

Add support for Trilio 4.1

Change-Id: I667c606b97a683b74a4d8fdd8b048e5f8e9a56f4

b1fadc5... by Aurelien Lourot

Sync release-tools

Sync release-tools boilerplate containing these changes
in order to pin pip < 20.3:
https://github.com/openstack-charmers/release-tools/pull/125
https://github.com/openstack-charmers/release-tools/pull/126

Change-Id: If853844206465a8c5352e1f72f2b15edceee58ae

f09fa9c... by Alex Kavanagh

Rebuild reactive charms to pick up latest charm-helpers release.

v0.20.18 has been released and needs incorporating into the reactive charms.

Change-Id: Iea115d6e11aacd27cbc1bf6e8c5f416f228b1f1f

77636e2... by Alex Kavanagh

Sync libraries & common files prior to freeze

* charm-helpers sync for classic charms
* charms.ceph sync for ceph charms
* rebuild for reactive charms
* sync tox.ini files as needed
* sync requirements.txt files to sync to standard

Change-Id: If0a78625ddbe903d45b7cd017bb0d00da110e4c6

efcee2b... by James Page

Support multiple NFS shares for bind mounts

Rebuild to pickup changes to charms.openstack classes to support
use of nfs-shares configuration options containing multiple
comma separated nfs shares.

Update description of action to reflect this change.

Change-Id: If03387fa06ecf546a640b20415497800f7ef7d9d
Closes-Bug: 1894817
Func-Test-PR: https://github.com/openstack-charmers/zaza-openstack-tests/pull/410

50c11d0... by Aurelien Lourot

Fix ceph-relation-changed error

TypeError: 'str' object is not callable
After recent interface change

Func-Test-Pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/400
Change-Id: I7a45b1ffe7d71bd44201a72510d6b56a1e1a4824
Closes-Bug: #1893445