Commit Graph

9 Commits

Author SHA1 Message Date
Nate Johnston bba805af02 Retire the Congress project
Recently the TC has worked on determining the criteria for when an
OpenStack project should be retired.  When there was not a PTL nominee
for the Congress project, that triggered the TC to review the project
health per [1], and the TC has determined [2] that development work on
the project has ceased.  This decision was announced in the
openstack-discuss mailing list in April 2020 [3].

This commit retires the repository per the process for governance
removal in the Victoria cycle as specified in the Mandatory Repository
Retirement resolution [4] and detailed in the infra manual [5].

Should interest in developing Congress as part of OpenStack revive,
please revert this commit to have the project rejoin the list of active
projects.

The community wishes to express our thanks and appreciation to all of
those who have contributed to the Congress project over the years.

[1] https://governance.openstack.org/tc/reference/dropping-projects.html
[2] http://eavesdrop.openstack.org/irclogs/%23openstack-tc/latest.log.html#t2020-04-20T15:36:59
[3] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014292.html
[4] https://governance.openstack.org/tc/resolutions/20190711-mandatory-repository-retirement.html
[5] https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#retiring-a-project

Change-Id: I21c9ab9820f78cf76adf11c5f0591c60f76372a8
2020-05-28 18:12:16 +02:00
Anusha Ramineni 62b1dd45ea Move monascaclient to requirements.txt
python-monascaclient is added to global-requirements. so, can
be moved to requirements.txt

Change-Id: I6bf5a14f155cea00d4408767b6024f8404b1753f
2017-04-05 10:49:40 +05:30
venkatamahesh fe0d3a9268 Fix spelling typos and one underline
Change-Id: I7cc2ccea6f27ad4dbaa6117f6648cc22b7fcd657
2016-02-03 21:20:05 +05:30
Fabio Giannetti 293528aab5 Adding Monasca Driver to Datasources
Monasca is the Monitoring service for OpenStack. This patch adds
it to the list of Datasources.

Monasca supports Metrics, Measurements, Alarms and Statistics.
API calls for Metrics, Statistics and Alarms have been added
and the data represented as tables for the Congress data collection.

Measurements have been on purpose left out because it can really
flood the system.

In the future we want to have a push model integration rathen than
a poll model as implemented here.

Implements: blueprint add-monasca-datasource-driver

Change-Id: Ib8db6ba8d075798641eb21e937bc3f28135a29c0
2016-01-26 17:13:55 -08:00
Tim Hinrichs a1a236f3df Move python-muranoclient to requirements.txt
Change-Id: Ie12677156c4ec8d95ecde4d624c8ca12b7db14eb
2015-06-23 08:37:33 -07:00
Steven Tran 755d9fc5ec Fix stevedore package conflict in devstack script
When installing python-muranoclient during devstack setup,
the dependent package stevedore is upgraded to 1.4.0 and it
conflicts with versions specified in global-requirements
causing heat failure. This change removes the "-U" from
"pip install" to skip installing a package if it exists
(as in the case of stevedore=1.3.0).

Closes-Bug: #1450010
Change-Id: Ia0fe33d66f7012391d54e28a804eb7540de323d4
2015-04-29 14:30:55 -07:00
Aaron Rosen 8204380703 Add service_bindings table to cloudfoundryv2 driver
This also bumps the requirement of the python-cloudfoundryclient to 1.0.2 as
this new method only became present in the 1.0.2 release of
python-cloudfoundryclient.

Change-Id: Ibb5f4c7bb13f4cbcb785a1fbc46c51f47d245fe5
2015-03-25 10:04:18 -07:00
Aaron Rosen 9447171225 Setup thirdparty-requirements
Change-Id: If6c0a45f4c3580163abf972dbd5e07eecfa53fb9
closes-bug: 1421224
2015-03-04 07:34:47 +00:00
Aaron Rosen cf89c453a2 Add cloudfoundry datasource driver
This patch adds a datasource driver to congress that integrates with
cloudfoundry. This driver exports the following tables with cloudfoundry
data: organizations, apps, spaces.

Implements blueprint: cloudfoundry-datasource-driver

Change-Id: I632fbf95f6a24ec975448aaa4929fa8a290c3cc3
Co-authored-by: Sabha Parameswaran <sabhap@pivotal.io>
2015-02-04 20:42:33 -08:00