RETIRED, Host network configuration tool
Go to file
Dan Prince 8068f86c84 Add copyrights to files. 2014-07-07 16:15:53 -04:00
doc/source Initial commit 2014-06-06 12:27:50 -04:00
os_net_config Add copyrights to files. 2014-07-07 16:15:53 -04:00
.coveragerc Initial commit 2014-06-06 12:27:50 -04:00
.gitignore Initial commit 2014-06-06 12:27:50 -04:00
.mailmap Initial commit 2014-06-06 12:27:50 -04:00
.testr.conf Initial commit 2014-06-06 12:27:50 -04:00
CONTRIBUTING.rst Initial commit 2014-06-06 12:27:50 -04:00
HACKING.rst Initial commit 2014-06-06 12:27:50 -04:00
LICENSE Initial commit 2014-06-06 12:27:50 -04:00
MANIFEST.in Initial commit 2014-06-06 12:27:50 -04:00
README.rst Adds link to spec in the readme 2014-06-13 18:31:37 +03:00
babel.cfg Initial commit 2014-06-06 12:27:50 -04:00
openstack-common.conf Import processutils from oslo-incubator. 2014-06-09 17:13:57 -04:00
requirements.txt Add os-net-config CLI 2014-07-01 16:54:25 -04:00
setup.cfg Add os-net-config CLI 2014-07-01 16:54:25 -04:00
setup.py Add interface, address, and route objects 2014-06-09 10:42:19 -04:00
test-requirements.txt Add interface, address, and route objects 2014-06-09 10:42:19 -04:00
tox.ini Initial commit 2014-06-06 12:27:50 -04:00

README.rst

os-net-config

OpenStack network configuration

This is an initial implementation towards the 'network configuration' spec @ https://review.openstack.org/#/c/97859/ The intention is for this code to be moved under the tripleo project in due course.

Features

The core aim of this project is to allow fine grained (but extendable) configuration of the networking parameters for a network host. At present this host configuration is performed by the ensure-bridge and init-neutron-ovs tripleo element scripts. More details are available in the specification linked to above.