2283a62ae9
adjust deployment type
...
this is a cop-out possible until
#15 .
after that, this will require actually figuring out how to get `options`
for `deployment.nix` - which may need `evalModules` with
`data-model.nix`.
2025-08-26 23:47:03 +02:00
3fa1756feb
restore data model with { resources } wrappers, this time working
2025-08-26 23:31:48 +02:00
ede5b4db11
simpler data model, not sure it's desirable but at least it's consistent
2025-08-26 17:31:53 +02:00
16133d7fe8
actually rely on user package from data model
2025-08-26 17:29:32 +02:00
0b06f51113
pass system
2025-08-26 17:21:04 +02:00
5e3ab713b8
update test
2025-08-25 19:45:04 +02:00
53ffe295f0
update deployment
2025-08-25 19:42:38 +02:00
ab2a31263d
simplify auth to not accept password
2025-08-25 19:40:48 +02:00
209981280c
rename deployment to deployment-type, disambiguating from environments' deployment
2025-08-25 18:12:35 +02:00
793d34fbcc
fix attrTag by adding mkOption
2025-08-25 18:12:02 +02:00
b8c77fa7e3
wrap application resources to match the input of apply
2025-08-25 17:18:22 +02:00
5cb2ff6054
stylize user-specified names by quotes to clarify their status
2025-08-25 17:16:59 +02:00
b6bae49678
fix a bug of mismatching names in data model test
...
matches the name of `shell` to `operator-environment`.
2025-08-25 17:14:45 +02:00
d4e697aa97
try and use deployment
2025-08-25 11:20:38 +02:00
ce39bbe8a8
spacing
2025-08-25 00:45:30 +02:00
58bd670d5b
simplify imputDerivations
2025-08-25 00:43:29 +02:00
57c0a434b3
unimport qemu-guest
2025-08-25 00:28:41 +02:00
f90ee627a3
simplify inputDerivations
2025-08-25 00:21:54 +02:00
ed1518a7c5
simplify deployment
2025-08-24 22:58:17 +02:00
ac1fa31b14
skip is-active sshd
2025-08-24 22:41:12 +02:00
347bb7b242
- auto
2025-08-24 22:34:29 +02:00
e5eb0cadb0
move fail in
2025-08-24 22:17:24 +02:00
3a78837932
- BatchMode
2025-08-24 22:14:46 +02:00
8860c18e03
rm unused ssh settings
2025-08-24 22:05:27 +02:00
5c38d5ed67
dedupe inputDerivations
2025-08-24 21:46:53 +02:00
d836710cb6
rm cowsay
2025-08-24 20:31:47 +02:00
c33107022b
remove unused JSON-serialized args (sources)
2025-08-24 20:30:06 +02:00
6257ad5bd1
factor out to nixos.nix
2025-08-24 20:27:54 +02:00
167d38ab9a
rm users
2025-08-24 20:15:22 +02:00
55912c0c35
simplify grub
2025-08-24 20:14:54 +02:00
fb13af9260
rm users
2025-08-24 20:10:44 +02:00
9dca16d6b7
reenable ipv6
2025-08-24 20:07:08 +02:00
94a0e930e7
reenable firewall
2025-08-24 20:04:02 +02:00
e090884352
rm comments
2025-08-24 20:00:23 +02:00
975cf8a200
rm getty
2025-08-24 20:00:13 +02:00
33da4d6e46
mv attempts
2025-08-24 20:00:09 +02:00
aa0e7e2a42
download-attempts: settle for just targetNode
2025-08-24 19:53:30 +02:00
a2f8527f83
rm comment
2025-08-24 19:45:45 +02:00
0217b292c8
restore imports
2025-08-24 19:45:40 +02:00
cbec8fa3fc
dedupe nixosTest.nix
2025-08-24 19:26:16 +02:00
50e1a768e7
qemu guest
2025-08-24 18:32:12 +02:00
5a02027d48
grub
2025-08-24 18:31:34 +02:00
2af6817cd8
auto login
2025-08-24 18:30:52 +02:00
20557422e9
networking
2025-08-24 18:30:43 +02:00
4b85628ab1
users
2025-08-24 18:27:19 +02:00
03cbb4738d
handle test outcome
2025-08-24 18:26:42 +02:00
9769e1714c
specialArgs: sources
2025-08-24 18:25:00 +02:00
10ba2ee1e6
nix in tests: download-attempts = 1
2025-08-24 18:21:38 +02:00
b7cf39534f
ensure inputs
2025-08-24 18:19:53 +02:00
ee6b990144
rm paste
2025-08-24 18:18:49 +02:00
fe0edd897b
move stuff not needed in test out
2025-08-24 18:18:26 +02:00
081ae1ad07
ensure availability of needed inputs
2025-08-24 18:15:36 +02:00
3ae1235461
reduce download attempts in test
2025-08-24 18:14:26 +02:00
85cbdd945b
settle for hello, ditching cowsay
2025-08-24 18:13:22 +02:00
d51f8fcf16
move imports from paste to targetNode to increase parity between paste and nixosTest
2025-08-24 17:52:06 +02:00
ae06cfc417
ditch superfluous substituters
2025-08-24 17:52:06 +02:00
b7e34de835
pasteable command for trying without rebuilding vm
2025-08-24 17:52:06 +02:00
458e565e4e
add keys
2025-08-24 17:52:06 +02:00
0d36f32190
wip: use ssh in test
2025-08-24 17:52:06 +02:00
5c47da3b0b
add deployment method: ssh
2025-08-24 17:52:06 +02:00
8e50fd675f
un-nixops
2025-08-24 17:52:06 +02:00
b29b8bfb84
scaffold deployment/check/data-model from ./basic
...
modelify
2025-08-24 17:52:06 +02:00
d67f5a2b7d
allow different deployment types
2025-08-24 17:51:37 +02:00
4262a92741
Merge pull request 'move nixops4Deployment class' ( #6 ) from kiara/Fediversity:data-model-fix-root-class into deployment-data-model-with-tests
...
Reviewed-on: #6
Reviewed-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2025-08-24 17:51:37 +02:00
e5b08faa1b
put config
stuff in an attrset
2025-08-24 17:51:37 +02:00
c0b8dbbeeb
move nixops4Deployment class
2025-08-24 17:51:37 +02:00
1048ac674e
fix linter gripes
2025-08-24 17:51:37 +02:00
d1d152d2df
add explanatory comment
2025-08-24 17:51:37 +02:00
76a07a17ad
implement and test data model for runtime environments
2025-08-24 17:51:37 +02:00
f76d953b1f
generalize function type
2025-08-24 17:51:37 +02:00