- Apr 19, 2019
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
- Apr 10, 2019
-
-
Frode Nordahl authored
Drop explicit install of python-ceph; ceph-common has an appropriate dependency on the required python{3}-ceph package so this is not required, and breaks on Stein where Python 2 packages are no longer provided. Closes-Bug: 1824154 Change-Id: Ia219258f73f038170bc5a070d562e499459fe246
-
- Apr 05, 2019
-
-
Chris MacNaughton authored
Change-Id: If730e91a5e15fb1279024af4562d99a942cd7348
-
Frode Nordahl authored
Ensure that EOL releases are removed from metadata and tests, and that the current dev release is enabled in metadata. Dev release tests are enabled separately because of chickens and eggs. Change-Id: I30800945c7799727f19731f04b61972148df830c
-
- Apr 04, 2019
-
-
Chris MacNaughton authored
As a part of the Stein release, we need to ensure that charmhelpers is up to date. Change-Id: I53f388a0371b09bacd10122351f060a5a131947b
-
- Mar 10, 2019
-
-
Alex Kavanagh authored
* Move charmhelpers to the root of the charm * sync charmhelpers to latest version Change-Id: Id0b838f0206635cf912d205f2fb6fda7b31d0dfe
-
- Mar 07, 2019
-
-
Pete Vander Giessen authored
A system upgrade broke ostestr. We can fix it by just calling stestr directly. Change-Id: I238730d47f05ec18cc1efd7ab20b88a8c29a2858
-
- Feb 13, 2019
-
-
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: Ifa5ba56af4b120903c2cc3822834c4279cd56acc
-
- Feb 11, 2019
- Feb 08, 2019
-
-
Ryan Beisner authored
The pre-install operations may fail, yet that failure is not elevated to the user. This masks the failure and makes early package install issues difficult to troubleshoot. If the basic pre-install script fails, the charm should not proceed to later hooks as the requirements may not be met. Hashbangs for bash should specify -e (errexit) on all of the pre-install bash scripts. Change-Id: I97e2d9fa092fd6af5f426977cf99ab735e520496 Closes-bug: #1815243 Partial-bug: #1815231
-
- Feb 06, 2019
-
-
Ryan Beisner authored
Remove trusty-icehouse test combo from gate, leaving trusty-mitaka if/where it exists. Change-Id: I12fb4a889e5358aac76e8c7d8f1663976e2b7185
-
Zuul authored
-
- Feb 01, 2019
-
-
Chris MacNaughton authored
Also, this change removes the harden decorators as the required configuration for harden is _not_ present in the charm config, rendering it useless. Change-Id: I20c124d9588b8fd6c0e6611725a848eaf892f6af Closes-Bug: #1812219
-
- Jan 11, 2019
-
-
Corey Bryant authored
Change-Id: Ib93a16da251c359cfb19cd1119c9ca60cfbdc2f2
-
- Jan 08, 2019
-
-
Corey Bryant authored
Change-Id: Iaa29be49b44c76c4c89cef17b3212502b09d65ac
-
- Jan 07, 2019
-
-
Ryan Beisner authored
The tests/charm-helpers contents were removed in the last cycle but the corresponding sync tool was not updated for this charm. Change-Id: I06fc6263ba31f7e37b45b1bd0af658bcd602254d
-
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: I376bcfa0b37407876609f1183ecb72b614160457 Signed-off-by:
Doug Hellmann <doug@doughellmann.com>
-
- Nov 09, 2018
-
-
Ryan Beisner authored
Change-Id: Ibccf221d130703949f5538d061cb3eb4f44eb677
-
- Nov 02, 2018
-
-
Ryan Beisner authored
Change-Id: I2018de28dc4a3767af91a76b9ad8dd1175bec513
-
Zuul authored
-
Ryan Beisner authored
Change-Id: Iaafe2c368390706a61976d3f13fd83d515ce4b3e
-
- Oct 26, 2018
-
-
inspurericzhang authored
Curly quotes(Chinese punctuation) usually input from Chinese input method. When read from english context, it makes some confusion. Change-Id: Ie25b76c8b3fc6accb677a024661957c3cd0920a3
-
- Oct 23, 2018
-
-
David Ames authored
Implement the series-upgrade feature allowing to move between Ubuntu series. Change-Id: Ic5df91f3560e8928585b25339cef992653dc59d7
-
- Oct 03, 2018
-
-
Ryan Beisner authored
Change-Id: If2ac287dcf43a85531320e5e91970375aae94885
-
- Sep 26, 2018
-
-
Zuul authored
-
Dmitrii Shcherbakov authored
In order to support cases where pools and keys are pre-created and ceph-proxy just proxies this data to client applications this change introduces support for: * having custom "admin" users which may not actually have admin privileges on the target cluster (client.admin is probably occupied by real admins in this case); * using cephx keys provided via charm config. Change-Id: I01014b6986f92bf0ad8147a08afa1d61fdd5c088 Closes-bug: #1793991
-
- Sep 24, 2018
-
-
Dmitrii Shcherbakov authored
The current default caps in ceph-proxy are not up to date with charm-ceph-mon caps. Change-Id: Iaeb8d4dea9c36f522aeaddf54b19e4947c81a559 Closes-Bug: #1794071
-
- Sep 19, 2018
-
-
Ryan Beisner authored
Add a tactical change which is already merged into charm-helpers. This needs to go into all charms to solve the chicken:egg issue where cosmic is untestable until this change exists. Reference: https://github.com/juju/charm-helpers/commit/4835c6c167c429527ef0a0291d17cf559c9cf880 Change-Id: I91df2da7be9521689372a2be5f6b7220fee449dd
-
- Sep 11, 2018
-
-
Doug Hellmann authored
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ia81142eaa122161aa583550c683f26a18dc5eb86 Story: #2002586 Task: #24317
-
- Aug 27, 2018
-
-
Ryan Beisner authored
Change-Id: I65af0862d9db22cf84c52fb4ff6fe19f6a61d705
-
- Jul 18, 2018
-
-
Ryan Beisner authored
Change-Id: Ib3f932df1bc0fa0032962880b2830d767933271c
-
- Jul 17, 2018
-
-
Nguyen Van Duc authored
Python 3.6 is installed by default in Ubuntu 18.04 LTS. Therefore, according to Transition Plan [1], it'll be handy to have py36 testenv. For more details, please check Python2 Deprecation Timeline [2] and Python3-first Goal - Completion Criteria [3]. [1] https://wiki.ubuntu.com/Python/Python36Transition [2] https://governance.openstack.org/tc/resolutions/20180529-python2-deprecation-timeline.html [3] https://review.openstack.org/#/c/575933/8/goals/stein/python3-first.rst@42 Change-Id: I08dc76d61c6d762c75ca6594f0a33f0042da12f3
-
- Jul 13, 2018
-
-
Chris MacNaughton authored
Change-Id: I40ca34add5d0f0d59895bfbb67000642c57c8fc5
-
- Jul 11, 2018
-
-
Ryan Beisner authored
Ensure that EOL releases are removed from metadata and tests, and that the current dev release is enabled in metadata. Dev release tests are enabled separately because of chickens and eggs. Change-Id: If892cf5e5b045300433dc2737f3b8b479d12527e
-
- Jun 05, 2018
-
-
Chris MacNaughton authored
Due to changes to the ceph-osd charm, it is suggested to use Juju storage for testing. Change-Id: Icd1b53d8672271a5350b630f14f20bbd3b6c8740 Related-Bug: #1698154
-
- May 11, 2018
-
-
David Ames authored
Change bionic test from dev to gate for 18.05. Change-Id: Ice91cd32a8e1b82be80b29e67bdeec32cfa89254
-
- Apr 04, 2018
-
-
Zuul authored
-
- Apr 03, 2018
-
-
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: Idfe5ad692a8657eaad7bb9ddc5a6ac33210cd38c
-
- Mar 28, 2018
-
-
Ryan Beisner authored
Enable Queens, and set Queens as the smoke gate Remove soon-to-be deprecated combos Change-Id: I905aabc8d2168e87b6d341bac45a38991f26cc57
-