Skip to main content

Source Layout

Use this page when you need to find the source file for a workflow area.

PathWhy it exists
src/cockpit-openshift/index.htmlcluster inventory entry point
src/cockpit-openshift/create.htmlguided create/install workflow
src/cockpit-openshift/overview.htmlcluster-specific day-two view
src/cockpit-openshift/cockpit-openshift.jsmain create-flow UI logic
src/cockpit-openshift/cluster-list.jsinventory and fleet interactions
src/cockpit-openshift/cluster-overview.jscluster-overview behavior
src/cockpit-openshift/installer_backend.pybackend execution boundary
cockpit-openshift.specRPM packaging definition
build-rpm.shlocal RPM build entrypoint
website/Docusaurus documentation site

Cockpit Entry Point

The Cockpit menu registration lives in:

src/cockpit-openshift/manifest.json

Current menu shape:

  • label: OpenShift
  • path: index.html
  • keywords include openshift, installer, wizard, local, sno, and compact

Screens In Scope

  • cluster list and fleet management
  • create cluster and assisted install workflow
  • cluster overview

Tabs like monitoring, access control, support, and add hosts appear in the UI, but they are not the proven backend-heavy workflows today.