docs: fix marketplace schema namespace from opsmill to infrahub#9500
Open
petercrocker wants to merge 1 commit into
Open
docs: fix marketplace schema namespace from opsmill to infrahub#9500petercrocker wants to merge 1 commit into
petercrocker wants to merge 1 commit into
Conversation
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.
Contributor
There was a problem hiding this comment.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The docs instruct users to fetch marketplace schemas with
infrahubctl marketplace get opsmill/dcim, but that command fails:Marketplace content is published under the
infrahubnamespace, notopsmill(confirmed againstmarketplace.infrahub.app/sitemap.xml— e.g.schemas/infrahub/dcim).docs/overview/quickstart.mdxalready used the correctinfrahub/form, so the rest of the docs were inconsistent.Changes
opsmill/...→infrahub/...across the marketplace, install (community + enterprise), and getting-started tutorial docs.opsmill/starter-packcollection example with the realinfrahub/base-schemascollection (consistent withquickstart.mdx).Notes
Docs-only change. Not validated end-to-end against a live
infrahubctlinstance.Summary by cubic
Fixed docs to use the correct
infrahubnamespace for Marketplace schemas soinfrahubctl marketplace getcommands work. Also replaced the invalidopsmill/starter-packexample with the realinfrahub/base-schemascollection.opsmill/...references withinfrahub/...across marketplace, install (community + enterprise), and tutorial docs.Written for commit c13c7ce. Summary will update on new commits.