Skip to content

Commit d5dcfb6

Browse files
authored
Merge pull request #34 from platform9/chore/untrack-maintainer-docs
chore: untrack maintainer-internal docs (DECISIONS.md, CE compat evidence)
2 parents da4a4b2 + 4beee58 commit d5dcfb6

6 files changed

Lines changed: 10 additions & 399 deletions

File tree

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ terraform.rc
3434
PCD-CE-Deployment-Handoff.md
3535

3636
# Local, untracked working-dir docs (kept on the developer's machine, never committed):
37-
# CLAUDE.md guidance and the comprehensive live-validation record.
37+
# maintainer-internal notes and evidence that are not appropriate for the public repo.
3838
CLAUDE.md
3939
PCD-Terraform-Provider-Validation-Status.md
40+
DECISIONS.md
41+
docs/compatibility/ce-2026.4.md
4042

4143
# Generated registry docs — produced by `make generate` (tfplugindocs) on demand and
42-
# at release time; not committed. (docs/compatibility/ is hand-written and kept.)
44+
# at release time; not committed.
4345
# Guides are authored in templates/guides/ and rendered into docs/guides/.
4446
/docs/index.md
4547
/docs/resources/

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ All notable changes to this project are documented here. The format is based on
1717
- Data source `pcd_identity_auth_scope` (ported from
1818
`openstack_identity_auth_scope_v3`) — reports the current token's user, project,
1919
domain, and roles.
20-
- Committed CE 2026.4 compatibility evidence from Step 0 preflight
21-
(`docs/compatibility/ce-2026.4.md`).
20+
- Verified CE 2026.4 compatibility from Step 0 preflight.
2221
- Acceptance test harness (`internal/acctest`: protocol-6 provider factory + `PreCheck`)
2322
and the first acceptance test for `pcd_identity_auth_scope` (passes against the CE lab).
2423
- `test.yml` CI: build, vet, gofmt, unit tests, and `terraform fmt` on examples.
@@ -38,7 +37,7 @@ All notable changes to this project are documented here. The format is based on
3837
pairs, tags) and `pcd_networking_floatingip` (allocate from an external network by
3938
`pool` name, associate/disassociate to a port); data sources `pcd_networking_port`,
4039
`_port_ids`, `_router`, `_subnet_ids`, and `_floatingip`. Ports and floating IPs are
41-
code-complete with acceptance tests; see DECISIONS.md for live-validation status.
40+
code-complete with acceptance tests.
4241
- Networking route and association resources: `pcd_networking_router_route` and
4342
`pcd_networking_subnet_route` (manage a single static/host route without disturbing
4443
others, serialized per parent to avoid clobbering); `pcd_networking_port_secgroup_associate`
@@ -56,8 +55,8 @@ All notable changes to this project are documented here. The format is based on
5655
`pcd_compute_interface_attach` (attach a port/network to a server) and
5756
`pcd_compute_volume_attach` (attach a Cinder volume to a server).
5857
- Block storage (Cinder v3): `pcd_blockstorage_volume` resource (create/extend/import;
59-
code-complete — acceptance is blocked on the CE lab having no storage backend, see
60-
DECISIONS.md) and `pcd_blockstorage_volume` / `pcd_blockstorage_snapshot` data sources.
58+
code-complete — acceptance is blocked on the CE lab having no storage backend) and
59+
`pcd_blockstorage_volume` / `pcd_blockstorage_snapshot` data sources.
6160
- Block storage gap resources (close api-docs coverage): `pcd_blockstorage_volume_type`
6261
(name/description/`is_public`/`extra_specs`, with in-place spec add/change/remove via the
6362
extra-specs sub-API — needs no storage backend), `pcd_blockstorage_snapshot` (was

0 commit comments

Comments
 (0)