diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-23 11:31:04 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-23 11:31:04 +0100 |
commit | 126c4ca724392f2c548f019a067e9f299ecf455a (patch) | |
tree | 251ef8290b35cec89463752c9287d87cc392685e /daily/2024-10-04.md | |
parent | 1f1423fdb8d4e2928768ffa33a6ad2b59c75e82e (diff) |
move all daily notes into daily
Diffstat (limited to 'daily/2024-10-04.md')
-rw-r--r-- | daily/2024-10-04.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/daily/2024-10-04.md b/daily/2024-10-04.md new file mode 100644 index 0000000..9c77b37 --- /dev/null +++ b/daily/2024-10-04.md @@ -0,0 +1,26 @@ +What is needed to recreate a deleted server: +* name +* description +* block device mapping +* image properties + * while restoring we need to somehow schedule according to image properties, e.g os_type, or is this already resolved by selecting the correct AZ? + * volumes need to clone volume_image_properties +* port mapping +* availability zone +* flavor +* propertieskjk + + + +port +* name +* description +* allowed_address_pairs +* dns_domain +* dns_name +* extra_dhcp_opts +* fixed_ips +* is_port_security_enabled +* security_group_ids +* qos_policy_id +* network_id
\ No newline at end of file |