Commit dbc8aef0 authored by Joanne Hugé's avatar Joanne Hugé

playbook/ors: don't init sdr in playbook

init-sdr and init-enb scripts should be ran by slapos. That way if eNB
and gNB services are stopped in slapos sdr driver will not be loaded,
which allows to use lte stack manually without interference.
parent ba18a2d3
......@@ -56,14 +56,6 @@
copy: src=init-enb dest=/opt/amarisoft owner=root mode=770
when: opt_amarisoft.stat.exists
- name: Init SDR
script: "/opt/amarisoft/init-sdr"
when: opt_amarisoft.stat.exists
- name: Init eNB
script: "/opt/amarisoft/init-enb"
when: opt_amarisoft.stat.exists
- name: Check if Service Exists
stat: path=/etc/init.d/init-sdr
register: init_sdr_service
......
fcbb3241e80b1fc720c3ead9e551056c40573fac6d94e4f57cc5ea141dff2e91 -
79df5c1603ca278c487ba9eb5ad2815ed4be2ae916989c33e37163228986da47 -
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment