Implement reproducible S1 handoff contracts
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02994-7685-7940-bf34-3555b8256018
This commit is contained in:
parent
c8cb1c8edf
commit
b93af8cc78
44 changed files with 2035 additions and 342 deletions
|
|
@ -5,7 +5,8 @@ if [[ -z "$NAME" ]]; then
|
|||
echo "Usage: scripts/new-server.sh <name>"
|
||||
exit 1
|
||||
fi
|
||||
yq -i '.servers += [{ "name": "'$NAME'", "labels": [], "role": "generic", "region": "nbg1", "type": "cpx21", "image": "ubuntu-24.04", "ssh_user": "admin"}]' inventory/servers.yaml
|
||||
python3 scripts/new_host.py --name "$NAME" --type cpx21 --region nbg1 \
|
||||
--role generic --image ubuntu-24.04 --user admin
|
||||
git add inventory/servers.yaml
|
||||
git commit -m "Add server ${NAME}"
|
||||
echo "Added ${NAME}. Run: make apply"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue