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.
|
7 days ago | |
---|---|---|
doc | 1 year ago | |
etc/os-net-config/samples | 5 months ago | |
os_net_config | 1 month ago | |
releasenotes | 1 month ago | |
zuul.d | 2 months ago | |
.coveragerc | 5 years ago | |
.gitignore | 10 months ago | |
.gitreview | 3 years ago | |
.mailmap | 8 years ago | |
.stestr.conf | 4 years ago | |
CONTRIBUTING.rst | 3 years ago | |
HACKING.rst | 3 years ago | |
LICENSE | 8 years ago | |
README.rst | 1 year ago | |
babel.cfg | 8 years ago | |
requirements.txt | 9 months ago | |
setup.cfg | 2 weeks ago | |
setup.py | 2 years ago | |
test-requirements.txt | 2 years ago | |
tox.ini | 2 years ago |
README.rst
os-net-config
Team and repository tags
Overview
os-net-config
is a host network configuration tool which supports multiple backend configuration providers.
- Documentation: https://docs.openstack.org/os-net-config/latest
- Source: https://opendev.org/openstack/os-net-config
- Bugs: https://bugs.launchpad.net/os-net-config
- Release Notes: https://docs.openstack.org/releasenotes/os-net-config
- Free software: Apache License (2.0)
Features
The core aim of this project is to allow fine grained (but extendable) configuration of the networking parameters for a network host. The project consists of:
- A CLI (os-net-config) which provides configuration via a YAML or JSON file formats. By default os-net-config uses a YAML config file located at /etc/os-net-config/config.yaml. This can be customized via the --config-file CLI option.
- A python library which provides configuration via an object model.