diff options
Diffstat (limited to 'ansible/setup-gsm-tester.md')
-rw-r--r-- | ansible/setup-gsm-tester.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ansible/setup-gsm-tester.md b/ansible/setup-gsm-tester.md new file mode 100644 index 0000000..47c479a --- /dev/null +++ b/ansible/setup-gsm-tester.md @@ -0,0 +1,21 @@ +# Setup the osmo-gsm-tester + +The playbook `setup-gsm-tester.yml` setup a full working osmo-gsm-tester. + +# Requirements + +The remote host needs to be added to the `hosts` file under the section `osmo-gsm-tester`. +It also needs to install python and have the **contrib non-free** repositories enabled in `/etc/apt/sources.list`. + +## 3rd party firmware + +To have the non-free gobi firmware installed, those files must be placed +files/gobi/UQCN.mbn +files/gobi/amss.mbn +files/gobi/apps.mbn + + +# Steps after the playbook ran + +The jenkins user needs to know the ssh-keys of all BTS which get accessed via ssh. +E.g. the gsm-tester is connecting to a sysmobts via ssh. |