smithery/openshift-online

setup-maestro-cluster

Sets up a long-running Maestro cluster environment using Azure ARO-HCP infrastructure with both service and management clusters

Installation

$ npx skills add smithery/openshift-online --skill setup-maestro-cluster

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/openshift-online.

npx skills add smithery/openshift-online

Browse all from smithery/openshift-online

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 944 B
  • docs SUMMARY.md 156 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Setup Maestro Long-Running Cluster

Sets up a long-running Maestro cluster environment using Azure ARO-HCP infrastructure. This will deploy both service and management clusters.

Prerequisites:

  • Azure CLI installed and logged in
  • Access to "ARO Hosted Control Planes" Azure subscription
  • Internet connectivity

Environment variables set:

  • USER=oasis (if not already set)
  • PERSIST=true
  • GITHUB_ACTIONS=true
  • GOTOOLCHAIN=go1.26.7

Note: This deployment typically takes 25-30 minutes to complete.

#!/bin/bash
# Execute the cluster setup script
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "$SCRIPT_DIR/scripts/setup.sh" "$@"