Skip to content
Snippets Groups Projects
  1. Apr 11, 2017
  2. Mar 23, 2017
    • David Ames's avatar
      Enable Ocata Amulet Tests · 42b71274
      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.
      - Resync tox.ini to resolve amulet unit test failures.
      
      Change-Id: Ia14904339099d84d09a2fce171740459a76a8367
      42b71274
  3. Sep 09, 2016
    • Ryan Beisner's avatar
      Update tox.ini files from release-tools gold copy · 037a2881
      Ryan Beisner authored
      All OpenStack Charms now contain identical tox.ini files,
      not to be modified or made unique within each charm repo.
      
      This is to ensure consistency across charm repos in tox
      target naming, approach and purpose, also giving the
      charm dev and test experience additional consistency.
      
      Also create empty dirs with .keep files where necessary.
      Some classic charms have actions and/or lib dirs, and some
      do not. In all classic charms, flake will now check those
      dirs to ensure lint coverage of existing or future content.
      
      Change-Id: I657e3c0c0bdb372cb4e005045d7469b806fd5e3d
      037a2881
  4. Sep 06, 2016
    • Ryan Beisner's avatar
      Update tox.ini files from release-tools gold copy · 41a64db7
      Ryan Beisner authored
      All OpenStack Charms now contain identical tox.ini files,
      not to be modified or made unique within each charm repo.
      
      This is to ensure consistency across charm repos in tox
      target naming, approach and purpose, also giving the
      charm dev and test experience additional consistency.
      
      Change-Id: I2b5bb5a0b101609ca3c1e26abf3ecbe5b774d57f
      41a64db7
  5. Jul 21, 2016
    • Ryan Beisner's avatar
      Use bundletester for amulet test execution · fd15c0d5
      Ryan Beisner authored
      Switch to using bundletester for execution of functional tests,
      leveraging tox to build out test virtualenvs.
      
      Rename amulet tests inline with gate-*, dev-* and dfs-*
      naming standards.
      
      Update README to refer to functional testing section of the charm
      guide.
      
      Change-Id: I618219551fc116c151cda4790c01aa9e86fa462a
      fd15c0d5
  6. Mar 23, 2016
    • James Page's avatar
      Update to charm-tools >= 2.0.0 · ba6397ca
      James Page authored
      The new release of charm-tools no longer ships the charm
      command; update minimum version requirement and switch
      to using charm-proof instead, unblocking current pep8
      failures across all charms.
      
      Also pin the version of requests to 2.6.0 until theblues
      (indirect dependency of charm-tools) sort out its
      requirements versioning.
      
      Change-Id: I86b9094501dc1101bcad7038acd92f89ac71c95c
      ba6397ca
  7. Mar 17, 2016
    • Chris Holcombe's avatar
      Add support for replacing a failed OSD drive · a8790f23
      Chris Holcombe authored
      This patch adds an action to replace a hard drive for an particular
      osd server.  The user executing the action will give the OSD number
      and also the device name of the replacement drive.  The rest is
      taken care of by the action. The action will attempt to go through
      all the osd removal steps for the failed drive.  It will force
      unmount the drive and if that fails it will lazy unmount the drive.
      This force and then lazy pattern comes from experience with dead
      hard drives not behaving nicely with umount.
      
      Change-Id: I914cd484280ac3f9b9f1fad8b35ee53e92438a0a
      a8790f23
  8. Feb 16, 2016
  9. Oct 30, 2015
Loading