aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/gsm-tester/tasks/main.yml
AgeCommit message (Collapse)AuthorFilesLines
2022-08-13update git URLs (git -> https; gitea/gerrit)Harald Welte1-2/+2
Unencrypted git:// protocol offers no integrity or authentication, making it subject to tampering. Use https:// instead. https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git https://blog.readthedocs.com/github-git-protocol-deprecation/ Change-Id: Ia44e4127ff87a3d4d747225d3258188a0a891f1b
2022-06-29ansible/gsm-tester: use debian's soapysdr-module-lms7Oliver Smith1-1/+1
Same reasoning as in docker-playground Ie2408258eda407d9db6c2f0f5fbe475861756778. Change-Id: I957dc42df640e513554f54e597a12df05e0fd740
2021-05-17some more git.sysmocom.de https (+path) changes due to gitea migrationHarald Welte1-1/+1
Change-Id: Ie1599b356932ffa83d70e08b96179b7ca4909b14
2021-03-08ansible: fix apt deprecation warning about loopsOliver Smith1-76/+67
Fix deprecation warnings like the following: [DEPRECATION WARNING]: Invoking "apt" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying `name: "{{ item }}"`, please use `name: ['libjansson-dev', 'libulfius-dev']` and remove the loop. This feature will be removed in version 2.11. Related: OS#5055 Change-Id: I57b9ce690e8167249468954f3e62d14c7a92fcfc
2020-11-17ansible: ogt: Install new dependency python3-watchdogPau Espin Pedrol1-0/+1
As of osmo-gsm-tester.git Change-Id I938602ee890712fda82fd3f812d8edb1bcd05e08, python3-watchdog is required. Change-Id: I35026e82b255cd4e06b4211c4829cd12be59976e
2020-06-25ansible/gsm-tester: Install patchelf 0.11 on PATHPau Espin Pedrol1-8/+8
We used to install patchelf 0.10 in a specific path to only use it for some binaries which had bugs with patchelf 0.9 (and other binaries had bugs with 0.10, so we couldn't use 0.10 for all binaries and hence put it in binary). However, 0.11 is fixing both issues so we can use it in all cases, hence we can put it in PATH (/usr/local/bin). Related: OS#4389 Change-Id: Ica30807ecab7b60daee31fe7824b7c848d20c904
2020-04-17ansible: gsm-tester: Add dependency python3-websocketPau Espin Pedrol1-0/+1
osmo-gsm-tester needs it in rfemu_amarisoftctrl.py to connect to Amarisoft CTRL interface (which is implemented through a websocket). Change-Id: Iab03cfdcfb1c197ae002d95e0bb56d86e0aac97b
2020-04-10ansible: gsm-tester: Intall dbus policy file from git repoPau Espin Pedrol1-8/+9
Since osmo-gsm-tester.git I17ee94b175deb88faff71e7788c482093693f8a8, the file is available in the repository, so let's simply install it from there. Change-Id: Icb4827c4126c997633e23e4d778ff9b1a1836322
2020-04-06ansible: ogt: Create target amarisoft dirs in slavesPau Espin Pedrol1-0/+3
Change-Id: Idd013ac01db545771217808e458e916900fe89a1
2020-03-02ansible: gsm-tester: Install osmo-gsm-tester dependency python3-numpyPau Espin Pedrol1-0/+1
Change-Id: I1a162607288a50d2376c4ed7760a8e6fb07f6a89
2020-02-21ansible: gsm-tester: add jenkins user to osmo-gsm-tester group on slavesPau Espin Pedrol1-3/+14
Change-Id: Id5a06c19a4341311a86b87e3e9ac23d3656909b9
2020-02-21ansible: gsm-tester: Create remote rundir directoriesPau Espin Pedrol1-0/+16
These directories are needed by osmo-gsm-tester to copy in some binaries and helper files required in the remote run node. Change-Id: I802bdcc79e7787052364f6518e868d741cb040ac
2020-02-21ansible: gsm-tester: Use file module instead of manual mkdirPau Espin Pedrol1-2/+6
From ansible: [WARNING]: Consider using the file module with state=directory rather than running 'mkdir'. Change-Id: I2c541878033360a9d427d13b62c1cc075d5f92b7
2020-02-21ansible: gsm-tester: Install patchelf's build dep autoconfPau Espin Pedrol1-0/+9
Change-Id: Ibe0e9b10d87c3630e2f12c9c32196e26213530ca
2020-02-21ansible: gsm-tester: Allow install srs related packages in UbuntuPau Espin Pedrol1-1/+18
Change-Id: I3fdf2f4f390d27c53f073b38c1716da07f933b6d
2020-02-21ansible: gsm-tester: add some tags to tasksPau Espin Pedrol1-9/+88
Change-Id: I1fe26d519d4d63d4bef33c1db2abf98a40913f98
2020-02-17ansible: gsm-tester: Install correct version of Soapdysdr lms module for srsLTEPau Espin Pedrol1-0/+1
At runtime, srsLTE expects that newer version of the module instead of old 0.5.2 one. Change-Id: I1a66a1c4ba819c6c4887facc99045d099f2ccc53
2020-02-13ansible: Install libsoapysdr-dev as dependency for srsLTEPau Espin Pedrol1-0/+1
srsLTE supports using LimeSDR devices through SoapySDR. Change-Id: Idd8baf934cb9245e0f897e84754905172b659e40
2020-02-11gsm-tester: Install helper scripts and sudoers.d files from git repoPau Espin Pedrol1-49/+25
Let's avoid duplicating and having to add manually the files here every time a new helper is required by osmo-gsm-tester. Change-Id: Ibbdd291f4c3f7aecdd5118cc2b3b35edaddf7c09
2020-02-11gsm-tester: Manual build and install of patchelf v0.10Pau Espin Pedrol1-0/+25
Due to [1], we require both debian9 patchelf v0.9 and v0.10 to be available and used by osmo-gsm-teser depending on the binary to be patched. [1] https://github.com/NixOS/patchelf/issues/192 Related: OS#4389 Change-Id: I28825d723b85900fb51cc5b8a9d14c6ef346e667
2020-02-03ansible: gsm-tester: Add missing dep python3-setuptoolsPau Espin Pedrol1-0/+1
That's required when building python modules with pip. Change-Id: I80785a4061e91126092a04080a2c9fdb288be49a
2020-01-29ansible: mdbus2 is not nowadays available on Debian10Pau Espin Pedrol1-1/+8
Change-Id: I0eb2ed28d9e3bc9054ffeb81c9e6fb5428af5bfb
2020-01-29ansible: gsm-tester: Install srsLTE dependenciesPau Espin Pedrol1-0/+14
Change-Id: Ia6804d0d0c40ad2ebe8a09b0861f14f15578a834
2019-11-27ansible: Fix several file permission mask formatPau Espin Pedrol1-5/+5
From ansible documentation [1]: """ For those used to /usr/bin/chmod remember that modes are actually octal numbers. You must either add a leading zero so that Ansible's YAML parser knows it is an octal number (like 0644 or 01777) or quote it (like '644' or '1777') so Ansible receives a string and can do its own conversion from string into number. Giving Ansible a number without following one of these rules will end up with a decimal number which will have unexpected results. """ [1] https://docs.ansible.com/ansible/latest/modules/template_module.html?highlight=template Change-Id: I91008927c50016a837420c4249b5f69b9153572e
2019-04-04ansible: gsm-tester: Install osmo-gsm-tester_netns_setup.shPau Espin Pedrol1-0/+13
Change-Id: Iaa8802b86429abfaf84fc0f20bd207737dbc9812
2019-04-03ansible: osmo-gsm-tester: Make modem net ifaces persistentPau Espin Pedrol1-0/+12
Currently ofono doesn't catch network interface renaming (takes the name at ofono startup time). If a modem crashes, its net iface is unregistered and registered again, and it can happen that the new name is not the same as before (for instance, wwan8->wwan0 if wwan0 is located on another netns). These udev rules allow creating persistent unique names to prevent modem crashes resulting on interface name changing. dhcpcd is known to race against udev when managing dev interfaces, bringing them up before udev sometimes, and then udev is unable to rename it. By denying dhcpcd from managing modem ifaces (ww* and r* according to kernel/our rules), we get rid of this issue. Related: OS#3881 Change-Id: Ic3ef75285aa84f9aa606562cd2f6166de186c1a6
2018-12-28gsm_tester: Add lua-socket dependency used by the scriptsHolger Hans Peter Freyther1-0/+1
Change-Id: Iea51362a592c5b42413cb6d72677d01a0e357555
2018-12-28gsm-tester: Install liblua5.3-dev as mobile dependencyHolger Hans Peter Freyther1-0/+1
Change-Id: I188361cceacde60b9b0b954549d63a34ba81646a
2018-10-26ansible: ogt: install udhcpc and iperf3Pau Espin Pedrol1-0/+2
These tools are used during gprs data plane setup and performance testing. Change-Id: I5beddd74fca726c5ea2c9527836a9f50d92b4ce8
2018-10-26ansible: ogt: Deploy osmo-gsm-tester_netns_exec.shPau Espin Pedrol1-0/+13
Related: OS#2308 Change-Id: I587dd5630b211a906351f064c718f8f4c5fe6273
2018-10-09ansible: Install liblimesuite-dev and setup limesdr rights in gsm-testerPau Espin Pedrol1-0/+6
Change-Id: I7fafae340221cac63e33bccabcce6fd8f4385514
2018-06-07ansible: gsm-tester: add udev rule to allow jenkins to access sispm devicesAlexander Couzens1-0/+6
Change-Id: Idd0426a8130046e7aacc02421440eb403bd88888
2018-06-07ansible: gsm-tester: add missing python dependenciesAlexander Couzens1-0/+2
Change-Id: I0871df95a968f8f9e9318882c5397a16cba1814a
2018-06-07ansible: gsm-tester: only check once the apt freshnessAlexander Couzens1-10/+6
Change-Id: I40462fed216b1c0844a41172001dd2aaf8a8d04c
2018-05-24ansible: gsm-tester: add jenkins to the dialout groupAlexander Couzens1-0/+1
To access tty* Change-Id: Icc7b3fa9ca7c14360d78069d8d42e6039afda32b
2018-04-11ansible: gsm-tester: install sispmctl to control usb power socketsAlexander Couzens1-0/+4
Change-Id: Ie1af197d4b24e25196e10d2afa3ab8eea73ad729
2018-03-16add ansible playbooksAlexander Couzens1-0/+244
Introduce playbooks to do: - setup-jenkins-slave - setup a usualy or special jenkins-slave - setup-gsm-tester - setup the gsm-tester Change-Id: I7007a4e6c38f73843390ec2b3b91133aff21e36a