summaryrefslogtreecommitdiff
path: root/daily/archive/22-Apr-2025.md
blob: 192eebea2c2560f8424536b8bafb6d355977ff95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
octavia ovn provider memory leak; found [bug report](https://bugs.launchpad.net/neutron/+bug/2065460) which looks very promising. Trying to patch the driver with this patchset to see if we can fix it.


# Interview Ali met Erik
Maand opzegtermijn, geen haast.

Noemt control plane services
- keystone users projects
werkt voor leaseplan, reason layoff

migratie workflow:
- legacy cluster

Live migration, ceph shared, kan geen manier vinden om storage zonder intermediate host te migreren.

Knows how live migration work.

Explanation OpenStack, trace server create call:
- keystone, service catalog, token
- nova api, nova scheduler, nova conductor
	- doesnt know individual, whole schedules server
	- nova libvirt talks libvirt, creates vm
	- host aggregates mentioned + flavor extra specs
		- vm calls metadata @ 169.169... mentioned
			- cloud-init
- nova wants port -> rabbit -> neutron
- neutron api, ovn controller
	- ovn northd, nb, sb
	- neutron ml2 plugin translates neutron to ovn nb
	- northd translates nb to sb
	- ovn controller reads sb and translate to ovs on compute
- glance image