Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

network-config should allow dhcp client option values #3015

Open
ubuntu-server-builder opened this issue May 11, 2023 · 0 comments
Open

network-config should allow dhcp client option values #3015

ubuntu-server-builder opened this issue May 11, 2023 · 0 comments
Labels
enhancement New feature or request launchpad Migrated from Launchpad

Comments

@ubuntu-server-builder
Copy link
Collaborator

This bug was originally filed in Launchpad as LP: #1720426

Launchpad details
affected_projects = []
assignee = None
assignee_name = None
date_closed = None
date_created = 2017-09-29T18:20:59.093573+00:00
date_fix_committed = None
date_fix_released = None
id = 1720426
importance = wishlist
is_complete = False
lp_url = https://bugs.launchpad.net/cloud-init/+bug/1720426
milestone = None
owner = raharper
owner_name = Ryan Harper
private = False
status = triaged
submitter = raharper
submitter_name = Ryan Harper
tags = []
duplicates = []

Launchpad user Ryan Harper(raharper) wrote on 2017-09-29T18:20:59.093573+00:00

DHCP clients can send specific values in the dhcp request such as hostname, lease time, client_id, vendor_id, etc.

The dhcp configuration option in v1, and v2 (and others) only has dhcp as a boolean.

v1:
network:
version: 1
config:
- type: physical
name: eth0
mac_address: 00:11:22:33:44:55
subnets:
- type: dhcp
hostname: myhostname
client: client_id_1
lease: 3600

Would render in eni:

auto iface eth0 dhcp
hostname myhostname
client: client_id_1
lease 3600

@ubuntu-server-builder ubuntu-server-builder added enhancement New feature or request launchpad Migrated from Launchpad labels May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request launchpad Migrated from Launchpad
Projects
None yet
Development

No branches or pull requests

1 participant