-
Notifications
You must be signed in to change notification settings - Fork 12
added next steps #781
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
base: main
Are you sure you want to change the base?
added next steps #781
Conversation
/run pipeline |
solutions/quickstart/outputs.tf
Outdated
} | ||
|
||
output "next_step_primary_url" { | ||
value = "https://cloud.ibm.com/containers/cluster-management/clusters/${module.ocp_base.cluster_id}/overview" |
There was a problem hiding this comment.
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
There was a problem hiding this 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
@pranjali-mundra Can you review the wording here please and approve if happy? |
solutions/quickstart/outputs.tf
Outdated
} | ||
|
||
output "next_step_primary_url" { | ||
value = module.ocp_base.ingress_hostname |
There was a problem hiding this comment.
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
/run pipeline |
The format of the OpenShift Console URL is
I have updated the code to fix it. |
There was a problem hiding this 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" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | ||
|
||
output "next_step_secondary_label" { | ||
value = "Openshift Cluster Overview" |
There was a problem hiding this comment.
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 ?
There was a problem hiding this 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
Description
for issue - https://github.ibm.com/GoldenEye/issues/issues/13756#issuecomment-129327509
Release required?
x.x.X
)x.X.x
)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:
Checklist for reviewers
For mergers