DHCP support for isolated networks in CoreCluster IaaS
Project description
Installation:
1. Install python package via PIP:
pip install coredhcp
2. Enable API module in /etc/corecluster/config.py file:
LOAD_API = [...
'coredhcp.views.api']
3. Enable coredhcp hook in /etc/corecluster/config.py file:
HOOK_PIPELINES = {
...
'network.delete.prepare': ['coredhcp.hooks.network'],
}
4. Enable CoreDHCP agent in /etc/corecluster/agent.py file:
AGENTS = [
...
{'type': 'dhcp', 'module': 'coredhcp.agents.dhcp', 'count': 1}
]
1. Install python package via PIP:
pip install coredhcp
2. Enable API module in /etc/corecluster/config.py file:
LOAD_API = [...
'coredhcp.views.api']
3. Enable coredhcp hook in /etc/corecluster/config.py file:
HOOK_PIPELINES = {
...
'network.delete.prepare': ['coredhcp.hooks.network'],
}
4. Enable CoreDHCP agent in /etc/corecluster/agent.py file:
AGENTS = [
...
{'type': 'dhcp', 'module': 'coredhcp.agents.dhcp', 'count': 1}
]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coredhcp-16.3.1.tar.gz
(3.2 kB
view details)
File details
Details for the file coredhcp-16.3.1.tar.gz
.
File metadata
- Download URL: coredhcp-16.3.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f0bd6fad109984a17f1955dd552514d6e8dc7d4982c6243cd89c297079e9721d
|
|
MD5 |
b71e32b3f5dd340e6d711f30335dbb6c
|
|
BLAKE2b-256 |
27c50f7fb26de36a15f5a55ed2efec97113dc7103eb6cf776eba0e0fc0261cf7
|