Skip to content
Snippets Groups Projects
  1. Mar 07, 2019
  2. Nov 02, 2018
    • Doug Hellmann's avatar
      fix tox python3 overrides · cb55fa61
      Doug Hellmann authored
      
      We want to default to running all tox environments under python 3, so
      set the basepython value in each environment.
      
      We do not want to specify a minor version number, because we do not
      want to have to update the file every time we upgrade python.
      
      We do not want to set the override once in testenv, because that
      breaks the more specific versions used in default environments like
      py35 and py36.
      
      Change-Id: Iaf0db51532f8397529cb603815baecff90cb0e88
      Signed-off-by: default avatarDoug Hellmann <doug@doughellmann.com>
      cb55fa61
  3. Sep 19, 2018
    • Corey Bryant's avatar
      py3: Switch to using Python 3 for rocky or later · 7cee61a1
      Corey Bryant authored
      Switch package install to Python 3 for OpenStack Rocky or later.
      
      When upgrading, remove any python-* packages that where explicitly
      installated and then autoremove --purge any dependencies that are
      no longer required.
      
      Change-Id: I120ed44988f9e86a27f464dc879acdc1b8926dd8
      7cee61a1
  4. Jul 12, 2018
  5. May 09, 2018
  6. Apr 03, 2018
    • Ryan Beisner's avatar
      Update tox.ini to stop using unverified package · 9dc9ce6e
      Ryan Beisner authored
      As of pip 10.0, --allow-unverified is not permitted.
      
      Use of the flag in this repo was previously used to force
      installation of python-apt to accommodate certain unit tests.
      
      The unverified package, python-apt, is no longer necessary
      for test execution.
      
      Related-Bug: #1760720
      
      Change-Id: I4d7cb93e41256ef6b75be3a8acd83303b32ac6bd
      9dc9ce6e
  7. Feb 21, 2018
  8. Dec 06, 2017
  9. Apr 28, 2017
    • David Ames's avatar
      Enable Zesty-Ocata Amulet Tests · 088f8795
      David Ames authored
      - Turn on Zesty-Ocata Amulet test definitions.
      - Standardize test-requirements.txt
      - Sync charm helpers for various fixes
      
      Change-Id: I8dc595e95ef57f971b59e0b278374e5823827ff6
      088f8795
  10. Apr 26, 2017
  11. Mar 16, 2017
    • Shane Peters's avatar
      Set os-network relation data on cluster join · f36d6e5c
      Shane Peters authored
      By providing openstack network relation data during cluster join we
      allow haproxy backends to be configured in the corresponding os networks
      should a 'public-address' not be available.
      
      Change-Id: Ie370552410fffb859d236a011844427d8b3aff45
      Closes-Bug: #1669044
      f36d6e5c
  12. Sep 09, 2016
    • Ryan Beisner's avatar
      Update tox.ini files from release-tools gold copy · 550efdfa
      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: I028ddd9bb3676d7d1f0aedbd79473fbafc64f17e
      550efdfa
  13. Sep 06, 2016
    • Ryan Beisner's avatar
      Update tox.ini files from release-tools gold copy · 9018e730
      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: Iec087d2a25bb0cc1804fae31375a57c2e3d1ea47
      9018e730
  14. Jul 19, 2016
    • Ryan Beisner's avatar
      Use bundletester for amulet test execution · 48ad1dbb
      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: Id617a634f7d12e8acab07ee121f9fd38b8380c17
      48ad1dbb
  15. Mar 23, 2016
    • James Page's avatar
      Update to charm-tools >= 2.0.0 · 02545874
      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: I0431192e165353aa2fd414f06afaf6ce132f9970
      02545874
  16. Feb 16, 2016
  17. Nov 02, 2015
Loading