forked from Fediversity/Fediversity
Work around weird Proxmox behaviour with test02 (#282)
Reviewed-on: Fediversity/Fediversity#282 Reviewed-by: kiara Grouwstra <kiara@procolix.eu> Co-authored-by: Nicolas “Niols” Jeannerod <nicolas.jeannerod@moduscreate.com> Co-committed-by: Nicolas “Niols” Jeannerod <nicolas.jeannerod@moduscreate.com>
This commit is contained in:
parent
59f2ef1171
commit
e25ff10872
4 changed files with 28 additions and 1 deletions
|
@ -65,7 +65,7 @@ let
|
||||||
isTestVm = true;
|
isTestVm = true;
|
||||||
};
|
};
|
||||||
mastodonConfigurationResource = makeResourceModule {
|
mastodonConfigurationResource = makeResourceModule {
|
||||||
vmName = "test02";
|
vmName = "test06"; # somehow `test02` has a problem - use test06 instead
|
||||||
isTestVm = true;
|
isTestVm = true;
|
||||||
};
|
};
|
||||||
peertubeConfigurationResource = makeResourceModule {
|
peertubeConfigurationResource = makeResourceModule {
|
||||||
|
|
19
infra/test-machines/test06/default.nix
Normal file
19
infra/test-machines/test06/default.nix
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
fediversityVm = {
|
||||||
|
vmId = 7006;
|
||||||
|
proxmox = "fediversity";
|
||||||
|
|
||||||
|
hostPublicKey = builtins.readFile ./ssh_host_ed25519_key.pub;
|
||||||
|
unsafeHostPrivateKey = builtins.readFile ./ssh_host_ed25519_key;
|
||||||
|
|
||||||
|
domain = "abundos.eu";
|
||||||
|
ipv4 = {
|
||||||
|
address = "95.215.187.56";
|
||||||
|
gateway = "95.215.187.1";
|
||||||
|
};
|
||||||
|
ipv6 = {
|
||||||
|
address = "2a00:51c0:13:1305::56";
|
||||||
|
gateway = "2a00:51c0:13:1305::1";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
7
infra/test-machines/test06/ssh_host_ed25519_key
Normal file
7
infra/test-machines/test06/ssh_host_ed25519_key
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||||
|
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
|
||||||
|
QyNTUxOQAAACC9tVetM5x9PPgc6quVSq8Hk6bJ0VzO9hB7n470pSlhTwAAAIh7l3X0e5d1
|
||||||
|
9AAAAAtzc2gtZWQyNTUxOQAAACC9tVetM5x9PPgc6quVSq8Hk6bJ0VzO9hB7n470pSlhTw
|
||||||
|
AAAEBu+g3q61og0mJ+mHv0oBaQXuJO4BOGcpR3p0UI8sdeyr21V60znH08+Bzqq5VKrweT
|
||||||
|
psnRXM72EHufjvSlKWFPAAAAAAECAwQF
|
||||||
|
-----END OPENSSH PRIVATE KEY-----
|
1
infra/test-machines/test06/ssh_host_ed25519_key.pub
Normal file
1
infra/test-machines/test06/ssh_host_ed25519_key.pub
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL21V60znH08+Bzqq5VKrweTpsnRXM72EHufjvSlKWFP
|
Loading…
Add table
Reference in a new issue