Commit Graph

87 Commits

Author SHA1 Message Date
Alex Kavanagh f126fb2dd5 Update git submodules
* Update charm-barbican from branch 'master'
  to 2b3865167c4a4df005000bcd81863808e5059a84
  - Updates for caracal tox.ini
    
    Update the tox.ini file(s) to use the constraints file from
    zaza-openstack-tests.
    
    Change-Id: I3d29f7bc329dc8702469cc36ca01bc2c4f3bea5c
2024-03-25 23:20:24 +00:00
Alex Kavanagh 8f85cf231a Update git submodules
* Update charm-barbican from branch 'master'
  to ead77f9a7df7aa252bc3241c1ffceec0e5e42bec
  - Updates for caracal testing support
    
    These updates, on the master branch, are to support testing the caracal
    packages and support of the charms for caracal.  They do NOT lock the charms
    down, and don't change the testing branches to stable branches.
    
    Change-Id: I4f5df7cd306e69210b53e2c800de609337e8c84f
2024-02-19 03:00:08 +00:00
Zuul 478435119b Update git submodules
* Update charm-barbican from branch 'master'
  to fd3e818c2c397126216e26cd152e522e4b6552fe
  - Merge "Ensure get_requests_for_local_unit doesn't fail on incomplete relation"
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] https://github.com/juju/charm-helpers/pull/824
    Closes-Bug: #2028683
    
    Change-Id: I83fe6b1d397299c716bf67b11d1d30167a87ea84
2023-08-16 15:56:22 +00:00
Corey Bryant 5e9a09b8e7 Update git submodules
* Update charm-barbican from branch 'master'
  to 09b8f16f10f94b781f340bf24306459cb1f40475
  - Add 2023.2 Bobcat support
    
    * sync charm-helpers to classic charms
    * change openstack-origin/source default to bobcat
    * add mantic to metadata series
    * align testing with bobcat
    * add new bobcat bundles
    * add bobcat bundles to tests.yaml
    * add bobcat tests to osci.yaml
    * update build-on and run-on bases
    * drop kinetic
    * update charmcraft_channel to 2.x/edge
    
    Change-Id: I371f1e473e9588d2e7e66a4372bfedf8ab427770
2023-08-04 21:45:50 +00:00
Corey Bryant 5d20448c95 Update git submodules
* Update charm-barbican from branch 'master'
  to bcfbc55b45d3cb3ab42bf6cae35c58f936f56003
  - Enable jammy-antelope voting and drop kinetic-zed tests
    
    * Voting was turned on for jammy-antelope in the
      project-template for charm-functional-jobs in zosci-config
    * Voting for jammy-antelope bundles with non-standard names
      is turned on in individual charms
    * Kinetic-zed bundles/tests are removed
    
    Change-Id: Ic07c734001c56f26d6980934005ea8cad8588c4f
2023-04-06 20:00:40 +00:00
Corey Bryant 56ff078ebe Update git submodules
* Update charm-barbican from branch 'master'
  to 983189a0fb7eb9784b54203f5df7b6c850e19316
  - Add Antelope support
    
    * sync charm-helpers to classic charms
    * change openstack-origin/source default to antelope
    * align testing with antelope
    * add new antelope bundles
    * add antelope bundles to tests.yaml
    * add antelope tests to osci.yaml and .zuul.yaml
    * update build-on and run-on bases
    
    Change-Id: I2d27ef9d08b01d54741fec5e34e028a6abbe2425
2023-03-14 13:26:52 +00:00
Liam Young 3493d07dbc Update git submodules
* Update charm-barbican from branch 'master'
  to 389c3919a42614764b4db812981d15716affb310
  - Fix charm for tox4 compatibility
    
    Related-Bug: 2002788
    Change-Id: I3b662aa9c3026e85d088350d969e743a116401a4
2023-01-18 08:01:20 +00:00
Felipe Reyes b813ee68c0 Update git submodules
* Update charm-barbican from branch 'master'
  to cdbb9a178baf7fea802258104e2530631e36e9ca
  - Fix s390x and pp64el builds
    
    Add build dependencies needed for s390x and pp64el
    
    ::   writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
    ::   running build_ext
    ::   generating cffi module 'build/temp.linux-s390x-cpython-310/_padding.c'
    ::   creating build/temp.linux-s390x-cpython-310
    ::   generating cffi module 'build/temp.linux-s390x-cpython-310/_openssl.c'
    ::   building '_openssl' extension
    ::   creating build/temp.linux-s390x-cpython-310/build
    ::   creating build/temp.linux-s390x-cpython-310/build/temp.linux-s390x-cpython-310
    ::   s390x-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/home/buildd/barbican/build/parts/charm/build/.tox/build-reactive/include -I/usr/include/python3.10 -c build/temp.linux-s390x-cpython-310/_openssl.c -o build/temp.linux-s390x-cpython-310/build/temp.linux-s390x-cpython-310/_openssl.o -Wconversion -Wno-error=sign-conversion
    ::   build/temp.linux-s390x-cpython-310/_openssl.c:575:10: fatal error: openssl/opensslv.h: No such file or directory
    ::     575 | #include <openssl/opensslv.h>
    ::         |          ^~~~~~~~~~~~~~~~~~~~
    
    Change-Id: I8e73c8b75496d8581f169103825f3ba12900f140
2022-09-30 12:35:53 +00:00
Corey Bryant f5bb269cbd Update git submodules
* Update charm-barbican from branch 'master'
  to 6cc6006572933fe9ea50039cbf6c370571ec75f6
  - Build separately for each supported series and use binary builds
    
    Charms for OpenStack Yoga supports both Ubuntu Focal and Jammy
    which means Python 3.8 and Python 3.10.  Managing dependencies
    across those two versions is non-trivial and we need to build
    the charm on the series the charm is supposed to support.
    
    Switch to using a binary build which allows pip's dependency
    resolution to work.
    
    Change-Id: I6ab47c1c94249c194bf55650e26737fefe5838b3
2022-09-29 01:19:30 +00:00
Zuul 0cc6af9279 Update git submodules
* Update charm-barbican from branch 'master'
  to 68f4872a0f0e0cda1846a3631c1527b003070df5
  - Merge "Ensure upgrades are executed"
  - Ensure upgrades are executed
    
    Prior to this change, big bang upgrades were not being run
    when openstack-origin was updated to a new release.
    
    Closes-Bug: #1979553
    Change-Id: I3a9d0211bede8db43cd5ae8e0db51736155282f6
2022-09-16 13:55:52 +00:00
Corey Bryant e12af428af Update git submodules
* Update charm-barbican from branch 'master'
  to 2c99cba7e0141bbd2094d7be2bc3eab4e25a2cb2
  - Add Kinetic and Zed support
    
    * sync charm-helpers to classic charms
    * change openstack-origin/source default to zed
    * align testing with zed
    * add new zed bundles
    * add zed bundles to tests.yaml
    * add zed tests to osci.yaml and .zuul.yaml
    * update build-on and run-on bases
    * add bindep.txt for py310
    * sync tox.ini and requirements.txt for ruamel
    * use charmcraft_channel 2.0/stable
    * drop reactive plugin overrides
    * move interface/layer env vars to charmcraft.yaml
    
    Change-Id: I054650d578c30b5c865cbd7a567eb5d7c8032d01
2022-09-05 20:43:09 +00:00
Zuul 5a7c088d2d Update git submodules
* Update charm-barbican from branch 'master'
  to 567e45780077db872ba210e263f6f5e4e4515682
  - Merge "Fix typo in 'require-hsm-plugin' description"
  - Fix typo in 'require-hsm-plugin' description
    
    Closes-bug: #1963722
    Change-Id: I872ceb025fb6850a87c7f7307bd228ce3ea051ac
2022-06-01 01:40:52 +00:00
Alex Kavanagh 409713bafb Update git submodules
* Update charm-barbican from branch 'master'
  to 5ccab5e53d6cbf3ef7a888434c8e201118f45c63
  - Add *.charm to gitignore
    
    This patch adds *.charm to the .gitignore to ensure that any built
    artifacts are ignored.
    
    Change-Id: I9f9d6d375013ab67d2a4e539382d893898550004
2022-05-16 10:09:16 +00:00
Alex Kavanagh b7a99468dd Update git submodules
* Update charm-barbican from branch 'master'
  to 8415ded62a82f321b7b61bdb5fcadab2eb163588
  - Updates to enable jammy and finalise charmcraft builds
    
    - Add 22.04 to charmcraft.yaml
    - Update metadata to include jammy
    - Remove impish from metadata
    - Update osci.yaml to include py3.10 default job
    - Modify tox.ini to remove py35,py36,py37 tox target and add py310
      target.
    - ensure that the openstack-origin is yoga
    
    Change-Id: Ib993e07f73d694d9d0189dc55d6ab1e3c9d31938
2022-04-06 22:18:41 +00:00
tpsilva be90a7008b Update git submodules
* Update charm-barbican from branch 'master'
  to c3bb1bb650cc090c24a65b10dab59338a3b7b1bb
  - Add use-public-endpoint config option
    
    Currently, this charm sets the host_href config option with the
    admin endpoint. This patch adds a config option to allow it to be
    configured to use the public endpoint, so that the secrets could
    be accessible through this endpoint.
    
    Closes-bug: #1642769
    Change-Id: Ice7131459753f15e1184c687a24301689df338e2
2022-03-14 18:25:25 +00:00
Alex Kavanagh 74d12387bf Update git submodules
* Update charm-barbican from branch 'master'
  to 9d5b82ebfb6d82a414f34fa03b05ee52ac8ab7d2
  - Update to build using charmcraft
    
    Due to a build problem with the reactive plugin, this change falls back
    on overriding the steps and doing a manual build, but it also ensures
    the CI system builds the charm using charmcraft.  Changes:
    
    - add a build-requirements.txt
    - modify charmcraft.yaml
    - modify osci.yaml
        -> indicate build with charmcraft
    - modify tox.ini
        -> tox -e build does charmcraft build/rename
        -> tox -e build-reactive does the reactive build
    - modify bundles to use the <charm>.charm artifact in tests.
      and fix deprecation warning re: prefix
    - tox inception to enable tox -e func-test in the CI
    
    Change-Id: I826947b1b358c4b04ba18135035292e135cce985
2022-02-02 13:22:47 +00:00
Alex Kavanagh 38498cb438 Update git submodules
* Update charm-barbican from branch 'master'
  to 2021e2c518187cbd293e5769f9d6fbed4b8a2e21
  - Migration charm to charmhub latest/edge track
    
    Change-Id: I3860f8c83cc4ab37c429d7a44f0b8d292078b657
2022-01-28 16:34:04 +00:00
Hervé Beraud 3c04bed73a Update git submodules
* Update charm-barbican from branch 'master'
  to 8a162064db4ca8292bb6f7ded67741d7a9bd6dfc
  - Use unittest.mock instead of mock
    
    The mock third party library was needed for mock support in py2
    runtimes. Since we now only support py36 and later, we can use the
    standard lib unittest.mock module instead.
    
    Note that https://github.com/openstack/charms.openstack is used during tests
    and he need `mock`, unfortunatelly it doesn't declare `mock` in its
    requirements so it retrieve mock from other charm project (cross dependency).
    So we depend on charms.openstack first and when
    Ib1ed5b598a52375e29e247db9ab4786df5b6d142 will be merged then CI
    will pass without errors.
    
    Depends-On: Ib1ed5b598a52375e29e247db9ab4786df5b6d142
    Change-Id: I2f54eb8f1fae913603f8692986361b88a32cc221
2021-12-16 10:26:36 +00:00
Corey Bryant 5c7b7eb76a Update git submodules
* Update charm-barbican from branch 'master'
  to 81bd8f7ef9b9bec4be2f643a8a1ff2157981347e
  - Additional test updates
    
    * switch to release-specific zosci functional tests
    * switch to yoga zosci unit test job
    * add py39
    
    Change-Id: I9e922e77175fb117a2d98a3c42f2cddfae0dc326
2021-11-18 14:22:06 +00:00
Corey Bryant 979e586f04 Update git submodules
* Update charm-barbican from branch 'master'
  to 5f3c1de4f1d49d866f3a37f3d3398322f3544281
  - Add yoga bundles and release-tool syncs
    
    * charm-helpers sync for classic charms
    * pin pyparsing for aodhclient
    * pin cffi for py35
    * add non-voting focal-yoga bundle
    * add non-voting jammy-yoga bundle
    * add series metadata for jammy
    * switch xena bundles to voting
    * run focal-ussuri as smoke tests
    * remove trusty, xenial, and groovy metadata and tests
    
    Change-Id: Ic01c91ede3d820e8eb9258fd0d19799efb4ebccb
2021-11-15 10:00:46 +00:00
Felipe Reyes 9ff34a18e5 Update git submodules
* Update charm-barbican from branch 'master'
  to 0740a468ef6fcd34ecc3b09ae3d1a5a124f86eab
  - Expose max request and secret size config options.
    
    Upstream Barbican has bumped up its default for the configuration keys
    max_allowed_request_size_in_bytes and max_allowed_secret_in_bytes to
    25kB and 20kB respectively (c59f2a6b). This change adopts those values
    to be used in all the supported releases and exposes them via juju
    config.
    
    Closes-Bug: #1946018
    Change-Id: I3dcb30f5de6367de2aa5c26bb59a79893fb8e578
2021-10-05 08:32:24 +00:00
Alex Kavanagh 83ba247caf Update git submodules
* Update charm-barbican from branch 'master'
  to 3ac1472fe6d79e2c756d37367a5138f90cea8b87
  - Add xena bundles
    
    - add non-voting focal-xena bundle
    - add non-voting impish-xena bundle
    - rebuild to pick up charm-helpers changes
    - update tox/pip.sh to ensure setuptools<50.0.0
    
    Change-Id: Icbc9877edc720792f9bb09d8b246d38748b5f5ba
2021-09-28 09:00:58 +00:00
Aurelien Lourot 7437787b58 Update git submodules
* Update charm-barbican from branch 'master'
  to dbf51428028453400972fcf80e570629dfea7c42
  - Sync release-tools
    
    In order to fix ResolutionImpossible on tox invocation.
    
    https://github.com/openstack-charmers/release-tools/issues/151
    https://github.com/openstack-charmers/release-tools/pull/152
    
    Change-Id: Ib7f509be145966bbe09cbf1aff7b08923de10fe9
2021-07-22 19:01:03 +00:00
Zuul aefb3b339e Update git submodules
* Update charm-barbican from branch 'master'
  to a52efd2e532d6525a02b9a76f4916bcb38f58a93
  - Merge "Add impish to metadata.yaml"
  - Add impish to metadata.yaml
    
    Change-Id: I6fd115af6201a7ceec0f28fdfe87544edb11ba5b
2021-06-07 09:39:11 +00:00
Corey Bryant e2cbff9eab Update git submodules
* Update charm-barbican from branch 'master'
  to a85044fe2eb2baf33565562d3764c793080bca19
  - rebuild - restore c-h proxy env vars for add-apt-repository
    
    Change-Id: Ie69ab17f330c6dfc06f09f51dde34b96fb677794
2021-06-04 23:35:26 +00:00
Alex Kavanagh 753ba757ee Update git submodules
* Update charm-barbican from branch 'master'
  to 96750d85f0593f1795adf43394373b73509b8c54
  - Test bundles for focal-wallaby and hirsute-wallaby
    
    These are the test bundles (and any associated changes) for
    focal-wallaby and hirsute-wallaby support.
    
    hisute-wallaby test is disabled (moved to dev) due to [1].
    
    [1] https://github.com/juju-solutions/layer-basic/issues/194
    
    Change-Id: I65a7403ec68d8be880e418bc4fca1b1fdffe6eb9
2021-05-06 20:14:23 +00:00
Alex Kavanagh edd756fc81 Update git submodules
* Update charm-barbican from branch 'master'
  to e5f0496fe1ee67094cb3fad0bd70993da30841a3
  - Updates to flip all libraries back to master
    
    This patchset updates all the requirements for charms.openstack,
    charm-helpers, charms.ceph, zaza and zaza-openstack-tests back
    to master branch.
    
    Change-Id: Ic2d80c0c1eb8e22408ce363fd05b5d66d1d93e4b
2021-05-03 18:21:58 +00:00
Zuul d466bc4d3c Update git submodules
* Update charm-barbican from branch 'master'
  to 95b8b8d378d7ea87a2b6fdad94eee94d4ac7960f
  - Merge "Run db sync manually by leader only"
  - Run db sync manually by leader only
    
    Without db_auto_create = False each barbican-worker attempts to run
    alembic upgrades on the database whenever they start. This leads to
    race conditions that can leave the sate of the database broken
    (multiple alembic version that "overlap").
    
    This change runs the barbican-manage db upgrade by the leader only
    avoiding the race condition. charms.openstack also handles the
    openstack upgrade process with a call to instance.db_sync.
    
    Change-Id: I6b9498059c7057b73b1c3db0e355456c38b0510e
    Closes-Bug: #1827690
2021-04-15 06:38:38 +00:00
Alex Kavanagh 15f20d2f41 Update git submodules
* Update charm-barbican from branch 'master'
  to 07b76d50e730dca9245b1fef91e7e0ddf2bd3915
  - 21.04 libraries freeze for charms on master branch
    
    * charm-helpers sync for classic charms
    * build.lock file for reactive charms
    * ensure tox.ini is from release-tools
    * ensure requirements.txt files are from release-tools
    * On reactive charms:
      - ensure stable/21.04 branch for charms.openstack
      - ensure stable/21.04 branch for charm-helpers
    
    Change-Id: I0f28e1e28ee9cb5712ef5b7b007903d317a5f61a
2021-04-06 11:57:44 +00:00
Alex Kavanagh f18a05ff2f Update git submodules
* Update charm-barbican from branch 'master'
  to 45d9d9b19d4d47fcb92df8f0d108789f981f1e93
  - Add hirsute and remove trusty from metadata.yaml
    
    This update adds the new hirsute Ubuntu release (21.04) and
    removes trusty support (14.04 which is EOL at 21.04).
    
    Change-Id: Ied3c4d70fb5a7cf2556a4ca7d9c0aec551b63939
2021-03-03 10:30:19 +00:00
Zuul 99dcd2bbc9 Update git submodules
* Update charm-barbican from branch 'master'
  to c396f3a999800fc96a2564fd1a165975fa40a4c9
  - Merge "Add new osci.yaml"
  - Add new osci.yaml
    
    This change is preparatory to migration Ubuntu OpenStack CI
    from Jenkins to Zuul
    
    Change-Id: I1bba556eebc3081e890989507b0ccfe6f029c3a6
2021-02-24 12:12:55 +00:00
Billy Olsen 4cbb135e81 Update git submodules
* Update charm-barbican from branch 'master'
  to f5745a0021bb6e3a141cc761512e50ff8f4f17ae
  - Prune gate tests
    
    Prune gate tests and move tests to dev_bundles.
    
    Change-Id: I514698776d3dfdb6eafc9b237687c11f43463302
2021-02-23 09:02:15 +00:00
Alex Kavanagh 1ab75c5dc3 Update git submodules
* Update charm-barbican from branch 'master'
  to c9095fbc01922137e855a99c90c58c1018a6e293
  - Updates to pin charm-tools to 2.8.3
    
    * Update requirements.txt to pin charm-tools to 2.8.3
    * Update tox.ini to change the build parameters.
    * This upgrades from <2.7 which adds reproducible charms
    * Bug was fixed that controlled the default output directory
      doesn't get 'builds' appended.  The tox change puts it
      back so that stable & master both build to the same
      directory.  This may be reviewed in the future.
    
    Change-Id: Ie41022bf94c69019799d87abf138228ff27dddb8
2021-02-18 14:11:42 +00:00
Alex Kavanagh a8f62292b8 Update git submodules
* Update charm-barbican from branch 'master'
  to 8c4c1a23d0d11e865e9eb9af2009aa288957bf51
  - 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: I69fab5d73305dfe1eb0563d5e570ef76b64e5d64
2021-02-02 18:53:53 +00:00
David Ames 608d450525 Update git submodules
* Update charm-barbican from branch 'master'
  to 096c6b5c59587be403b037497e837503cefb22ee
  - 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: I06b9deae0bc7376c8ba3c6705cba9ec5ed6d94c5
2021-02-02 08:25:09 +00:00
Aurelien Lourot adfcc8f0bf Update git submodules
* Update charm-barbican from branch 'master'
  to 0b3b075eeceb94fd97c7fedd6a7142acc3584b8b
  - Add Groovy to the test gate
    
    Change-Id: I2a7fa371702f2e78838f5a90b8688b3a3b5dbce8
2021-02-01 14:05:40 +00:00
Alex Kavanagh 2bf0ba55a4 Update git submodules
* Update charm-barbican from branch 'master'
  to 746e7f88a48348f62924bb7daa1967b66df3c851
  - Fix missing auto DB creation on Victoria
    
    Also updates for testing period for 20.01 release.
    All these changes are needed together in order to have passing
    functional tests.
    
    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: Ieff90482f0acfac735c1ed69fc0593bd44913bac
    Closes-Bug: #1903725
2021-01-28 09:52:41 +00:00
Aurelien Lourot 5f2439b6ba Update git submodules
* Update charm-barbican from branch 'master'
  to c9b7a01e8437546d5b1f092ebe9ae815d01702e0
  - Remove Disco and Eoan bits
    
    Change-Id: I7be89404b640c06345611a4794f467802f3d651c
2021-01-13 08:50:39 +00:00
Aurelien Lourot 6d04844c15 Update git submodules
* Update charm-barbican from branch 'master'
  to f70cbf41eab445c564ed6ebab86e885c6ceed68f
  - 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: Ib977225e1dcb651dd9d98ab67edaa76545621451
2020-12-14 22:36:47 +00:00
Zuul d33042ee79 Update git submodules
* Update charm-barbican from branch 'master'
  - Merge "Switch to python3-apt in Victoria"
  - Switch to python3-apt in Victoria
    
    The python-apt binary package is removed in Ubuntu Groovy.
    Switch the charm to python3-apt.
    
    Change-Id: Ib3da731b3e649bf99d63229c376eb8c8354a72d7
    Closes-Bug: #1899680
2020-10-16 12:59:46 +00:00
Alex Kavanagh bd3212f038 Update git submodules
* Update charm-barbican from branch 'master'
  - 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: Ia6d12ef586678867e2fa183942f8d0b131fbd2d3
2020-10-14 20:26:43 +00:00
Alex Kavanagh 9bd1947996 Update git submodules
* Update charm-barbican from branch 'master'
  - 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: Ic9b019feec791d33f45e71264f4649d60b75f958
2020-09-30 07:09:19 +00:00
Zuul 8905b3b900 Update git submodules
* Update charm-barbican from branch 'master'
  - Merge "Enable worker-multiplier for wsgi"
  - Enable worker-multiplier for wsgi
    
    So that users can have a control over the number of processes to be
    spawend and database connections to be consumed.
    
    Change-Id: I7ffdafb807a604d89381a2fecaba8300f00e9691
    Closes-Bug: #1677543
2020-09-17 09:06:34 +00:00
Aurelien Lourot 272fc0b4f8 Update git submodules
* Update charm-barbican from branch 'master'
  - Add focal-victoria to the test gate
    
    Change-Id: I284411405cfab0d789f56d41774309d11ced257b
2020-09-02 09:18:01 +00:00
Alex Kavanagh 1b9400d27a Update git submodules
* Update charm-barbican from branch 'master'
  - Release sync for 20.08
    
    - Classic charms: sync charm-helpers.
    - Classic ceph based charms:  also sync charms.ceph
    - Reactive charms: trigger a rebuild
    
    Change-Id: If9861704a9cc5eacca1ba1042b124f6f5620b981
2020-07-31 20:21:38 +00:00
Zuul 865ddf584f Update git submodules
* Update charm-barbican from branch 'master'
  - Merge "Switch to using openstack-python3-charm-jobs"
  - Switch to using openstack-python3-charm-jobs
    
    Change-Id: I69ffbb9274a352c784db634e40a936e7aca7b5f5
    Depends-On: Ib9ed240aef6680be7c972088ca5337b5740b9c36
2020-07-17 15:02:12 +00:00
Corey Bryant fd169b657c Update git submodules
* Update charm-barbican from branch 'master'
  - Add victoria package version
    
    Change-Id: I4858414736c65e51d8f796bf0e101dc06f4d5cc5
2020-07-14 12:33:32 +00:00
Zuul 9dee38503b Update git submodules
* Update charm-barbican from branch 'master'
  - Merge "Stop to use the __future__ module."
  - Stop to use the __future__ module.
    
    The __future__ module [1] was used in this context to ensure compatibility
    between python 2 and python 3.
    
    We previously dropped the support of python 2.7 [2] and now we only support
    python 3 so we don't need to continue to use this module and the imports
    listed below.
    
    Imports commonly used and their related PEPs:
    - `division` is related to PEP 238 [3]
    - `print_function` is related to PEP 3105 [4]
    - `unicode_literals` is related to PEP 3112 [5]
    - `with_statement` is related to PEP 343 [6]
    - `absolute_import` is related to PEP 328 [7]
    
    [1] https://docs.python.org/3/library/__future__.html
    [2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
    [3] https://www.python.org/dev/peps/pep-0238
    [4] https://www.python.org/dev/peps/pep-3105
    [5] https://www.python.org/dev/peps/pep-3112
    [6] https://www.python.org/dev/peps/pep-0343
    [7] https://www.python.org/dev/peps/pep-0328
    
    Change-Id: Iea37866cb1e319b443acf66e593d8f37bf692b50
2020-07-13 05:38:54 +00:00
Aurelien Lourot 13e27e2f36 Update git submodules
* Update charm-barbican from branch 'master'
  - Add Victoria test bundles
    
    Change-Id: Ibb0bd976463c8c88eaf6f577af4399452ebe24a7
2020-07-09 10:06:54 +00:00
Liam Young 97bdc08806 Update git submodules
* Update charm-barbican from branch 'master'
  - CH Sync for rabbit relation bug fix
    
    Charmhelper sync to pick up the fix to the AMQP context.
    
    Also remove jinja2 from wheelhouse.txt as is a duplicate
    and due to improvements in charm build it now causes the
    build to fail.
    
    Change-Id: I1c41ccedfbe453180b4c7835b47028ff7604711a
    Closes-Bug: #1796886
2020-07-03 06:52:06 +00:00