Skip to content
Snippets Groups Projects
  1. Apr 02, 2021
  2. Apr 01, 2021
  3. Mar 02, 2021
  4. Feb 24, 2021
  5. Feb 23, 2021
    • Chris MacNaughton's avatar
      Add new osci.yaml · a7363376
      Chris MacNaughton authored
      This change is preparatory to migration Ubuntu OpenStack CI
      from Jenkins to Zuul
      
      Change-Id: I16e82e0f295a9c0f6f21e4ff343e2f1afda1d82d
      a7363376
  6. Feb 21, 2021
    • Billy Olsen's avatar
      Prune gate tests · 2f83bb84
      Billy Olsen authored
      Prune gate tests and move tests to dev_bundles.
      
      Change-Id: Id415916aaa3e89caafa25064ad5a2109c8d9ee57
      2f83bb84
  7. Jan 20, 2021
    • Alex Kavanagh's avatar
      Hotfix charmhelpers sync for local_address() fix · 6cdbf7f3
      Alex Kavanagh authored
      The network-get --primary-address juju-info fails on pre-2.8.?
      versions of juju.  This results in a NoNetworkBinding error.
      Fallback to unit_get() if that occurs for local_address().
      
      Change-Id: I309ef298fecfe8d5cb2fd4c3322c3d734094f5d4
      6cdbf7f3
  8. Jan 19, 2021
  9. Jan 15, 2021
    • Alex Kavanagh's avatar
      Updates for testing period for 20.01 release · 05f5c6e7
      Alex Kavanagh authored
      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: I40621954e3108f73b79257755aa518646e52c88f
      05f5c6e7
  10. Jan 14, 2021
    • Alex Kavanagh's avatar
      Updates for testing period for 20.01 release · 76971996
      Alex Kavanagh authored
      * 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: I73cdbc4f9a444cb3bc5e9daa4d1cc038b5ed26c5
      76971996
  11. Jan 13, 2021
  12. Jan 12, 2021
    • Aurelien Lourot's avatar
      Remove Disco and Eoan bits · 1a7a961d
      Aurelien Lourot authored
      Change-Id: I836636ab55d53429862d344d79c7ff5617313adb
      1a7a961d
    • Liam Young's avatar
      Process requests for radosgw per unit keys · dee1f3c8
      Liam Young authored
      Process requests for radosgw per unit keys. Ideally the charm
      would move to using charms.ceph.utils for the get_radosgw_key
      method but this does not work atm. I have raised bug #1899643
      to cover deduplicating hooks.ceph v charms.ceph.*
      
      Change-Id: I00f5a58f127baa1f7878b0ddb31b4fa009d9651e
      Closes-Bug: #1899634
      dee1f3c8
  13. Dec 11, 2020
  14. Nov 27, 2020
  15. Sep 30, 2020
  16. Sep 28, 2020
    • Alex Kavanagh's avatar
      Sync libraries & common files prior to freeze · 5e80697a
      Alex Kavanagh authored
      * 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: I512ef8bbb52c08e782c66450b435a40a76b8a532
      5e80697a
    • James Page's avatar
      Make EC profiles immutable · 8e74666f
      James Page authored
      Changing an existing EC profile can have some nasty side effects
      including crashing OSD's (which is why its guarded with a --force).
      
      Update the ceph helper to log a warning and return if an EC profile
      already exists, effectively making them immutable and avoiding
      any related issues.
      
      Reconfiguration of a pool would be undertaking using actions:
      
        - create new EC profile
        - create new pool using new EC profile
        - copy data from old pool to new pool
        - rename old pool
        - rename new pool to original pool name
      
      this obviously requires an outage in the consuming application.
      
      Change-Id: I630f6b6c5e3c6dd252a85cd373d7e204b9e77245
      Closes-Bug: 1897517
      8e74666f
  17. Sep 07, 2020
  18. Sep 04, 2020
  19. Aug 28, 2020
  20. Aug 04, 2020
  21. Jul 27, 2020
    • Alex Kavanagh's avatar
      Release sync for 20.08 · 8db81805
      Alex Kavanagh authored
      - Classic charms: sync charm-helpers.
      - Classic ceph based charms:  also sync charms.ceph
      - Reactive charms: trigger a rebuild
      - sync tox.ini
      - sync requirements.txt and test-requirements.txt
      
      Change-Id: I0003f91a5f451ed3234ae8f4bc273fa4b49f2b51
      8db81805
    • Aurelien Lourot's avatar
      Add Victoria test bundles · 7c5254a8
      Aurelien Lourot authored
      Change-Id: I45a84f4b252118527a0991a61b526960864dacd7
      7c5254a8
  22. Jul 24, 2020
  23. Jul 23, 2020
    • Alex Kavanagh's avatar
      Add glance/nova-compute to bundles · b71f4fd8
      Alex Kavanagh authored
      This is to resolve the associated bug where cinder-ceph has grown the
      capability to block if it doesn't have an appropriate relation to
      nova-compute.
      
      Also remove the trusty-icehouse bundle as it is not longer supported.
      Note, on trusty-mitaka, the nova-cloud-controller is needed as otherwise
      nova-compute complains and then dies, leaving a nova-compute service is
      not running in the status message.
      
      Also, change the detection of the status messages for the radosgw charm
      as it has changed during the dev cycle.
      
      Change-Id: I072b79705a6a7dfb0d5cbd16095e6ececb432ec3
      Closes-Bug: #1881246
      b71f4fd8
  24. May 18, 2020
  25. May 17, 2020
    • Alex Kavanagh's avatar
      Add focal-ussuri and bionic-ussuri bundle · e3be7e48
      Alex Kavanagh authored
      This patch adds a focal-ussuri and bionic-ussuri bundles to the tests
      for the charm.
      
      Also removes 'admin-token' from the tests, as the keystone charm no
      longer accepts the option.
      
      Also, for focal, btrfs-tools has been removed and replaced by
      btrfs-progs; thus these are installed on focal instead.  See linked Bug.
      
      Closes-Bug: #1871712
      Change-Id: Ifc79beebb981571cebc38be6cb6c2748d22816c9
      e3be7e48
  26. May 11, 2020
  27. Mar 05, 2020
  28. Feb 18, 2020
  29. Feb 12, 2020
    • Chris MacNaughton's avatar
      Ensure that we define `unit` before use · 649bdb46
      Chris MacNaughton authored
      When ceph-proxy is configured prior to being related
      to clients, it is possible for the units to go into
      a hook error because of an undefined variable. This
      change ensures that we do correctly define the unit
      before we use it.
      
      Change-Id: Ic6e28783bde4fc342d7c5ef1d733e69a03b702fe
      Closes-Bug: #1862487
      649bdb46
  30. Feb 05, 2020
Loading