Project

General

Profile

Actions

action #155824

closed

QA - coordination #121720: [saga][epic] Migration to QE setup in PRG2+NUE3 while ensuring availability

QA - coordination #153685: [epic] Move from SUSE NUE1 (Maxtorhof) to PRG2e

Support IPv6 SLAAC in our infrastructure size:M

Added by okurz 3 months ago. Updated 2 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Feature requests
Target version:
Start date:
2024-02-22
Due date:
% Done:

0%

Estimated time:
Tags:

Description

Motivation

https://jira.suse.com/browse/ENGINFRA-3685?focusedId=1329421&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-1329421
Can we enable SLAAC support in all our salt managed machines regardless if the infrastructure needs/supports this?

Acceptance criteria

  • AC1: Machines in PRG2e configured by salt, like ada, get full IPv6
  • AC2: Machines in PRG2 configured by salt, like worker29, *still have full IPv6

Acceptance tests

  • AT1-1: for i in $(sudo salt-key -l acc) ;do ping -6 -c1 $i; done returns a successful pong for each prg2 based machine

Suggestions

  • Check differences between openqaw5-xen which already has IPv6 and ada which does not. Maybe ada has IPv6 explicitly disabled by sysctl.

  • If ada is not just a single exception then add to salt

# cat /etc/sysctl.d/10-slaac.conf
net.ipv6.conf.default.use_tempaddr=1
net.ipv6.conf.default.autoconf=1 

and see if that automagically fixes IPv6 on ada and does not break something on others. If that does not work then set

BOOTPROTO="dhcp4+auto6"

but possibly only for machines in PRG2e, not PRG2, or based on salt grain or something


Related issues 1 (0 open1 closed)

Related to QA - action #156250: Ensure IPv6 works in qe.nue2.suse.orgResolvedokurz2024-02-28

Actions
Actions

Also available in: Atom PDF