Support IPv6 Secondary Interface in shiftstack-qa automation#17
Open
tusharjadhav3302 wants to merge 1 commit into
Open
Support IPv6 Secondary Interface in shiftstack-qa automation#17tusharjadhav3302 wants to merge 1 commit into
tusharjadhav3302 wants to merge 1 commit into
Conversation
…PRH-6486 Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
create_ipv6_secondary_networks.ymlprepare task that creates IPv6 networks(slaac + dhcpstateless), subnets, and router for secondary worker interfaces
configure_ipv6_secondaryday2ops procedure that applies DHCP kernel argMachineConfig, patches CNO with macvlan additionalNetworks, deploys test pods,
and verifies pod-to-pod IPv6 connectivity
secondary_ip_protocolinstead ofnon-existent
network_secondary4.18_ipi-ipv6-secondary.yamljob definition for the scenarioconfigs/global.ymlDetails
Prepare phase:
Post-install (day2ops procedure):
05-worker-kernelarg-dhcpMachineConfig forip=dhcp,dhcp6oc debug node/from worker nodesFuture Scope (not in this PR)
IPv6 secondary networks to validate full VM-to-pod and pod-to-VM connectivity.
Deferred because it requires admin-only OpenStack operations (image upload to Glance,
flavor creation) which are not available from the
shiftstack(non-admin) cloud.IR plugin reference:
roles/day2ops/tasks/install_ipv6_vm.yml(205 lines),roles/day2ops/tasks/check_ipv6_connectivity.yml(100 lines).and re-check connectivity. IR plugin reference:
roles/day2ops/tasks/scale-ipv6-networks-deployments.yml(66 lines).Test Plan
./gate.shpasses (ansible-lint + pre-commit)oc debug node/