Gerrit id-7270 Enhancing NBI to define APIs for metric collection
[osm/NBI.git] / osm_nbi / nbi.cfg
index d01aca9..9f0eaa4 100644 (file)
@@ -65,6 +65,10 @@ name: "osm"
 # password: "password"
 # commonkey: "commonkey"
 
 # password: "password"
 # commonkey: "commonkey"
 
+[prometheus]
+host: "prometheus"         #hostname or IP
+port: 9090
+
 loglevel:  "DEBUG"
 #logfile: /var/log/osm/nbi-database.log
 
 loglevel:  "DEBUG"
 #logfile: /var/log/osm/nbi-database.log
 
@@ -90,3 +94,7 @@ group_id: "nbi-server"
 
 [authentication]
 backend: "internal"
 
 [authentication]
 backend: "internal"
+
+[rbac]
+#resources_to_operations: "resources_to_operations.yml"
+#roles_to_operations: "roles_to_operations.yml"