You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
antlr3runtime | 7 years ago | |
bin | 4 years ago | |
congress | 4 years ago | |
contrib/nova | 7 years ago | |
devstack | 4 years ago | |
doc | 3 years ago | |
etc | 4 years ago | |
examples | 5 years ago | |
library | 5 years ago | |
releasenotes | 4 years ago | |
scripts | 4 years ago | |
thirdparty | 6 years ago | |
tools | 7 years ago | |
.coveragerc | 6 years ago | |
.gitignore | 4 years ago | |
.gitreview | 4 years ago | |
.mailmap | 9 years ago | |
.stestr.conf | 4 years ago | |
.zuul.yaml | 4 years ago | |
CONTRIBUTING.rst | 6 years ago | |
HACKING.rst | 5 years ago | |
LICENSE | 9 years ago | |
Makefile | 6 years ago | |
README.rst | 3 years ago | |
babel.cfg | 9 years ago | |
bindep.txt | 4 years ago | |
future-features.txt | 8 years ago | |
lower-constraints.txt | 4 years ago | |
requirements.txt | 3 years ago | |
run_tests.sh | 7 years ago | |
setup.cfg | 4 years ago | |
setup.py | 6 years ago | |
test-requirements.txt | 4 years ago | |
thirdparty-requirements.txt | 6 years ago | |
tox.ini | 3 years ago |
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.
- Free software: Apache license
- Documentation: https://docs.openstack.org/congress/latest/
- Wiki: https://wiki.openstack.org/wiki/Congress
- Source: https://github.com/openstack/Congress
- Bugs: https://bugs.launchpad.net/congress
- Blueprints: https://blueprints.launchpad.net/congress
- Release notes: https://docs.openstack.org/releasenotes/congress
- Admin guide: https://docs.openstack.org/congress/latest/admin/index.html
- Contributing: https://docs.openstack.org/congress/latest/contributor/index.html
- REST Client:https://opendev.org/openstack/python-congressclient
Installing Congress
Please refer to the installation guide