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
13
tests/fixtures/inventory/invalid-mixed.yaml
vendored
Normal file
13
tests/fixtures/inventory/invalid-mixed.yaml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
schema_version: "1.0"
|
||||
servers:
|
||||
- name: unsafe-mixed-host
|
||||
provider: hosteurope
|
||||
lifecycle_mode: adopted
|
||||
ip: 192.0.2.10
|
||||
ssh_user: admin
|
||||
baseline_profile: ufw-managed
|
||||
provisioning:
|
||||
server_type: cpx21
|
||||
region: nbg1
|
||||
image: ubuntu-24.04
|
||||
role: test
|
||||
13
tests/fixtures/inventory/valid-hetzner.yaml
vendored
Normal file
13
tests/fixtures/inventory/valid-hetzner.yaml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
schema_version: "1.0"
|
||||
servers:
|
||||
- name: fixture-hetzner-01
|
||||
provider: hetzner
|
||||
lifecycle_mode: provider-managed
|
||||
ssh_user: admin
|
||||
baseline_profile: ufw-managed
|
||||
provisioning:
|
||||
server_type: cpx21
|
||||
region: nbg1
|
||||
image: ubuntu-24.04
|
||||
role: test
|
||||
labels: [fixture]
|
||||
Loading…
Add table
Add a link
Reference in a new issue