From 126c4ca724392f2c548f019a067e9f299ecf455a Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sat, 23 Nov 2024 11:31:04 +0100 Subject: move all daily notes into daily --- 2024-10-04.md | 26 -------------------------- 2024-10-15.md | 3 --- 2024-11-11.md | 3 --- 2024-11-12.md | 3 --- daily/2024-10-04.md | 26 ++++++++++++++++++++++++++ daily/2024-10-15.md | 3 +++ daily/2024-11-11.md | 3 +++ daily/2024-11-12.md | 3 +++ 8 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 2024-10-04.md delete mode 100644 2024-10-15.md delete mode 100644 2024-11-11.md delete mode 100644 2024-11-12.md create mode 100644 daily/2024-10-04.md create mode 100644 daily/2024-10-15.md create mode 100644 daily/2024-11-11.md create mode 100644 daily/2024-11-12.md diff --git a/2024-10-04.md b/2024-10-04.md deleted file mode 100644 index 9c77b37..0000000 --- a/2024-10-04.md +++ /dev/null @@ -1,26 +0,0 @@ -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 diff --git a/2024-10-15.md b/2024-10-15.md deleted file mode 100644 index 8887a01..0000000 --- a/2024-10-15.md +++ /dev/null @@ -1,3 +0,0 @@ -Reminder: -* write SOP for fix_allocation -* write SOP for fixing duplicate connector \ No newline at end of file diff --git a/2024-11-11.md b/2024-11-11.md deleted file mode 100644 index 5f3eedb..0000000 --- a/2024-11-11.md +++ /dev/null @@ -1,3 +0,0 @@ -Sqlalchemy/mysql connections lijken een timeout te hitten -zie: -`https://kibana.one.com/s/openstack/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:60000),time:(from:now-7d%2Fd,to:now))&_a=(columns:!(),dataSource:(dataViewId:d80a7401-b1fd-43b2-bdfc-79dffb0e8b15,type:dataView),filters:!(),hideChart:!f,interval:auto,query:(language:kuery,query:%22cb3204fa-208f-4b90-95a0-846a9e13852b%22),sort:!(!('@timestamp',desc)))` diff --git a/2024-11-12.md b/2024-11-12.md deleted file mode 100644 index e48d53f..0000000 --- a/2024-11-12.md +++ /dev/null @@ -1,3 +0,0 @@ -Prometheus: -- scrape config: `roles/prometheus/onecom-prometheus-scrape-config-*.json` -- \ No newline at end of file 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 diff --git a/daily/2024-10-15.md b/daily/2024-10-15.md new file mode 100644 index 0000000..8887a01 --- /dev/null +++ b/daily/2024-10-15.md @@ -0,0 +1,3 @@ +Reminder: +* write SOP for fix_allocation +* write SOP for fixing duplicate connector \ No newline at end of file diff --git a/daily/2024-11-11.md b/daily/2024-11-11.md new file mode 100644 index 0000000..5f3eedb --- /dev/null +++ b/daily/2024-11-11.md @@ -0,0 +1,3 @@ +Sqlalchemy/mysql connections lijken een timeout te hitten +zie: +`https://kibana.one.com/s/openstack/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:60000),time:(from:now-7d%2Fd,to:now))&_a=(columns:!(),dataSource:(dataViewId:d80a7401-b1fd-43b2-bdfc-79dffb0e8b15,type:dataView),filters:!(),hideChart:!f,interval:auto,query:(language:kuery,query:%22cb3204fa-208f-4b90-95a0-846a9e13852b%22),sort:!(!('@timestamp',desc)))` diff --git a/daily/2024-11-12.md b/daily/2024-11-12.md new file mode 100644 index 0000000..e48d53f --- /dev/null +++ b/daily/2024-11-12.md @@ -0,0 +1,3 @@ +Prometheus: +- scrape config: `roles/prometheus/onecom-prometheus-scrape-config-*.json` +- \ No newline at end of file -- cgit v1.2.3