From 467f9dc029fce00727bb104dc5451beae4a6ae62 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Mon, 3 May 2021 15:33:46 +0100 Subject: [PATCH] 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: I770babbc0ea9e6568695b30eab1644ceed3f7e82 --- src/build.lock | 172 -------------------------------------- src/test-requirements.txt | 4 +- src/wheelhouse.txt | 4 +- test-requirements.txt | 2 +- 4 files changed, 5 insertions(+), 177 deletions(-) delete mode 100644 src/build.lock diff --git a/src/build.lock b/src/build.lock deleted file mode 100644 index db1b129..0000000 --- a/src/build.lock +++ /dev/null @@ -1,172 +0,0 @@ -{ - "locks": [ - { - "type": "layer", - "item": "layer:options", - "url": "https://github.com/juju-solutions/layer-options.git", - "vcs": null, - "branch": "refs/heads/master", - "commit": "fcdcea4e5de3e1556c24e6704607862d0ba00a56" - }, - { - "type": "layer", - "item": "layer:basic", - "url": "https://github.com/juju-solutions/layer-basic.git", - "vcs": null, - "branch": "refs/heads/master", - "commit": "623e69c7b432456fd4364f6e1835424fd6b5425e" - }, - { - "type": "layer", - "item": "layer:openstack", - "url": "https://github.com/openstack/charm-layer-openstack", - "vcs": null, - "branch": "refs/heads/master", - "commit": "ba152d41b4a1109073d335415f43c4248109e7c7" - }, - { - "type": "layer", - "item": "keystone-ldap", - "url": null, - "vcs": null, - "branch": "refs/heads/master", - "commit": "c9fa02a6d51cdaeff553e9eb1906f9ff18ca7552" - }, - { - "type": "layer", - "item": "interface:tls-certificates", - "url": "https://github.com/juju-solutions/interface-tls-certificates", - "vcs": null, - "branch": "refs/heads/master", - "commit": "d9850016d930a6d507b9fd45e2598d327922b140" - }, - { - "type": "layer", - "item": "interface:keystone-domain-backend", - "url": "https://github.com/openstack/charm-interface-keystone-domain-backend", - "vcs": null, - "branch": "refs/heads/master", - "commit": "18893a5c3803517fa0ce4c5fd790b01e987cd0eb" - }, - { - "type": "layer", - "item": "interface:juju-info", - "url": "https://github.com/juju-solutions/interface-juju-info.git", - "vcs": null, - "branch": "refs/heads/master", - "commit": "4e2f90052b3c02031d09f10900c9e9cb22565dee" - }, - { - "type": "python_module", - "package": "charms.openstack", - "url": "git+https://opendev.org/openstack/charms.openstack.git", - "branch": "refs/heads/stable/21.04", - "version": "bcd0c9b4b4a19d4a4125e0a6a3f808a843a74fa1", - "vcs": "git" - }, - { - "type": "python_module", - "package": "netaddr", - "vcs": null, - "version": "0.7.19" - }, - { - "type": "python_module", - "package": "pbr", - "vcs": null, - "version": "5.5.1" - }, - { - "type": "python_module", - "package": "setuptools", - "vcs": null, - "version": "41.6.0" - }, - { - "type": "python_module", - "package": "Jinja2", - "vcs": null, - "version": "2.10.1" - }, - { - "type": "python_module", - "package": "pip", - "vcs": null, - "version": "18.1" - }, - { - "type": "python_module", - "package": "pyaml", - "vcs": null, - "version": "20.4.0" - }, - { - "type": "python_module", - "package": "dnspython", - "vcs": null, - "version": "1.16.0" - }, - { - "type": "python_module", - "package": "MarkupSafe", - "vcs": null, - "version": "1.1.1" - }, - { - "type": "python_module", - "package": "charmhelpers", - "url": "git+https://github.com/juju/charm-helpers.git", - "branch": "refs/heads/stable/21.04", - "version": "8c48d2914b0e7396a2392c3933e2d7f321643ae6", - "vcs": "git" - }, - { - "type": "python_module", - "package": "wheel", - "vcs": null, - "version": "0.33.6" - }, - { - "type": "python_module", - "package": "charms.reactive", - "vcs": null, - "version": "1.4.1" - }, - { - "type": "python_module", - "package": "Tempita", - "vcs": null, - "version": "0.5.2" - }, - { - "type": "python_module", - "package": "PyYAML", - "vcs": null, - "version": "5.2" - }, - { - "type": "python_module", - "package": "setuptools_scm", - "vcs": null, - "version": "1.17.0" - }, - { - "type": "python_module", - "package": "psutil", - "vcs": null, - "version": "5.8.0" - }, - { - "type": "python_module", - "package": "netifaces", - "vcs": null, - "version": "0.10.9" - }, - { - "type": "python_module", - "package": "six", - "vcs": null, - "version": "1.15.0" - } - ] -} \ No newline at end of file diff --git a/src/test-requirements.txt b/src/test-requirements.txt index eb4844b..520681e 100644 --- a/src/test-requirements.txt +++ b/src/test-requirements.txt @@ -11,5 +11,5 @@ charm-tools>=2.4.4 keyring<21 # Functional Test Requirements (let Zaza's dependencies solve all dependencies here!) -git+https://github.com/openstack-charmers/zaza.git@stable/21.04#egg=zaza -git+https://github.com/openstack-charmers/zaza-openstack-tests.git@stable/21.04#egg=zaza.openstack +git+https://github.com/openstack-charmers/zaza.git#egg=zaza +git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack diff --git a/src/wheelhouse.txt b/src/wheelhouse.txt index 3dd59f3..1026b85 100644 --- a/src/wheelhouse.txt +++ b/src/wheelhouse.txt @@ -1,4 +1,4 @@ -git+https://opendev.org/openstack/charms.openstack.git@stable/21.04#egg=charms.openstack +git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack -git+https://github.com/juju/charm-helpers.git@stable/21.04#egg=charmhelpers +git+https://github.com/juju/charm-helpers.git#egg=charmhelpers diff --git a/test-requirements.txt b/test-requirements.txt index 16bbc27..3f08524 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -35,7 +35,7 @@ mock>=1.2; python_version >= '3.6' nose>=1.3.7 coverage>=3.6 -git+https://github.com/openstack/charms.openstack.git@stable/21.04#egg=charms.openstack +git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack # # Revisit for removal / mock improvement: netifaces # vault