docs: highlight the PCD-native resources (value-add over openstack) - #35
Merged
Conversation
The README claimed PCD-specific surfaces for `mors` (VM leases) and `hamgr` (VM HA) that are not implemented, and neither the README nor the migration guide called out the resmgr resources that are the real differentiator vs terraform-provider-openstack. - README: correct the intro (only `resmgr` is implemented; add the load balancing / DNS / key management OpenStack services we ship) and add a "PCD-native resources" section featuring pcd_cluster_blueprint, pcd_host_config, pcd_host_role, and pcd_host_config_assignment. - Migration guide: add a "Beyond OpenStack" section for the resources with no openstack_* equivalent, and a behavioral note for the OVN-only (L4) load balancer (loadbalancer_provider default, no L7 resources).
PF9-pushkar
added a commit
that referenced
this pull request
Jul 14, 2026
docs: highlight the PCD-native resources (value-add over openstack)
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.
Public-facing docs didn't reflect the PF9-specific components — the real value-add over
terraform-provider-openstack.mors/hamgrsurfaces that aren't implemented — corrected to the OpenStack services we actually ship (adding load balancing / DNS / key management) plus onlyresmgrfor PCD-native. Added a PCD-native resources section featuringpcd_cluster_blueprint,pcd_host_config,pcd_host_role,pcd_host_config_assignment(things no OpenStack provider can do).openstack_*equivalent, and a behavioral note for the OVN-only (L4) load balancer (loadbalancer_providerdefaultovn, no L7 resources).Docs regenerate cleanly. The generated registry docs already carry these resources under the "Cluster Blueprint" subcategory, so no schema change is needed.