Closed juztas closed 4 months ago
https://github.com/sdn-sense/siterm/issues/495 - intf_max was deleted and now it looks at 2 parameters under bwParams: maximumCapacity and reservedCapacity
https://github.com/sdn-sense/siterm-startup/commit/c17e75711e08de684f29b123eff46fd43992e608 - added restart always for docker containers (so it restarts after reboot)
https://github.com/sdn-sense/siterm/issues/483 - adds liveness, readiness, and ansible tester - need to document their behavior and how to use them.
https://github.com/sdn-sense/siterm/issues/483 - Liveness and Readiness probes (3 failures, every 60sec).
For helm update - helm repo update siterm-agent
Latest version: 1.1.2
enp65s0f1:
kubeLabels:
isAlias: 'nautilus.io/SenseIsAlias'
multus: 'nautilus.io/multus'
isAlias - pointer to interface isAlias, e.g. SiteRM will look for nautilus.io/SenseIsAlias.<interface_name>
. Note: Due to Kubernetes not allowing use of : inside value - replace all :
with --
multus - true/false - if multus is supported (future implementations plan to use Distributed clusters and network controls)
NOTE: To use Kubernetes labels, service account, on which sitermagent is deployed, must have ClusterRole to 'get', 'list' nodes in apiGroup: "" Helm chart 1.1.2 includes automatically creating ClusterROle and ClusterRoleBindings (https://github.com/sdn-sense/helm-siterm-agent/commit/9511939f746c2a26759e23f34a7e3ada1327728c
)
metadata:
xrootd:
"2605:d9c0:2:fff1::/64": "redir-01.sdn-lb.ultralight.org:1094"
"2605:d9c0:2:fff2::/64": "redir-02.sdn-lb.ultralight.org:1094"
"2605:d9c0:2:fff3::/64": "redir-03.sdn-lb.ultralight.org:1094"
b) SiteRM Agent exposes any metadata from configuration parameters, and nodeExporter - if it is enabled at site.
general:
metadata:
multus:
enabled: true
Debug Service in case failed - restart until runtime requested;
Document ssh_common_args parameter for ansible: https://github.com/sdn-sense/siterm/issues/517
Helm SiteFE templates released and dev instance installed: https://github.com/sdn-sense/siterm/issues/248
Need to add documentation for this.
mysql -u root
use sitefe;
alter table deltas drop column reduction;
alter table deltas drop column addition;
alter table deltas drop column reductionid;
alter table deltas drop column connectionid;
commit;
exit;
SNMP Support IPv6 address for querying devices: https://github.com/sdn-sense/siterm/pull/551
New Service DBWorker, separated from lookupservice to inform faster about accept/reject of delta: https://github.com/sdn-sense/siterm/pull/554
helm charts (FE and Agent) support affinity and default image deployments same as helm charts version. https://github.com/sdn-sense/helm-siterm-agent/commit/2a713c6628c11d5829dc9b0a585b609a1bdb0d09 and https://github.com/sdn-sense/helm-siterm-fe/commit/235e2230d1860eb5c1e6813b1ec59d1d7cdcb0ae
helm charts minimized: https://github.com/sdn-sense/helm-siterm-agent/commit/f8dacf54bfa7140c8718d45755d93c8ef8b8ebc0 https://github.com/sdn-sense/helm-siterm-fe/commit/bbc4442962dc5b22e671f4905f386811a77d84fa
helm charts use default cpu/mem request/limit: https://github.com/sdn-sense/helm-siterm-agent/commit/4be70a08b6c7815d628fa0f54a299a05e1e6318b https://github.com/sdn-sense/helm-siterm-fe/commit/605fb3c8b3cce199e590608a0014dbf98c6483ef
Documentation updated: https://sdn-sense.github.io/ Release nodes ready - will be released tomorrow.
Release done: https://github.com/sdn-sense/siterm/releases/tag/1.4.6
https://github.com/sdn-sense/siterm/issues/490 - siterm allows now to add a new file into configuration directory per fe, e.g.
auth-re.yaml
- which is used for regular expression matching of full dn. Need to document this new feature.