X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openmanod.cfg;h=e4dc4e1d58a1d8108e51b456486a8ca9792a697c;hb=6460dfae2ad09b62ba0078eacea293ebf7bd6742;hp=6328bdfdd0537654ca376ab7b9c6e1e03df415a0;hpb=72f35a5dba42614f1d2287217e2c697f8428e5a1;p=osm%2FRO.git diff --git a/openmanod.cfg b/openmanod.cfg index 6328bdfd..e4dc4e1d 100644 --- a/openmanod.cfg +++ b/openmanod.cfg @@ -28,6 +28,12 @@ http_port: 9090 # General port (by default, 9090) #http_admin_port: 9095 # Admin port where openmano is listening (when missing, no administration server is launched) # Not used in current version! +#Parameters for a VIM console access. Can be directly the VIM URL or a proxy to offer the openmano IP address +#http_console_proxy: False #by default True. If False proxy is not implemented and VIM URL is offered. It is + #assumed then, that client can access directly to the VIMs +#http_console_host: #by default the same as 'http_host'. However is openmano server is behind a NAT/proxy + #you should specify the public IP used to access the server. Also when 'http_host' is + #0.0.0.0 you should specify the concrete IP address (or name) the server is accessed # Ports to be used. Comma separated list. Can contain a {"from":, "to":} entry #e.g. from 9000 to 9005: [{"from":9000, "to":9005}], or also [9000,9001,9002,9003,9004,9005] #e.g. from 9000 to 9100 apart from 9050,9053: [{"from":9000, "to":9049},9051,9052,{"from":9054, "to":9099}]