summaryrefslogtreecommitdiff
path: root/daily
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-06-16 10:44:49 +0200
committerJasper Ras <jras@hostnet.nl>2025-06-16 10:44:49 +0200
commit0d389e1d6c1aed4a92f82d9711f4564a12390fcd (patch)
treeca4925547669a045d836c2aeb6d4b2309c3f5996 /daily
parent32422d2b9001291d7136036581122cf4b4eec75c (diff)
vault backup: 2025-06-16 10:44:49
Diffstat (limited to 'daily')
-rw-r--r--daily/02-Jun-2025.md0
-rw-r--r--daily/04-Jun-2025.md4
-rw-r--r--daily/07-May-2025.md5
-rw-r--r--daily/10-Jun-2025.md17
-rw-r--r--daily/11-Jun-2025.md5
-rw-r--r--daily/15-Jun-2025.md1
-rw-r--r--daily/15-May-2025.md0
-rw-r--r--daily/20-May-2025.md0
-rw-r--r--daily/27-May-2025.md1
9 files changed, 27 insertions, 6 deletions
diff --git a/daily/02-Jun-2025.md b/daily/02-Jun-2025.md
deleted file mode 100644
index e69de29..0000000
--- a/daily/02-Jun-2025.md
+++ /dev/null
diff --git a/daily/04-Jun-2025.md b/daily/04-Jun-2025.md
new file mode 100644
index 0000000..3cb7031
--- /dev/null
+++ b/daily/04-Jun-2025.md
@@ -0,0 +1,4 @@
+**Occurrences**
+Trying to install goba/gobs in the global venv of devstack. Had to relax the requirements of dependencies; thus dependencies being newer than tested with. This is suboptimal because now our environment is different from our prod..
+
+In a more recent version of sqlalchemy they mask the password in engine.url by default (opposite to not masking it before): this caused a connection error during db sync. I remembered I ran into this before when looking at nova's db sync code and saw the `engine.url.render_as_string(hide_password=False)`. Updated our code with this fixed the issue \ No newline at end of file
diff --git a/daily/07-May-2025.md b/daily/07-May-2025.md
index 298b634..1263975 100644
--- a/daily/07-May-2025.md
+++ b/daily/07-May-2025.md
@@ -1,10 +1,6 @@
Werk aan ZFS backup goba met Mohammed. Mohammed was paar dagen sidetracked met devstack opzetten. Had eigenlijk gehoopt dat hij met een plan van aanpak betreffende implementatie zou komen (daar had ik op gehint vrijdag (of donderdag al?)).. Nu afgesproken dat hij dit gaat maken. Om 15:00 doen we een meet om het door te spreken.
Rutger hint ernaar dat wij een business service gaan opzetten die producten voor de group op openstack oplevert.
-
-
-
-
# Non-functional requirements:
Technical constraints:
- Python
@@ -18,7 +14,6 @@ Requirements:
* Creating new resources should always be validated properly, doesn't have to be fast as long as its correct.
* Reliable
* Creating or updating resources should be atomic
-
# Functional requirements:
- Authentication: the system requires users to be authenticated before being able to use its APIs.
- Eventually consistent: it must not be that if a requested resource fails to create that another request has to be made. The creation of a resource is guaranteed.
diff --git a/daily/10-Jun-2025.md b/daily/10-Jun-2025.md
new file mode 100644
index 0000000..fff3fbd
--- /dev/null
+++ b/daily/10-Jun-2025.md
@@ -0,0 +1,17 @@
+Performance review
+
+Beter tijdsinschatting geven.
+
+Work environment
+Feedback: nicest person
+
+quality of work
+
+beter estimaten
+
+Doel: LPIC.
+
+
+---
+
+OVN loadbalancer health check. OVN nb: `nbctl show load_balancer_health_check` \ No newline at end of file
diff --git a/daily/11-Jun-2025.md b/daily/11-Jun-2025.md
new file mode 100644
index 0000000..e693fed
--- /dev/null
+++ b/daily/11-Jun-2025.md
@@ -0,0 +1,5 @@
+access to openstack, marcus ripkens.
+marcus: cloud-init scripts to setup vms, loadbalancers, 2 dedicated personen, dns migration (yves geen vertrouwen axfr, geen insight in wat wel/niet goed synced is)
+bare metal -> 10 vm's, lb needs update: domain -> new ip.
+500K+ customers.
+Yves overtuigen dat MHC team de proxies moet beheren indien permanent oplossing./ \ No newline at end of file
diff --git a/daily/15-Jun-2025.md b/daily/15-Jun-2025.md
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/daily/15-Jun-2025.md
@@ -0,0 +1 @@
+
diff --git a/daily/15-May-2025.md b/daily/15-May-2025.md
deleted file mode 100644
index e69de29..0000000
--- a/daily/15-May-2025.md
+++ /dev/null
diff --git a/daily/20-May-2025.md b/daily/20-May-2025.md
deleted file mode 100644
index e69de29..0000000
--- a/daily/20-May-2025.md
+++ /dev/null
diff --git a/daily/27-May-2025.md b/daily/27-May-2025.md
index 908736b..1000488 100644
--- a/daily/27-May-2025.md
+++ b/daily/27-May-2025.md
@@ -1,4 +1,3 @@
Decided that devenv is too invasive for use at work; I can't commit its .envrc nor .pre-commit-config.yaml. Therefore I'm setting up just regular shell.nix usage. I quickly ran into an issue where the nix shell is using bash and found a tool called Lorri which promises to be useful for developer environments with shell.nix. Let's hope that is less invasive than devenv.
Thus far it's not very nice, it install stuff on the background ( a systemd daemon that listens for change ) of which you have no idea when its done.
-TIL: gitlab ci job can specify `resource_group` to make it mutually exclusive with other jobs that have this resource group. \ No newline at end of file