1. 26 Apr, 2024 1 commit
  2. 19 Apr, 2024 2 commits
    • Joanne Hugé's avatar
      roles/amarisoft-upgrade: add role to upgrade amarisoft binaries · 78e4686d
      Joanne Hugé authored
      This role makes a request to shacache to check if new amarisoft
      binaries are available. If there are and if the license on the
      machine allows it the binaries will be downloaded and decrypted
      using the server's private key in /opt/private-key.
      The binaries will then be installed in
      /opt/amarisoft/vYYYY-MM-DD, to be used with ors-amarisoft
      software release.
      78e4686d
    • Joanne Hugé's avatar
      roles/generate-key: add role to generate private key for ORS · 1f1f5c60
      Joanne Hugé authored
      This will generate a key pair in /opt/private-key.
      The public key will then be published in ansible report to
      the slapos monitoring service running on the machine.
      This private key will be used to decrypt encrypted
      data uploaded on shacache.
      1f1f5c60
  3. 10 Apr, 2024 1 commit
  4. 27 Mar, 2024 1 commit
  5. 22 Mar, 2024 1 commit
  6. 21 Mar, 2024 2 commits
  7. 20 Mar, 2024 1 commit
  8. 15 Mar, 2024 1 commit
  9. 13 Mar, 2024 1 commit
  10. 16 Feb, 2024 2 commits
  11. 15 Feb, 2024 2 commits
  12. 13 Feb, 2024 2 commits
  13. 24 Jan, 2024 1 commit
  14. 23 Jan, 2024 1 commit
    • Joanne Hugé's avatar
      ors-image-backports: set MTU to 1500 on lo · 31ba3812
      Joanne Hugé authored
      When using IPv6 between gNB and MME on different
      ORS, TCP throughput between phones with MTU 1500
      and ORS is very bad.
      Setting MTU to 1500 on lo (where the eNB / MME GTP
      addresses are) fixes the issue.
      31ba3812
  15. 10 Jan, 2024 1 commit
  16. 03 Jan, 2024 2 commits
  17. 14 Dec, 2023 1 commit
  18. 25 Oct, 2023 1 commit
  19. 23 Oct, 2023 3 commits
  20. 20 Oct, 2023 1 commit
  21. 19 Oct, 2023 3 commits
  22. 11 Oct, 2023 2 commits
    • Thomas Gambier's avatar
      playbook: remove rsyslogd special config · 6a9c7891
      Thomas Gambier authored
      This config was sending all logs to localhost:42185 in UDP but nothing
      was listening on this port (it was supposed to be fluentd to aggregate
      logs in Wendelin).
      
      This was actually creating a weird scenario where qemu was temporarily
      listening on UDP on localhost:42185 and receive the packet from
      rsyslogd (which was transmitted to the guest machine and considered a
      martian packet there)
      6a9c7891
    • Joanne Hugé's avatar
      playbook/ors: don't remove ifupdown with package role · 46eb9c6d
      Joanne Hugé authored
      Otherwise if playbook stops after removing ifupdown
      then the ORS becomes unreachable because ors-image-backports
      playbook might not get executed properly to configure
      systemd-networkd
      46eb9c6d
  23. 10 Oct, 2023 2 commits
  24. 05 Oct, 2023 5 commits