RETIRED, Congress
Go to file
zhurong 21f075faac Fix congre command excute error when using python3.6
when test murano python3 in patch [0], murano-congress-devstack
failed when excute congress command, error as below:
2018-12-28 05:33:03.601901 | controller | ++ functions-common:oscwrap:2287 :
out='openstack: '\''congress datasource create neutronv2 neutronv2 --config poll_time=10 --config username=admin
--config tenant_name=admin --config password=secretadmin --config auth_url=http://38.108.68.25/identity'\''
is not an openstack command. See '\''openstack --help'\''.
2018-12-28 05:33:03.601983 | controller | Did you mean one of these?
2018-12-28 05:33:03.602029 | controller |   address scope create
2018-12-28 05:33:03.602057 | controller |   address scope delete
2018-12-28 05:33:03.602082 | controller |   address scope list
2018-12-28 05:33:03.602122 | controller |   address scope set
2018-12-28 05:33:03.602149 | controller |   address scope show'
2018-12-28 05:33:03.604233 | controller | + functions-common:oscwrap:1               :   exit_trap
This patch using setup_dev_lib function from devstack install python-congressclient,
also this patch add a way to install congresscliet from requirements.

[0]: https://review.openstack.org/#/c/624600/

Change-Id: Ifda90653ca515bd5e21e5ed7338ab9fbdacc86ec
2019-01-04 10:38:08 +08: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 "builtins for z3 theories" 2018-12-17 06:38:53 +00:00
contrib/nova Implement horizon plugin model 2016-08-10 03:49:44 +00:00
devstack Fix congre command excute error when using python3.6 2019-01-04 10:38:08 +08:00
doc Merge "builtins for z3 theories" 2018-12-17 06:38:53 +00: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 Fix congre command excute error when using python3.6 2019-01-04 10:38:08 +08:00
releasenotes Merge "builtins for z3 theories" 2018-12-17 06:38:53 +00:00
scripts Update mailinglist from dev to discuss 2018-12-05 09:44:53 +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 files created by sphinx-build 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 Add wiki Source Bugs and Blueprints notes link to README.rst 2018-10-19 13:57:30 -07: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 Add framework for congress-status upgrade check 2018-10-19 13:31:25 +00:00
requirements.txt Add framework for congress-status upgrade check 2018-10-19 13:31:25 +00:00
run_tests.sh Cleanup unused Oslo Incubator code and references 2016-03-18 14:26:24 -04:00
setup.cfg Update mailinglist from dev to discuss 2018-12-05 09:44:53 +08: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 Update min tox version to 2.0 2018-11-02 10:30:39 +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

Installing Congress

Please refer to the installation guide >>>>>>> Add wiki Source Bugs and Blueprints notes link to README.rst