Dashboards Control Center

Welcome to the Dashboard Control Center - your central hub for accessing, monitoring, and managing all the dashboards involved in this demo. Some of them will be deployed along the way and cannot be accessed yet, but you can always come back here to quickly find the URLs and credentials you need.

This section is provided for your convenience, allowing quick access to any dashboard or machine you may need. However, all the necessary steps will be provided throughout the demo, so feel free to proceed to the next section.

Autonomous Vehicle Access

To access the autonomous vehicle’s infrastructure, you need to connect through the bastion host first, and then access the MicroShift virtual machine.

Bastion Host Connection

{bastion_ssh_command}
Credential Value

Password

{bastion_ssh_password}

Vehicle Virtual Machine

Once connected to the bastion, access the autonomous vehicle:

virtctl ssh cloud-user@microshift.microshift-001 --identity-file=/home/lab-user/.ssh/microshift-001

Vehicle Dashboards

These dashboards provide visibility into the autonomous vehicle’s systems running on MicroShift.

MinIO Storage Dashboard

Object storage containing the AI models used for battery monitoring inference.

https://minio-microshift-001.{openshift_cluster_ingress_domain}
Credential Value

Username

minio

Password

minio123

Battery Monitoring System Dashboard

Real-time telemetry data, AI predictions for stress detection, and time-to-failure alerts.

https://bms-dashboard-microshift-001.{openshift_cluster_ingress_domain}

InfluxDB Dashboard

Time-series database storing historical sensor data from the battery simulator.

https://influx-db-microshift-001.{openshift_cluster_ingress_domain}
Credential Value

Username

admin

Password

password

Re-Training Node Consoles

These consoles provide access to the Single Node OpenShift (SNO) instance where AI model re-training takes place.

OpenShift Web Console

Central management console for the SNO cluster.

{openshift_cluster_console_url}
Credential Value

Username

{openshift_cluster_admin_username}

Password

{openshift_cluster_admin_password}

Red Hat OpenShift AI Dashboard

AI/ML platform for model training, serving, and pipeline automation.

https://rhods-dashboard-redhat-ods-applications.{openshift_cluster_ingress_domain}
Credential Value

Username

{openshift_cluster_admin_username}

Password

{openshift_cluster_admin_password}

MinIO Storage Dashboard

Object storage containing the bucket needed to store pipeline artifacts.

https://minio-ui-minio.{openshift_cluster_ingress_domain}
Credential Value

Username

minio

Password

minio123