Change in osmo-ci[master]: ansible: gsm-tester: Allow install srs related packages in Ubuntu

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/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Feb 17 12:04:01 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/17199 )


Change subject: ansible: gsm-tester: Allow install srs related packages in Ubuntu
......................................................................

ansible: gsm-tester: Allow install srs related packages in Ubuntu

Change-Id: I3fdf2f4f390d27c53f073b38c1716da07f933b6d
---
M ansible/roles/gsm-tester/tasks/main.yml
1 file changed, 18 insertions(+), 1 deletion(-)



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

diff --git a/ansible/roles/gsm-tester/tasks/main.yml b/ansible/roles/gsm-tester/tasks/main.yml
index 1492305..97ce7e2 100644
--- a/ansible/roles/gsm-tester/tasks/main.yml
+++ b/ansible/roles/gsm-tester/tasks/main.yml
@@ -49,7 +49,7 @@
     - ofono
     - modem
 
-- name: install srsLTE runtime dependencies
+- name: install srsLTE build-only dependencies
   apt:
     name: "{{ item }}"
   with_items:
@@ -63,7 +63,24 @@
     - libuhd-dev
     - libczmq-dev
     - libsoapysdr-dev
+  tags:
+    - srs
+
+- name: install srsLTE runtime extra dependencies (Debian)
+  apt:
+    name: "{{ item }}"
+  with_items:
     - soapysdr0.7-module-lms7
+  when: ansible_distribution == 'Debian'
+  tags:
+    - srs
+
+- name: install srsLTE runtime extra dependencies (Ubuntu)
+  apt:
+    name: "{{ item }}"
+  with_items:
+    - soapysdr0.6-module-lms7
+  when: ansible_distribution == 'Ubuntu'
   tags:
     - srs
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/17199
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I3fdf2f4f390d27c53f073b38c1716da07f933b6d
Gerrit-Change-Number: 17199
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200217/a4c835f9/attachment.htm>


More information about the gerrit-log mailing list