Skip to content

docs: fix marketplace schema namespace from opsmill to infrahub#9500

Open
petercrocker wants to merge 1 commit into
stablefrom
fix-marketplace-schema-do
Open

docs: fix marketplace schema namespace from opsmill to infrahub#9500
petercrocker wants to merge 1 commit into
stablefrom
fix-marketplace-schema-do

Conversation

@petercrocker

@petercrocker petercrocker commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Problem

The docs instruct users to fetch marketplace schemas with infrahubctl marketplace get opsmill/dcim, but that command fails:

No schema or collection named 'opsmill/dcim' found on marketplace.infrahub.app.

Marketplace content is published under the infrahub namespace, not opsmill (confirmed against marketplace.infrahub.app/sitemap.xml — e.g. schemas/infrahub/dcim). docs/overview/quickstart.mdx already used the correct infrahub/ form, so the rest of the docs were inconsistent.

Changes

  • Corrected the namespace opsmill/...infrahub/... across the marketplace, install (community + enterprise), and getting-started tutorial docs.
  • Replaced the nonexistent opsmill/starter-pack collection example with the real infrahub/base-schemas collection (consistent with quickstart.mdx).

Notes

Docs-only change. Not validated end-to-end against a live infrahubctl instance.


Summary by cubic

Fixed docs to use the correct infrahub namespace for Marketplace schemas so infrahubctl marketplace get commands work. Also replaced the invalid opsmill/starter-pack example with the real infrahub/base-schemas collection.

  • Bug Fixes
    • Replaced all opsmill/... references with infrahub/... across marketplace, install (community + enterprise), and tutorial docs.
    • Updated command examples for version pinning, output directory, stdout, and collection downloads.

Written for commit c13c7ce. Summary will update on new commits.

Review in cubic

Marketplace schemas and collections are published under the 'infrahub'
namespace, not 'opsmill'. The documented 'infrahubctl marketplace get
opsmill/dcim' command fails with 'No schema or collection named
opsmill/dcim found'. Correct the namespace across the marketplace,
install, and tutorial docs.

Also replace the nonexistent 'opsmill/starter-pack' collection example
with the real 'infrahub/base-schemas' collection.
@github-actions github-actions Bot added the type/documentation Improvements or additions to documentation label Jun 8, 2026
@petercrocker petercrocker marked this pull request as ready for review June 8, 2026 14:56
@petercrocker petercrocker requested review from a team as code owners June 8, 2026 14:56
@petercrocker petercrocker requested review from minitriga, wvandeun and yjouffrault and removed request for a team June 8, 2026 14:56

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 4 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Shadow auto-approve: would auto-approve. This is a documentation-only change that corrects incorrect namespace references in marketplace schema identifiers, with no impact on source code, configuration, or business logic.

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant