Skip to content

Conversation

whoffler
Copy link
Contributor

Description

for issue - https://github.ibm.com/GoldenEye/issues/issues/13756#issuecomment-129327509

Release required?

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (X.x.x)
Release notes content

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

For mergers

  • Use a conventional commit message to set the release level. Follow the guidelines.
  • Include information that users need to know about the PR in the commit message. The commit message becomes part of the GitHub release notes.
  • Use the Squash and merge option.

@whoffler
Copy link
Contributor Author

/run pipeline

}

output "next_step_primary_url" {
value = "https://cloud.ibm.com/containers/cluster-management/clusters/${module.ocp_base.cluster_id}/overview"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the Openshift dashbaord. This is the IBM Cloud cluster console page. The Openshift dashboard is based off the ingress domain. Perhaps we could keep this as a secondary one though

Copy link
Contributor

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you get the wording reviewed by the docs team please. Also lets add to Fully configurable variation too

@ocofaigh
Copy link
Contributor

ocofaigh commented Sep 1, 2025

@pranjali-mundra Can you review the wording here please and approve if happy?

}

output "next_step_primary_url" {
value = module.ocp_base.ingress_hostname
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not correct.. gives value

https://cloud.ibm.com/projects/cc322438-95bb-46b9-b00a-a17a6fcc4739/configurations/ns5-openshift-qs-3b5bf5f75003778663c521c8c35ad277-0000.us-south.containers.appdomain.cloud

We need:

https://console-openshift-console.next-steps-openshift-qs-3b5bf5f75003778663c521c8c35ad277-0000.us-south.containers.appdomain.cloud/

Work needed to calculate the correct URL

@rajatagarwal-ibm
Copy link
Member

/run pipeline

@rajatagarwal-ibm
Copy link
Member

The format of the OpenShift Console URL is

https://console-openshift-console.${ingress_hostname}/dashbaords

I have updated the code to fix it.

Copy link
Contributor

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The wording here needs to be reviewed by docs team, but for sure I would change this in the several places its mentioned:

Openshift Cluster -> Red Hat OpenShift cluster

}

output "next_step_primary_url" {
value = "https://console-openshift-console.${module.ocp_base.ingress_hostname}/dashboards"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this cluster had private only endpoint, this URL would not be valid

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh maybe I'm wrong here. Perhaps the private endpoint url is actually coming from the ingress_hostname? Lets deploy a private only cluster to validate

}

output "next_step_primary_label" {
value = "Go to Openshift Cluster dashboard"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use the same text as UI:
image

}

output "next_step_secondary_label" {
value = "Openshift Cluster Overview"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps it should say overview page ?

Copy link
Contributor

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to make same changes to fully configurable variation in this repo and also then in the quickstart and standard variations in https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone

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

Successfully merging this pull request may close these issues.

3 participants