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

laforge gerrit-no-reply at lists.osmocom.org
Fri Feb 21 20:09:12 UTC 2020


laforge has submitted this change. ( 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(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Verified



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: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200221/4f7abb6e/attachment.htm>


More information about the gerrit-log mailing list