[MERGED] osmo-ci[master]: ansible: gsm-tester-bts: install ip.access dependencies

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Apr 11 21:28:32 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: ansible: gsm-tester-bts: install ip.access dependencies
......................................................................


ansible: gsm-tester-bts: install ip.access dependencies

Change-Id: I47f578c4b9bb7b1dc81ccf93a7e82a335f6968a2
---
A ansible/roles/gsm-tester-bts/README.md
A ansible/roles/gsm-tester-bts/tasks/main.yml
2 files changed, 17 insertions(+), 0 deletions(-)

Approvals:
  lynxis lazus: Verified
  Pau Espin Pedrol: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved



diff --git a/ansible/roles/gsm-tester-bts/README.md b/ansible/roles/gsm-tester-bts/README.md
new file mode 100644
index 0000000..161d0c7
--- /dev/null
+++ b/ansible/roles/gsm-tester-bts/README.md
@@ -0,0 +1,3 @@
+# gsm-tester-bts
+
+Install and configure to use certain bts'.
diff --git a/ansible/roles/gsm-tester-bts/tasks/main.yml b/ansible/roles/gsm-tester-bts/tasks/main.yml
new file mode 100644
index 0000000..4430a01
--- /dev/null
+++ b/ansible/roles/gsm-tester-bts/tasks/main.yml
@@ -0,0 +1,14 @@
+---
+- name: gsm-tester-bts | update apt-cache
+  apt:
+    cache_valid_time: 3600
+    update_cache: yes
+
+- name: gsm-tester-bts | ip.access install apt dependencies
+  apt:
+    name: python3-usb
+
+- name: gsm-tester-bts | ip.access install pip3 dependencies
+  pip:
+    name: pysispm
+    executable: pip3

-- 
To view, visit https://gerrit.osmocom.org/7737
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I47f578c4b9bb7b1dc81ccf93a7e82a335f6968a2
Gerrit-PatchSet: 3
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>



More information about the gerrit-log mailing list