Environment access

Your credentials

You will use the same credentials to log into the OpenShift Web Console, OpenShift GitOps, GitLab, and Dev Spaces.

Field Value

Username

{user_name}

Password

{user_password}

Your namespaces

Your environment includes 3 pre-provisioned namespaces:

Namespace Purpose

{user_name}-build

CI/CD pipelines run here. Contains Tekton PipelineRuns, build tasks, and the container image build process.

{user_name}-dev

Development environment. The Parasol Insurance application runs here. This is where your code changes deploy after a successful pipeline run.

{user_name}-prod

Production environment. The Parasol Insurance application runs here after a tag-based promotion.

You have a custom tenant-user role in each namespace. This gives you access to your namespaces, but you can’t view Secrets nor their values - you’re a developer, not an admin!

Access URLs

Service URL

OpenShift Console

{openshift_console_url}

GitLab

https://gitlab-gitlab.{openshift_cluster_ingress_domain}/

Dev Spaces

https://devspaces.{openshift_cluster_ingress_domain}/dashboard

Argo CD

https://openshift-gitops-server-openshift-gitops.{openshift_cluster_ingress_domain}/

SonarQube

https://sonarqube-sonarqube.{openshift_cluster_ingress_domain}/

The Showroom UI provides tabs on the right side of this page for quick access to OpenShift Console, Argo CD, SonarQube, Dev Spaces, and GitLab. You can use these tabs throughout the lab instead of opening separate browser windows.