[PATCH] 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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Apr 10 16:29:23 UTC 2018


Review at  https://gerrit.osmocom.org/7737

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/37/7737/1

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: newchange
Gerrit-Change-Id: I47f578c4b9bb7b1dc81ccf93a7e82a335f6968a2
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>



More information about the gerrit-log mailing list