Change in osmo-ci[master]: ansible: gsm-tester-bts: remove role prefix in names

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 Jun 5 16:59:34 UTC 2018


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/9461


Change subject: ansible: gsm-tester-bts: remove role prefix in names
......................................................................

ansible: gsm-tester-bts: remove role prefix in names

The role is prefixed anyway by newer ansible's. No need
to manual add it

Change-Id: I4ef16b2e9ab594dd0f76baf43979e73b51282c14
---
M ansible/roles/gsm-tester-bts/tasks/main.yml
1 file changed, 9 insertions(+), 9 deletions(-)



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

diff --git a/ansible/roles/gsm-tester-bts/tasks/main.yml b/ansible/roles/gsm-tester-bts/tasks/main.yml
index a08670a..37d3139 100644
--- a/ansible/roles/gsm-tester-bts/tasks/main.yml
+++ b/ansible/roles/gsm-tester-bts/tasks/main.yml
@@ -1,19 +1,19 @@
 ---
-- name: gsm-tester-bts | update apt-cache
+- name: update apt-cache
   apt:
     cache_valid_time: 3600
     update_cache: yes
 
-- name: gsm-tester-bts | ip.access install apt dependencies
+- name: ip.access install apt dependencies
   apt:
     name: python3-usb
 
-- name: gsm-tester-bts | ip.access install pip3 dependencies
+- name: ip.access install pip3 dependencies
   pip:
     name: pysispm
     executable: pip3
 
-- name: gsm-tester-bts | usrp install apt dependecies
+- name: usrp install apt dependecies
   apt:
     name: "{{ item }}"
     cache_valid_time: 3600
@@ -23,30 +23,30 @@
     - uhd-host
   register: uhd_installed
 
-- name: gsm-tester-bts | usrp download firmware
+- name: usrp download firmware
   command: uhd_images_downloader
   args:
     creates: /usr/share/uhd/images
   when: uhd_installed | changed
 
-- name: gsm-tester-bts | usrp allow jenkins to access
+- name: usrp allow jenkins to access
   user:
     name: jenkins
     groups: usrp
     append: yes
 
-- name: gsm-tester-bts | add apt-key of OBS network:osmocom:nightly
+- name: add apt-key of OBS network:osmocom:nightly
   apt_key:
     data: "{{ lookup('file', 'Release.key') }}"
     state: present
 
-- name: gsm-tester-bts | add apt-repo of OBS network:osmocom:nightly
+- name: add apt-repo of OBS network:osmocom:nightly
   apt_repo:
     name: obs_network_osmocom_latest
     repo: "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_{{ ansible_distribution_major_version }}.0/ ./"
     update_cache: yes
 
-- name: gsm-tester-bts | install osmocom utilities
+- name: install osmocom utilities
   apt:
     name: "{{ item }}"
   with_items:

-- 
To view, visit https://gerrit.osmocom.org/9461
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ef16b2e9ab594dd0f76baf43979e73b51282c14
Gerrit-Change-Number: 9461
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180605/5496a839/attachment.htm>


More information about the gerrit-log mailing list