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

Obsolete URL for openshift-install CLI #55

Open
nastacio opened this issue Jun 1, 2022 · 1 comment
Open

Obsolete URL for openshift-install CLI #55

nastacio opened this issue Jun 1, 2022 · 1 comment

Comments

@nastacio
Copy link

nastacio commented Jun 1, 2022

While executing the installation instructions for an OCP 4.10 cluster, the terraform plan ... command fails with

module.dns[0].data.aws_route53_zone.public[0]: Read complete after 1s [id=Z02574962DO4HTENH1P4D]
...
╷
│ Error: HTTP request error. Response code: 404
│ 
│   with data.http.images,
│   on helper.tf line 7, in data "http" "images":
│    7: data "http" "images" {
│ 
╵

That "helper.tf" file has a mention to this obsolete URL:

data "http" "images" {
  url = "https://raw.githubusercontent.com/openshift/installer/release-${local.major_version}/data/data/rhcos.json"
  request_headers = {
    Accept = "application/json"
  }
}

It looks like, starting with OCP 4.10, that "rhcos.json" file is no longer published.

@ncolon
Copy link
Member

ncolon commented Jun 1, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants