sdn-sense / siterm

Apache License 2.0
3 stars 5 forks source link

Agent identify remote isAlias based on kubernetes labels #491

Closed juztas closed 4 months ago

juztas commented 4 months ago

There seems to be a need of few labels:

multus=true # which indicates that node has multus available;
nsi=enp1s0:urn:ogf:network:smart.net:2014 # which points to a specific nsi endpoint and is Alias (so we can map it back to specific endpoint)
juztas commented 4 months ago

3 nodes at UCSD have multus label (and those nodes are connected to Caltech SiteRM on Z9100)

k8s-ceph-01.ultralight.org                    Ready                         <none>           659d     v1.26.11
k8s-gen4-07.ultralight.org                    Ready                         <none>           3y20d    v1.26.11
k8s-nvme-01.ultralight.org                    Ready                         <none>           3y270d   v1.26.11
juztas commented 4 months ago

Added here: https://github.com/sdn-sense/siterm/pull/510

juztas commented 4 months ago

New release added and 3 PRP nodes connected - up/down works and keeps same unique uuid for labeling.