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

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

Open
chrisnew opened this issue Nov 6, 2024 · 1 comment
Open

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

chrisnew opened this issue Nov 6, 2024 · 1 comment
Assignees

Comments

@chrisnew
Copy link

chrisnew commented Nov 6, 2024

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

@ScriptAutomate
Copy link
Contributor

We've reached out to the Broadcom team that manages this, and will update this issue when more information is made available.

@ScriptAutomate ScriptAutomate changed the title packages.broadcom.com has no AAAA record packages.broadcom.com has no AAAA record / IPv6 support Nov 13, 2024
@ScriptAutomate ScriptAutomate transferred this issue from saltstack/salt-bootstrap Nov 13, 2024
@saltstack saltstack deleted a comment from welcome bot Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants