diff --git a/docs/design-decisions.md b/docs/design-decisions.md index cbedcf2..6e54eaf 100644 --- a/docs/design-decisions.md +++ b/docs/design-decisions.md @@ -258,7 +258,11 @@ **Decision:** Self-hosted GitBucket at `git.baldurkeep.com`. -**Repo path:** `jesse.austin/openstack-caracal-ipv4` (v1; IPv4-only). +**Repo path:** `OpenStack/openstack-caracal-ipv4` (v1; IPv4-only). + +- Web: `https://git.baldurkeep.com/OpenStack/openstack-caracal-ipv4` +- Clone: `https://git.baldurkeep.com/git/OpenStack/openstack-caracal-ipv4.git` +- Moved from `jesse.austin/openstack-caracal-ipv4` to the `OpenStack` group on 2026-05-27. GitBucket does not redirect from the old path. **v2 repository:** TBD when v2 work begins. Two viable paths: sibling repo `openstack-caracal-ipv6` or `openstack-caracal-dualstack`, OR `v2` branch in this repo with an `overlays/v2-dualstack.yaml`. The single-repo-with-branch approach preserves history of what changed v1→v2 together; the sibling-repo approach keeps v1 frozen as a reference once v2 is in motion.