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

f-93: DHCP4v2 onelease plugin code for VRouter #139

Merged
merged 25 commits into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1bf0141
f-93: DHCP4v2 onelease plugin code for VRouter
aleixrm Nov 20, 2024
fb937d7
f-93: Corrects plugin return variables
aleixrm Nov 20, 2024
42a7a47
f-93: Wraps server creation for each interface
aleixrm Nov 21, 2024
68d53a9
F93: Alpine 3.19 and compile dhcp server
jaimecb Nov 21, 2024
bf663cd
f-93: Implements config steps and tests
aleixrm Nov 22, 2024
8129367
F93: Update install function and add iptables
jaimecb Nov 22, 2024
e6ba12f
f-93: corrects config file name
aleixrm Nov 25, 2024
e5b2cd3
f-93: creates constants for service and config dirs
aleixrm Nov 25, 2024
ac0e018
f-93: Excludes old VNF dhcp4 from the VRouter package
aleixrm Nov 26, 2024
12b506d
f-93: corrects VRouter dhcp4v2 reference in failover
aleixrm Nov 26, 2024
aac0878
f-93: Adds custom leases plugin with excluded ips
aleixrm Nov 26, 2024
6b87f35
F-93: custom mac prefix support
jaimecb Nov 26, 2024
f3fcb31
f-93: Corrects tests
aleixrm Nov 26, 2024
9883f00
f-93: Merges onelease behavior in onerange
aleixrm Nov 26, 2024
dcef46a
f-93: Corrects test and config file generation
aleixrm Nov 27, 2024
4c359db
F-93: onerange plugin to onelease
jaimecb Nov 27, 2024
3a028a4
f-93: Corrects naming from dhcpcore to coredhcp
aleixrm Nov 27, 2024
9435d37
f-93: Changes plugin name from range to onelease
aleixrm Nov 27, 2024
43850bf
F-93: add coredhcp-onelease tests
jaimecb Nov 28, 2024
9c8dedd
f-93: fix check excluded IP is in range
aleixrm Nov 29, 2024
7093453
F-93: Packer script rm source code and go test case
jaimecb Nov 29, 2024
eeffa90
F-93: Fix log output and improve test coverage
jaimecb Dec 2, 2024
2c0bd06
f-93: Fixes returned response when error
aleixrm Dec 2, 2024
4a3c9da
f-93: Switch to DHCP4v2 and Alpine 3.20
sk4zuzu Dec 30, 2024
fa18da9
f-93: Fix one-failover issues on Alpine 3.20
sk4zuzu Dec 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer-service_Wordpress: packer-alma8 ${DIR_EXPORT}/service_Wordpress.qcow2
packer-service_example: packer-alma8 ${DIR_EXPORT}/service_example.qcow2
@${INFO} "Packer service_example done"

packer-service_VRouter: packer-alpine318 ${DIR_EXPORT}/service_VRouter.qcow2
packer-service_VRouter: packer-alpine320 ${DIR_EXPORT}/service_VRouter.qcow2
@${INFO} "Packer service_VRouter done"

packer-service_Harbor: packer-ubuntu2204 ${DIR_EXPORT}/service_Harbor.qcow2
Expand Down
Binary file not shown.
208 changes: 0 additions & 208 deletions appliances/VRouter/DHCP4/main.rb

This file was deleted.

Loading
Loading