Commit Graph

9 Commits

Author SHA1 Message Date
Ryan Beisner 91d8c4f9f4
Retire project
Leave README around for those that follow.

http://lists.openstack.org/pipermail/openstack-discuss/2019-February/003186.html
http://lists.openstack.org/pipermail/openstack-discuss/2018-November/000057.html

Change-Id: I459871b2d4ab15807b54b7625a4096293d29e74a
2019-02-27 10:31:32 +01:00
Vu Cong Tuan 92f3a1aad6 Add py36 testenv
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: I616736765011ae0d8052c8787c4fbb0bf95736c1
2018-06-27 15:03:16 +07:00
David Ames be2ce92ca3 Enable Bionic as a gate test
Change bionic test from dev to gate for 18.05.

Change-Id: Ibd9e14eaccc203f5c3c777a86c7e3b98a8ea2595
2018-05-18 16:13:43 -07:00
Ryan Beisner 4df2962a98 Update tox.ini to stop using unverified package
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: I941222148feee502b5f70a59271c465cad8a8fde
2018-04-03 16:34:06 +00:00
Ryan Beisner 5f7f7bc75d Sync charm-helpers
Change-Id: Ic8561e27106d9fd973193860c116813c4fbe9e8f
2018-02-21 14:09:57 -06:00
Andrew McLeod 94dc446c59 Enable xenial-pike amulet test
Add but disable artful-pike amulet test
Make default func27-smoke xenial-pike
Update charm-helpers to include tests and sync

Change-Id: Ib81e932ef15f931c44353bdcd365f12d3f3715c1
2017-11-28 16:57:31 +13:00
David Ames b71c237741 Enable Zesty-Ocata Amulet Tests
- Turn on Zesty-Ocata Amulet test definitions.
- Standardize test-requirements.txt
- Sync charm helpers for various fixes

Change-Id: Ia0f4a99a5dc9e4b67bf51402a2f1f4bf9b1015d6
2017-05-16 23:06:09 +00:00
Ryan Beisner 3f7a8fad0c Add initial tests and repo review configs
- Initialize repo for gerrit review.
- Resync charm-helpers.
- Add missing install.real hook.
- Add missing status update hook.
- Add very basic unit tests and amulet tests.
- Set cpu mode default value.

Closes-Bug: #1639020
Closes-Bug: #1638930
Partial-Bug: #1638773
Partial-Bug: #1639943

Change-Id: Ifbf627329ddb25a29d6c0af4b9a34a488bc55629
2016-11-07 20:50:16 +00:00
James Page f9f4e3fe0b Refactor for Mitaka and z/KVM
* Updates for mitaka baseline

* Add parts directory from nova compute

* Fixup typo

* Add serial console support

* Fixup rel to neutron-api

* Add missing hooks for napi-plugin

* Remap

* Drop deprecated option from nova-cc

* Add prevent arp spoofing config option inline with n-ovs

* Add cpu-mode and model to config options

* Fixup configuration context passback

* Drop remvoed _neutron_api_settings code

* Update tox to skip unit tests for now

* Add status support

* Update status message

* use comma in managing list

* Directly use internals of openstack utils to evaluate interface states

* Tweak interface handling

* Fixup typing

* Add wedge to ensure that status of relations inc neutron-plugin-api is OK

* Revert "Add wedge to ensure that status of relations inc neutron-plugin-api is OK"

This reverts commit 7b955846a636f69d3a46317bed876641ef583fb7.

* Add reserved-host-memory configuration support

* Add update status hook

* Add series to metadata.yaml

* Update copyright to apache 2.0

* Ensure VNC is disabled
2016-10-26 15:12:24 +02:00