Attributes Page

To disable Dev Mode (this page) comment out the dev-mode.js extenion in the playbook (usually default-site.yml)

Site Wide Attributes

Component Wide Attributes

Antora component version@name: main@modules

{
  "release-version": "main",
  "page-pagination": true,
  "experimental": null,
  "numbered": null,
  "lab_name": "Private Models-as-a-Service - A Practical Introduction with Red Hat AI",
  "guid": "my-guid",
  "ssh_user": "lab-user",
  "ssh_password": "lab-user",
  "ssh_command": "ssh lab-user@bastion.{guid}.example.opentlc.com",
  "minio-user": "minio",
  "minio-pass": "minio123",
  "minio-endpoint": "http://minio.shared-minio.svc.cluster.local:9000/",
  "git-clone-repo-url": "https://github.com/rhpds/private-rh1-llmaas-showroom.git",
  "git-clone-repo-branch": "main",
  "user": "user1",
  "password": "openshift",
  "openshift_api_url": "https://api.cluster-guid.guid.sandbox.opentlc.com:6443",
  "openshift_cluster_ingress_domain": "apps.cluster-guid.guid.sandbox.opentlc.com",
  "openshift_cluster_console_url": "https://console-openshift-console.{openshift_cluster_ingress_domain}",
  "openshift_cluster_admin_username": "username",
  "openshift_cluster_admin_password": "password",
  "rhoai_dashboard_url": "https://rhods-dashboard-redhat-ods-applications.{openshift_cluster_ingress_domain}/",
  "login_command": "oc login --insecure-skip-tls-verify=false -u userX -p openshift https://api.MYCLUSTER.com:6443\"",
  "rhoai": "Red Hat OpenShift AI",
  "rhoai-short": "RHOAI",
  "ocp": "OpenShift Container Platform",
  "ocp-short": "OpenShift",
  "argocd": "ArgoCD",
  "ocp-gitops": "OpenShift GitOps",
  "company-name": "Red Hat",
  "ic-lab": "lab",
  "ic": "{company-name} {ic-lab}",
  "source-highlighter": "highlightjs",
  "deliverable": "lab",
  "productname-long": "Red Hat OpenShift AI",
  "productname-short": "OpenShift AI",
  "page-user": "{user}",
  "page-links": "links",
  "page-rhoai_dashboard_url": "https://rhods-dashboard-redhat-ods-applications.{openshift_cluster_ingress_domain}/",
  "page-openshift_cluster_console_url": "https://console-openshift-console.{openshift_cluster_ingress_domain}",
  "imagesdir": "../assets/images"
}