Register the IPAM CLI plugin#1
Draft
scotwells wants to merge 2 commits into
Draft
Conversation
Add the ipam plugin (milo-ipam) to the catalog so datumctl users can discover and install it with `datumctl plugin install ipam` and run it as `datumctl ipam ...`. - plugins/ipam.yaml: the IPAM plugin manifest for v0.1.0 across linux, darwin, and windows on amd64/arm64. - index.yaml: regenerated to include the entry. - README: list ipam under available plugins. The per-platform sha256 checksums are placeholders: the milo-os/ipam v0.1.0 release does not yet publish the milo-ipam archives this entry points at. Once the IPAM release publishes the archives and checksums, the placeholders are replaced with the real values and catalog CI (URL resolution + SHA256 verification) goes green.
Set the IPAM plugin description to 'Manage IP address space (pools and prefixes) across the platform' across the manifest, README, and the regenerated index.
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.
What this delivers
Registers the IPAM plugin (
milo-ipam) in the Milo CLI plugin catalog. Once merged and backed by published release archives, anyone can install it through the datumctl plugin marketplace:IPAM lets teams manage their IP address space — provision pools and claim prefixes — and this puts that experience one command away, for every OS and architecture, without cloning a repo or hunting for a release binary.
Changes
plugins/ipam.yaml— the IPAM plugin manifest:ipamatv0.1.0, across linux/darwin/windows on amd64/arm64, using the portablemilo-<name>binary convention.index.yaml— regenerated to include the entry (the file datumctl actually reads).README.md— listsipamunder available plugins.The per-platform
sha256values are placeholders (000…0). Themilo-os/ipamv0.1.0 release does not yet publish themilo-ipamarchives this entry points at — its release workflow currently builds only a container image and a kustomize bundle. Catalog CI verifies that every download URL resolves and every checksum matches the published archive, so this PR will stay red (and a draft) until those artifacts exist.To unblock:
milo-os/ipamthat builds and publishes per-platformmilo-ipamarchives (and their checksums) on tagged releases.uris here (or update them), and replace each placeholdersha256with the real value.Context
milo-ipamplugin: https://github.com/milo-os/ipam