Skip to main content

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}
]

Project details


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.2.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page