Skip to content

Add documentation for stage providers - #860

Merged
Haishi2016 merged 1 commit into
eclipse-symphony:mainfrom
lirenjie95:docs/stage-providers
Aug 17, 2026
Merged

Add documentation for stage providers#860
Haishi2016 merged 1 commit into
eclipse-symphony:mainfrom
lirenjie95:docs/stage-providers

Conversation

@lirenjie95

Copy link
Copy Markdown
Contributor

Fixes #491

Add documentation for the 8 stage providers that were missing docs, under docs/symphony-book/providers/stage-providers/:

  • mock — echo inputs to outputs, foo counter
  • http — outbound HTTP calls with successCodes/wait.* polling
  • create — create/remove solution versions and instances
  • list — list instances/sites/catalog versions
  • materialize — create objects from catalog versions
  • patch — patch solution versions from a catalog version or inline content
  • script — run bash/PowerShell scripts (local or remote)
  • wait — wait for objects to be created

Each page follows the structure of the existing delay.md; Inputs/Outputs were verified against the Process implementation and tests of each provider.

Note: the remote provider is not included in this PR — happy to add it in a follow-up if desired.

@lirenjie95
lirenjie95 requested a review from Haishi2016 as a code owner August 17, 2026 05:00

@Haishi2016 Haishi2016 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.

These are great but we are trying to move docs to Hugo doc under the docs-site folder.

@Haishi2016
Haishi2016 merged commit 1a7b6fc into eclipse-symphony:main Aug 17, 2026
16 checks passed
@lirenjie95
lirenjie95 deleted the docs/stage-providers branch August 19, 2026 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

doc missing for stage providers

2 participants