-
The diagram in section 3.1 ([link](https://github.com/cntt-n/CNTT/blob/master/doc/ref_model/chapters/chapter03.md#31-model)) suggests that the "management software" is part of the NFVI. Is this not th…
-
Working to produce some packet loss to check the violation of the metric. Maybe implement another API in the NS to put the value of this metric in SNMP manager. Open an issue to discuss the best appro…
-
-
Deploy a static VNF/NS using tng-bench. We do not need to create and run any benchmarking tests now, deploying a static VNFD and NSD file and destroying the VNF after tng-bench finishes running.
-
Analyze machine data on a random basis, based on result execute immediate actions.
Leverage Grafana to build dashboards with nice graphs and alerts for the EAE: https://github.com/sonata-nfv/tng-in…
-
In our VNFs we are returning some numeric SNMP values as STRING since it the format provided by default by the EXTEND-MIB variables.
```
ubuntu@wac-vnf:~$ snmpwalk -v 3 -l authPriv -u "quobis" -a…
-
The RP must return the value of a SNMP variable with the total number of WAC instances. The RP is the right VNF to control this as each VNF-WAC must be provisioned in the right upstream group.
-
I am trying to make https and https redirect work with ingress, however to no avail since quiet sometime now. My ingress rule is as follows:
```yml
apiVersion: extensions/v1beta1
kind: Ingress
met…
-
Automatically generate Python class of YANG model using `make` in [this folder](https://github.com/raphaelvrosa/vnf-bench-model/tree/master/vnf-br/yang/vnfbd).
The result of this is [vnf_bd.py](https…
-
Hi, how can i load xkt from
axios.get("./models/xkt/duplex/Part_1.ifc.xkt").then(response => {
response.data // Doesn't working.
let mechanical = xktLoader.load({
id: index + "",
…