congress/library
Eric Kao 5e5a02418f Final changes for pike RC1
Because of temporarily very unstable gate so close to RC1 deadline,
aggregating several RC1 targeted changes into one patch to make
deadline.

Included changes:
Temporarily disabled replica tempest test because of instability.

Update URL home-page in documents according to document migration
Author: Luong Anh Tuan <tuanla@vn.fujitsu.com>

Policy library loads only .yaml, .yml
Also skip-continue rather than exit congress on loading failure
(for example because of incorrect format or file system error)

Update auth_url in manual testing script
To work with latest keystone/devstack.

Add sample outputs from manual testing scripts

Add documentation and update release notes for policy library

Add auto-generated config reference
Part of doc-migration work

Closes-Bug: 1706158

Change-Id: If2606739f02418d14251dccc4d3a5f9fe10ca48f
2017-08-10 08:32:51 -07:00
..
disallowed_flavors Split disallowed flavor policy into monitor and remediation 2017-07-25 19:13:50 +00:00
disallowed_images Add disallowed images policy to library 2017-07-18 13:17:59 -07:00
security_groups Fix lib policies SecurityGroups and UnsafeTraffic 2017-07-31 18:31:52 -07:00
volume_encryption Fix syntax and reference in lib policy volume encryption 2017-07-30 21:25:06 -07:00
README.rst Final changes for pike RC1 2017-08-10 08:32:51 -07:00
cross_project_network.yaml Fix CrossProjectNetwork lib policy 2017-07-31 18:28:17 -07:00
network_gateway.yaml Fix network gateway lib policy syntax 2017-07-30 21:16:38 -07:00
server_utilization.yaml add server utilization policy 2017-07-25 13:57:01 -07:00

README.rst

Policy Library

Congress bundles a library of useful policies to help users get started.

For example, the library/volume_encryption/servers_unencrypted_volume.yaml identifies and warns on servers with unencrypted volumes attached.

../../../library/volume_encryption/servers_unencrypted_volume.yaml

The latest collection library policies can be found here: https://github.com/openstack/congress/tree/master/library

To import a library policy YAML file into Congress, use the following CLI command (python-congressclient version 1.8.0 or higher https://pypi.python.org/pypi/python-congressclient/).

$ openstack congress policy create-from-file <path-to-policy-yaml>