From c04528cb1fabe970f7ac28ca98fcfbfbc9e9c41f Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 1 Apr 2020 13:55:51 +0200 Subject: Make amarisoft license server optional * Since license_server_addr logic is generic among all amarisoft software, let's move it to its own config category "amarisoft", which all amarisoft classes (amarisoft_{enb,epc}.py as of now) will import during configure(). * The license server is disabled by default (value 0.0.0.0) since the usual case is to have a license in the local system. * the license server can be enabled using scenario cfg-amarisoft-license@A.B.C.D where A.B.C.D is the address to use. Change-Id: Id5456ad9497e91370857b80ff9a389111d3611ff --- example/scenarios/cfg-amarisoft-license@.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 example/scenarios/cfg-amarisoft-license@.conf (limited to 'example/scenarios/cfg-amarisoft-license@.conf') diff --git a/example/scenarios/cfg-amarisoft-license@.conf b/example/scenarios/cfg-amarisoft-license@.conf new file mode 100644 index 0000000..3e4813b --- /dev/null +++ b/example/scenarios/cfg-amarisoft-license@.conf @@ -0,0 +1,3 @@ +config: + amarisoft: + license_server_addr: ${param1} -- cgit v1.2.3