Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canonical/netplan
Declarative network configuration for various backends
https://github.com/canonical/netplan
abstraction configuration declarative network yaml
Last synced: 21 days ago
JSON representation
Declarative network configuration for various backends
- Host: GitHub
- URL: https://github.com/canonical/netplan
- Owner: canonical
- License: gpl-3.0
- Created: 2018-01-24T22:22:14.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T12:31:07.000Z (7 months ago)
- Last Synced: 2024-04-12T15:43:13.357Z (7 months ago)
- Topics: abstraction, configuration, declarative, network, yaml
- Language: Python
- Homepage: https://netplan.io
- Size: 3.48 MB
- Stars: 612
- Watchers: 30
- Forks: 177
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: COPYING
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Netplan - Declarative network configuration for various backends
[![Build+ABI](https://github.com/canonical/netplan/workflows/Build%20&%20ABI%20compatibility/badge.svg?branch=main)](https://github.com/canonical/netplan/actions/workflows/build-abi.yml?query=branch%3Amain)
[![Test+Coverage](https://github.com/canonical/netplan/workflows/Unit%20tests%20&%20Coverage/badge.svg?branch=main)](https://github.com/canonical/netplan/actions/workflows/check-coverage.yml?query=branch%3Amain)
[![CI](https://github.com/canonical/netplan/workflows/Autopkgtest%20CI/badge.svg?branch=main)](https://github.com/canonical/netplan/actions/workflows/autopkgtest.yml?query=branch%3Amain)# Website
http://netplan.io
# Documentation
An overview of the architecture can be found at [netplan.io/design](https://netplan.io/design)
Find the full [documentation for Netplan](https://netplan.readthedocs.io) on "Read the Docs".
To contribute documentation, these steps should get you started:
1. Fork and clone the repo:
```
git clone [email protected]:your_user_name/netplan.git
```
2. Create a new branch:
```
git checkout -b
```
3. Navigate to the `doc/` directory and make your contribution:
```
cd doc
```
4. View your documentation in the browser by running the `make` command from within the `doc/` directory:
```
make run
```5. Test your contribution to ensure good quality.
6. Push your contribution to GitHub and create a pull request.
If you face issues, refer to our [comprehensive contribution guide](https://netplan.readthedocs.io/en/stable/contribute-docs/).
# Build using Meson
Steps to build Netplan using the [Meson](https://mesonbuild.com) build system inside the `build/` directory:
* meson setup build --prefix=/usr [-Db_coverage=true]
* meson compile -C build
* meson test -C build --verbose [TEST_NAME]
* meson install -C build --destdir ../tmproot# Bug reports
Please file bug reports in [Launchpad](https://bugs.launchpad.net/netplan/+filebug).
# Contact us
Please join us on [IRC in #netplan](https://web.libera.chat/gamja/?channels=%23netplan) at Libera.Chat.
Our mailing list is [here](https://lists.launchpad.net/netplan-developers/).
Email the list at [[email protected]](mailto:[email protected]).