From 37efe8e3d022d21bd2f6af741c8d5ee49da2fff5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 3 Aug 2021 09:34:08 +0300 Subject: feat: if no networks are specified, use default Also, drop lan, wan from test config, because we can't assume they're available in the environment the tests are run in. Sponsored-by: author --- vmadm.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'vmadm.md') diff --git a/vmadm.md b/vmadm.md index 4308ac6..a109a44 100644 --- a/vmadm.md +++ b/vmadm.md @@ -50,9 +50,6 @@ default_memory_mib: 2048 default_cpus: 1 default_generate_host_certificate: true default_autostart: true -default_networks: -- lan -- wan ca_key: ca_key authorized_keys: - ~/.ssh/id_rsa.pub @@ -68,8 +65,7 @@ authorized_keys: "default_generate_host_certificate": true, "default_autostart": true, "default_networks": [ - "lan", - "wan" + "default" ], "ca_key": "ca_key", "authorized_keys": [ @@ -89,7 +85,7 @@ foo: {} "ssh_keys": [ "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChZ6mVuGLBpW7SarFU/Tu6TemquNxatbMUZuTk8RqVtbkvTKeWFZ5h5tntWPHgST8ykYFaIrr8eYuKQkKdBxHW7H8kejTNwRu/rDbRYX5wxTn4jw4RVopGTpxMlGrWeu5CkWPoLAhQtIzzUAnrDGp9sqG6P1G4ohI61wZMFQta9R2uNxXnnes+e2r4Y78GxmlQH/o0ouI8fBnsxRK0IoSfFs2LutO6wjyzR59FdC9TT7wufd5kXMRzxsmPGeXzNcaqvHGxBvRucGFclCkqSRwk3GNEpXZQhlCIoTIoRu0IPAp/430tlx9zJMhhwDlZsOOXRrFYpdWVMSTAAKECLSYx liw@exolobe1" ], - "networks": ["lan", "wan"], + "networks": ["default"], "rsa_host_key": null, "rsa_host_cert": null, "dsa_host_key": null, -- cgit v1.2.1