Retarget nexus provisioning checkouts #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/retarget-nexus-provisioning-paths"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refs vnprc/notes#62
Summary
nexus.provisioning.deployFlakeat the post-A7 bare deploy checkout path.nexus.provisioning.inventoryCheckoutat the post-A7 bare inventory checkout path.INVENTORYfrom the same configured inventory checkout path for registry-reading host scripts invoked directly.~/work/allod/secretsto the post-A5 bare~/work/secretscheckout.Validation
nix flake checkgit diff --checkINVENTORYsession variable.rg -n 'work/allod/(profiles|archetypes|deploy|secrets|inventory)|~/work/allod|/home/\$\{username\}/work/allod' README.md hosts modules flake.nix || truereturns no matches.Risk
R3 when deployed on the physical host: these paths become valid only after the A7 host checkout moves. This PR is paired with the A5 inventory/deploy lock updates so the staged A7 sequence picks up the config and checkout moves together.