RETIRED, Congress
Go to file
Eric K bb7f35f17a Remove some less necessary check jobs
In order to lighten the infra load, especially in
light of recent persistent backlog, this patch
proposes to remove several less essential jobs.

Removed check jobs:
- congress-devstack-api-postgresql
- congress-pe-replicated-mysql

because all issues should be apparent from the
remaining jobs:
- congress-devstack-api-mysql
- congress-pe-replicated-postgresql

Also temporarily disabling the tripleO jobs until the
quicker single-node jobs are available.

See tripleO announcement for more info:
https://www.mail-archive.com/openstack-dev@lists.openstack.org/msg123863.html

Change-Id: Iaaeffff20d28e550603af4d1059c8ff1662adec7
2018-10-19 14:16:43 -07:00
antlr3runtime Fix for broken antlr3 in stand-alone install 2016-03-21 21:40:23 -07:00
bin Fix relative import path in source tree 2014-07-08 16:25:36 -07:00
congress Merge "Expose a get_enforcer method for oslo.policy scripts" 2018-10-18 16:22:59 +00:00
contrib/nova Implement horizon plugin model 2016-08-10 03:49:44 +00:00
devstack workaround: add ending '/' to oslo-messaging transport url 2018-10-17 19:13:36 +00:00
doc simplify README.rst 2018-10-06 14:26:31 -04:00
etc Merge "Agent for configuration file validation" 2018-01-04 21:42:44 +00:00
examples use . instead of source. 2018-01-29 14:23:39 +00:00
library library policy create security groups up-front 2018-08-03 05:19:32 +00:00
playbooks/legacy Enable Z3 on the gate 2018-07-31 09:04:28 +02:00
releasenotes Update reno for stable/rocky 2018-08-09 21:46:10 +00:00
scripts Update manual testing script and output 2018-02-06 14:47:40 -08:00
thirdparty Remove antlr3 files except Python runtime 2017-01-25 16:05:04 -08:00
tools remove new_arch in tox 2016-09-05 11:35:46 +05:30
.coveragerc Update .coveragerc after the removal of openstack directory 2016-10-17 17:44:34 +05:30
.gitignore ignore keys directory created by test suite 2018-10-06 14:26:31 -04:00
.gitreview Update .gitreview file to reflect repo rename 2015-04-18 00:37:35 +00:00
.mailmap Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
.stestr.conf Switch to stestr 2018-10-05 14:12:23 +05:30
.zuul.yaml Remove some less necessary check jobs 2018-10-19 14:16:43 -07:00
CONTRIBUTING.rst move docs into new structure and fix links 2017-08-08 06:58:30 +00:00
HACKING.rst Update the doc link 2017-11-08 21:33:20 +08:00
LICENSE Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
Makefile Remove antlr3 files except Python runtime 2017-01-25 16:05:04 -08:00
README.rst simplify README.rst 2018-10-06 14:26:31 -04:00
babel.cfg Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
bindep.txt local HA tests 2016-11-01 18:20:39 -07:00
future-features.txt Fixed some misspellings 2015-07-01 10:36:17 +08:00
lower-constraints.txt Switch to stestr 2018-10-05 14:12:23 +05:30
requirements.txt remove Babel unused requirement 2018-08-24 12:50:34 -07:00
run_tests.sh Cleanup unused Oslo Incubator code and references 2016-03-18 14:26:24 -04:00
setup.cfg Merge "Expose a get_enforcer method for oslo.policy scripts" 2018-10-18 16:22:59 +00:00
setup.py Updated from global requirements 2017-03-07 01:55:59 +00:00
test-requirements.txt Switch to stestr 2018-10-05 14:12:23 +05:30
thirdparty-requirements.txt Move monascaclient to requirements.txt 2017-04-05 10:49:40 +05:30
tox.ini Switch to stestr 2018-10-05 14:12:23 +05:30

README.rst

Welcome to Congress

Congress is an open policy framework for the cloud. With Congress, a cloud operator can declare, monitor, enforce, and audit "policy" in a heterogeneous cloud environment. Congress gets inputs from a cloud's various cloud services; for example in OpenStack, Congress fetches information about VMs from Nova, and network state from Neutron, etc. Congress then feeds input data from those services into its policy engine where Congress verifies that the cloud's actual state abides by the cloud operator's policies. Congress is designed to work with any policy and any cloud service.

image

Congress is free software and is licensed with Apache.