[MERGED] osmo-ci[master]: ansible: gsm-tester: install sispmctl to control usb power s...

2018-04-11 Thread Harald Welte
Harald Welte has submitted this change and it was merged.

Change subject: ansible: gsm-tester: install sispmctl to control usb power 
sockets
..


ansible: gsm-tester: install sispmctl to control usb power sockets

Change-Id: Ie1af197d4b24e25196e10d2afa3ab8eea73ad729
---
M ansible/roles/gsm-tester/tasks/main.yml
1 file changed, 4 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/tasks/main.yml 
b/ansible/roles/gsm-tester/tasks/main.yml
index b6de075..f7eb1ee 100644
--- a/ansible/roles/gsm-tester/tasks/main.yml
+++ b/ansible/roles/gsm-tester/tasks/main.yml
@@ -242,3 +242,7 @@
   copy:
 content: "maxsize 10M"
 dest: /etc/logrotate.d/maxsize
+
+- name: install sispmctl (usb power socket)
+  apt:
+name: sispmctl

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie1af197d4b24e25196e10d2afa3ab8eea73ad729
Gerrit-PatchSet: 3
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-Reviewer: lynxis lazus 


osmo-ci[master]: ansible: gsm-tester: install sispmctl to control usb power s...

2018-04-11 Thread lynxis lazus

Patch Set 2: Verified+1

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie1af197d4b24e25196e10d2afa3ab8eea73ad729
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-Reviewer: lynxis lazus 
Gerrit-HasComments: No


osmo-ci[master]: ansible: gsm-tester: install sispmctl to control usb power s...

2018-04-10 Thread Harald Welte

Patch Set 2: Code-Review+2

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie1af197d4b24e25196e10d2afa3ab8eea73ad729
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-HasComments: No


osmo-ci[master]: ansible: gsm-tester: install sispmctl to control usb power s...

2018-04-10 Thread Pau Espin Pedrol

Patch Set 1: Code-Review+1

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie1af197d4b24e25196e10d2afa3ab8eea73ad729
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-HasComments: No


[PATCH] osmo-ci[master]: ansible: gsm-tester: install sispmctl to control usb power s...

2018-04-10 Thread lynxis lazus

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

ansible: gsm-tester: install sispmctl to control usb power sockets

Change-Id: Ie1af197d4b24e25196e10d2afa3ab8eea73ad729
---
M ansible/roles/gsm-tester/tasks/main.yml
1 file changed, 4 insertions(+), 0 deletions(-)


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

diff --git a/ansible/roles/gsm-tester/tasks/main.yml 
b/ansible/roles/gsm-tester/tasks/main.yml
index b6de075..f7eb1ee 100644
--- a/ansible/roles/gsm-tester/tasks/main.yml
+++ b/ansible/roles/gsm-tester/tasks/main.yml
@@ -242,3 +242,7 @@
   copy:
 content: "maxsize 10M"
 dest: /etc/logrotate.d/maxsize
+
+- name: install sispmctl (usb power socket)
+  apt:
+name: sispmctl

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie1af197d4b24e25196e10d2afa3ab8eea73ad729
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus