Skip to content

packages.broadcom.com has no AAAA record / IPv6 support #67051

@chrisnew

Description

@chrisnew

Description of Issue/Question

After discovering the sudden and fun breaking change (salt-bootstrap:#2027) of deprecating repo.saltstack.io recently, we tried to follow the community’s effort to patch the install script and to install salt manually. However, some of our infrastructure is IPv6-only.

Setup

IPv6-only deployment.

Steps to Reproduce Issue

Try to install salt-minion from packages.broadcom.com in an IPv6-only network.

The core issue can be reproduced as shown below:

$ dig -t aaaa packages.broadcom.com

; <<>> DiG 9.18.28-0ubuntu0.24.04.1-Ubuntu <<>> -t aaaa packages.broadcom.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 52388
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;packages.broadcom.com.		IN	AAAA

;; ANSWER SECTION:
packages.broadcom.com.	56	IN	CNAME	broadcom.jfrog.io.
broadcom.jfrog.io.	60	IN	CNAME	endpointdns-prod-usw2-lb.jfrog.io.
endpointdns-prod-usw2-lb.jfrog.io. 60 IN CNAME	k8s-jfrogsaa-jfrogsaa-5de72c2913-023a3012b9c76b9c.elb.us-west-2.amazonaws.com.

Versions and Systems

not applicable

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions