Commit Graph

6 Commits

Author SHA1 Message Date
Alex Kavanagh d245c596ee Add *.charm to gitignore
This patch adds *.charm to the .gitignore to ensure that any built
artifacts are ignored.

Change-Id: Ie40871de122b9f203383b541205e82d2137bde3f
2022-04-18 21:05:11 +01:00
Camille Rodriguez e7b916b908 Add disco-stein bundle to gate tests
The bundle disco-stein was in the dev bundles because
a bug with the Python 3.7 syntax prevented the success of
the deployment of HA clusters. This bug is fixed, we can
reintegrate disco-stein in the gate bundles.

Other small additions:
- changed the location of memcached dur to an issue with the charm store
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

LP Related-Bug: #1823718

Change-Id: Idf5e729fcde85ff7442282a711130f4132e17a85
2019-09-04 14:54:15 -04:00
James Page ccaeb3ff2b Deal with py2-py3 payload switch during upgrade-charm
Switch to using the default upgrade-charm handler as provided
by charms.openstack and associated layers.

This ensures that the payload execution switch from py2->py3
at OpenStack Rocky is implemented during the charm upgrade
process.

Change-Id: I8dc19abe813fb78f16cfb0abdbb40cf2ee9a4e6e
Closes-Bug: 1803451
2018-11-15 11:09:55 +00:00
James Page 381dfdce73 Update reference to charm-guide
The charm-guide documentation is now published on
docs.openstack.org; update links for new location.

(also add .gitreview for first gerrit based change).

(also add __init__.py files to ensure py27 tests pass).

(also drop series in metadata as CI is not ready yet).

(add workaround for tox pep8 virtualenv build failure on 14.04).

(add patching for new features in charms_openstack).

Change-Id: I5088d5a27ebf18cbfe1f12af5e727ab83db66fd2
2016-07-15 16:03:27 +01:00
James Page a33a95676e Add HA support via openstack-api layer 2016-06-21 11:44:55 +01:00
James Page 83a5a34c7c Re-baseline aodh charm based on new charm layer work 2016-06-20 15:36:08 +01:00