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}
]
Release files for coredhcp 16.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| coredhcp-16.3.1.tar.gz | 3.2 kB | Details |
Release files / coredhcp-16.3.1.tar.gz
| Download URL | coredhcp-16.3.1.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f0bd6fad109984a17f1955dd552514d6e8dc7d4982c6243cd89c297079e9721d
|
|
BLAKE2b-256 checksum How to use checksums |
27c50f7fb26de36a15f5a55ed2efec97113dc7103eb6cf776eba0e0fc0261cf7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |