Commit Graph

13 Commits

Author SHA1 Message Date
Martin Chacon Piza 9dbfe8056e Remove project content on master branch
This is step 2b of repository deprecation process as described in [1].

[1] https://docs.openstack.org/project-team-guide/repository.html#step-2b-remove-project-content

Change-Id: I210c2fe3bbe2a702f42ec1df95f328b8011d8014
2021-02-22 15:16:37 +01:00
Ghanshyam Mann 4259f74ff1 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

monasca-ceilometer is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I2143a5d345737ab5028151232557263e3b308412
2019-11-16 16:56:51 +00:00
adisky 6e5217a0c3 Switch python3 versions of test jobs to match Train PTI
In Train, we will use python 3.6 and 3.7 for python3 runtime
in our gate jobs [1]. This commit also adds python 3.7.

[1] https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: Idcedcf7f1629d7b462692270d4345e52e23d3e32
2019-06-24 08:18:38 +00:00
Ghanshyam Mann aa38f946cd Dropping the py35 testing
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].

As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: I57ef50b7f210cd2ddb934c283652c565028774ec
2019-04-15 00:16:21 +00:00
melissaml b94f93e571 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Id0eaa01206d2eab38051872d0858c255b312be69
2018-12-05 01:44:06 +08:00
Denis Poisson aed07ff6af Convert README.md to ReStructuredText format
Change-Id: Id39c8c172bf094168bf3ff42736753aa4ec625ad
story: 2002163
task: 22234
2018-06-28 06:47:34 +00:00
Nguyen Hung Phuong d82c1707d2 Remove pbr warnerrors in favor of sphinx check
This change removes the now unused "warnerrors" setting, which is
replaced by "warning-is-error" in sphinx releases >= 1.5 [1].

[1] http://lists.openstack.org/pipermail/openstack-dev/ 2017-March/113085.html

Change-Id: I155bc686a1233be90037b350e0dad81701b4af9a
Closes-Bug:#1693670
2018-02-01 10:32:37 +07:00
Ashwin Agate 513e17863e Create a package for monasca-ceilometer
Setup monasca-ceilometer so that it can be
packaged.

Change-Id: I1a5591295ea614801b79c6f227f1733c53ca03ff
2017-07-21 07:53:07 +00:00
Srinivas Sakhamuri 02ca4e80fe Uses devstack plugins to deploy ceilosca in devstack
- Leverages monsaca devstack and uses new devstack plugin model
to setup ceilosca.
- Also some refactoring in directory structure

Change-Id: I097c86f92e1ec09ceeb3d0d4831ff8c51c3aa1a3
2016-05-31 14:36:12 +00:00
Rohit Jaiswal 865dab02b7 Migrate monasca-ceilometer to be liberty compatible
List of changes:
* Changed oslo-incubator imports to oslo-service
* Refactored tests to functional and unit packages
* Upgraded test requirement versions
* Added py34 test capability
* Upgraded hacking(pep8) version
* Added devstack plugin and settings to deploy Ceilosca
* Modified setup.cfg to use liberty entry points
* Refactored storage driver to compatible with v2 api liberty changes

Change-Id: Id6711e6661cde14df3decba6f56e52d391981f42
2015-11-18 16:52:53 +00:00
Fabio Giannetti 3727db20d4 Fixed Version number on setup.cfg for new Kilo revision
Kilo has a new revision and the number was wrong in our
version of the setup.cfg file.

Also removed the collector from the list of services to run
from the beginning and reduced the log storage to avoid filling
the disk fast.

Change-Id: I6b02b94c7fa36fecab73a3010da30b40faa87ee8
2015-10-15 10:26:58 -07:00
Srinivas Sakhamuri 0116647915 Ceilosca deployer scripts
These scripts allow installtion of ceilosca on a local machine.

 - Sets up devstack
 - Sets up ceilosca, modifies config and copies files
 - Sets up monasca on the same local box

Necessary information is in deployer/README.md

Change-Id: I2da63ee7075cee5401594408d44dd8f5881d9fe6
2015-08-24 23:04:02 +00:00
Srinivas Sakhamuri fcef6c383b Ceilometer integration with monasca
Storage driver and publisher for integrating ceilometer with monasca
using monasca API

Change-Id: I67bef022db73fa6fbef804544126a188df4d9fac
2015-07-10 17:00:38 -06:00