Skip to content
Snippets Groups Projects
  1. Apr 05, 2019
  2. Apr 04, 2019
  3. Feb 26, 2019
    • James Page's avatar
      Use transport_url for Ocata or later · 4bf409fb
      James Page authored
      The ceilometer charm was already using transport_url for
      Ocata or later deployments; resync helpers and include new
      revised sectional config for SSL and HA settings.
      
      Change-Id: Ib1822a89de8da6986552229a2b84ec5b784550ed
      Closes-Bug: 1817672
      4bf409fb
  4. Feb 12, 2019
    • David Ames's avatar
      Update charm-helpers-hooks.yaml and sync ch · 97332d0e
      David Ames authored
      Using the new version of the sync tool which removes the charmhelpers
      directory before syncing, run charm helpers sync to find any unexpected
      missing dependencies.
      
      Change-Id: I4f22eafc217f94992210592f4219ff6bf23eeef0
      97332d0e
  5. Jan 29, 2019
    • David Ames's avatar
      Status blocked until ceilometer-upgrade action · e2ca8f06
      David Ames authored
      Currently it is unclear that ceilometer is not actually ready when it
      is related to gnocchi until the ceilometer-upgrade action has run. The
      status will show active Unit is ready when it is not.
      
      When gnocchi is related, check that the ceilometer-upgrade action has
      been run. If not set workload status to prompt the administator to run
      the action.
      
      Please merge the charm-helpers change first:
      https://github.com/juju/charm-helpers/pull/270
      
      Partial-Bug: #1811108
      Change-Id: Id778ed3f59e4bcde9c6586aad46be2b5b9ccb531
      e2ca8f06
  6. Jan 11, 2019
  7. Jan 08, 2019
  8. Dec 21, 2018
  9. Dec 04, 2018
    • Liam Young's avatar
      Use chelper generate_ha_relation_data for ha rel · 83d47b4b
      Liam Young authored
      Use the generate_ha_relation_data helper from charmhelpers to
      generate the data to send down the relation to the hacluster
      charm.
      
      This results in a few changes in behaviour:
      
      1) The charm will no longer specify a nic name to bind the vip. This
         is because Pacemaker VIP resources are able to automatically
         detect and configure correct iface and netmask parameters based
         on local configuration of the unit.
      2) The original iface named VIP resource will be stopped and deleted
         prior to the creation of the new short hash named VIP resource.
      
      Change-Id: I6c10762e4f3367684f19852d03d5e5b84cf37600
      83d47b4b
  10. Nov 09, 2018
  11. Sep 19, 2018
  12. Aug 27, 2018
  13. Jul 13, 2018
  14. Jun 04, 2018
    • Chris MacNaughton's avatar
      Update tests to use Juju storage · da409189
      Chris MacNaughton authored
      Due to changes to the ceph-osd charm, it is
      suggested to use Juju storage for testing.
      
      Change-Id: Ie92c503dd8aaf1fb43920792a676c98bfc222cc9
      Related-Bug: #1698154
      da409189
  15. May 09, 2018
  16. Mar 06, 2018
    • David Ames's avatar
      Setup CA when >= queens · efb951b6
      David Ames authored
      When >= queens ceilometer uses the identity-credentials relation
      rather than the identity-service relation. When using HTTPS
      ceilometer still needs the CA certificate from keystone.
      
      This change sets up the CA when using the identity-credentials
      relation.
      
      Please merge https://github.com/juju/charm-helpers/pull/124 first.
      
      Change-Id: I7c6ca1d913ad8b8123685a064933031f322869df
      efb951b6
  17. Feb 26, 2018
  18. Feb 21, 2018
  19. Feb 09, 2018
    • Billy Olsen's avatar
      Sync charm-helpers · 4727842b
      Billy Olsen authored
      Sync charm-helpers to pick up the updated InternalEndpointsContext
      which removes the need to provide a package.
      
      This essentially reverts commit f76d0755 in favor of an alternative
      approach to selecting the volume catalog endpoint information.
      
      Change-Id: I4a985fe1b8885b14aefdfeda9a8c2c4914c5fc93
      Related-Bug: #1733566
      4727842b
  20. Jan 19, 2018
  21. Jan 03, 2018
    • James Page's avatar
      Add support for OpenStack Queens. · 4c450fed
      James Page authored
      Update charm to support Ceilometer@Queens; specifically:
      
       - Removal of Ceilometer API service
       - Removal of ceilometer-collector service
      
      Most of this change is related to dropping of these
      services; In addition its now possible to complete a
      ceilometer-upgrade without mongodb being configured.
      
      As this charm no longer provides any endpoints to
      keystone, for Queens the identity-credentials relation
      is required instead of the identity-service relation.
      
      Change-Id: I3cefc24ffc9a0e60f446fbbdff603dfad37f7baa
      4c450fed
  22. Dec 11, 2017
    • David Ames's avatar
      Update HAProxy default timeout values · a34db0aa
      David Ames authored
      The default HAProxy timeout values are fairly strict. On a busy cloud
      it is common to exceed one or more of these timeouts. The only
      indication that HAProxy has exceeded a timeout and dropped the
      connection is errors such as "BadStatusLine" or "EOF." These can be
      very difficult to diagnose when intermittent.
      
      This charm-helpers sync pulls in the change to update the default
      timeout values to more real world settings. These values have been
      extensively tested in ServerStack. Configured values will not be
      overridden.
      
      Partial Bug: #1736171
      
      Change-Id: I2474ba8abbd77d89b82d2fefb51aef463c45169b
      a34db0aa
  23. Dec 08, 2017
  24. Nov 22, 2017
  25. Aug 24, 2017
  26. Aug 18, 2017
    • David Ames's avatar
      Dual Stack VIPs · a32d1762
      David Ames authored
      Enable dual stack IPv4 and IPv6 VIPs on the same interface.
      HAProxy always listens on both IPv4 and IPv6 allowing connectivity
      on either protocol.
      
      charm-helpers sync for HAProxy template changes.
      
      Change-Id: Iaf85680f2c8b08856ff2476a97798ca94994aaa6
      a32d1762
  27. Jul 25, 2017
    • David Ames's avatar
      Update tests to use keystoneauth1 · 581349f1
      David Ames authored
      With keystoneauth1 sessions the service catalog search function,
      url_for takes argument interface, no longer named endpoint_type.
      This change updates tests to use this argument name.
      
      Change-Id: Id26ce1940564c86a394161d377aa63c4cc982056
      581349f1
  28. May 12, 2017
    • James Page's avatar
      Updates for pike b1 · 0eb3b1d2
      James Page authored
      Resync charmhelpers for Pike support.
      
      Add pike tests but don't enable until after first charm-helpers
      resync for pike support across the charm set.
      
      Change-Id: I65a42e74e72f669290e6751c62db54de27a51849
      0eb3b1d2
  29. Apr 26, 2017
  30. Mar 10, 2017
    • David Ames's avatar
      Enable Ocata Amulet Tests · 73538608
      David Ames authored
      - Add Zesty as a supported series to metadata.yaml.
      - Turn on Xenial-Ocata Amulet test definitions.
      - Sync charm helpers to get Juju 2.x amulet compatibility.
      - Keeping Zesty-Ocata Amulet test definitions turned off until the
        metadata.yaml changes propagate to the charm store.
      - Note: Revert back to cs:mongodb when it supports current UCA pockets
        https://bugs.launchpad.net/charm-ceilometer/+bug/1671865
      
      Change-Id: I81dd02655d0aa9ebddef189b9e622a6a83beb4ba
      73538608
  31. Feb 14, 2017
  32. Jan 13, 2017
  33. Dec 12, 2016
  34. Dec 01, 2016
  35. Nov 29, 2016
    • Frode Nordahl's avatar
      Sync charmhelpers for Keystone v3 fixes · dae097c7
      Frode Nordahl authored
      Needed to get admin_domain_name relation data and updated version of
      section-keystone-authtoken-mitaka
      
      Partial-Bug: 1636098
      Change-Id: If2be2265530d8f9535fc15e29a1a07748943d189
      dae097c7
  36. Oct 13, 2016
    • Ryan Beisner's avatar
      Update amulet test definitions for Newton · ec93c4eb
      Ryan Beisner authored
      - Remove Precise-Icehouse Amulet test definitions if they exist.
      
      - Add Xenial-Newton Amulet test definitions.
      
      - Add Yakkety-Newton Amulet test definitions.
      
      - Use the percona-cluster charm in tests instead of the mysql charm.
      
      - Update amulet for change in svc names on systemd
      
      Change-Id: I649b3e5ce19578ddabba4303a20bfd8d279001e4
      ec93c4eb
  37. Sep 30, 2016
  38. Sep 20, 2016
    • James Page's avatar
      Add support for application version · 928dd4c3
      James Page authored
      Juju 2.0 provides support for display of the version of
      an application deployed by a charm in juju status.
      
      Insert the os_application_version_set function into the
      existing assess_status function - this gets called after
      all hook executions, and periodically after that, so any
      changes in package versions due to normal system updates
      will also be reflected in the status output.
      
      This review also includes a resync of charm-helpers to
      pickup hookenv and contrib.openstack support for this
      feature.
      
      Change-Id: I4cf3c3389def2a0dc9d0cd286aa8190cbfa59f9a
      928dd4c3
  39. Jul 21, 2016
Loading