Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
onos> openstack-sync-rules
Successfully requested re-installing flow rules.


OpenstackTelemetry Commands

telemetry-configs

Lists up existing telemetry configurations from pre-defined XML.

Code Block
onos> telemetry-configs
Name                          Type           Enabled        Manufacturer                  swVersion
tina-kafka-exporter           KAFKA          PENDING        SK Telecom                    1.0
rest-connector                REST           DISABLED       N/A                           1.0
sona-influxdb-connector-1     INFLUXDB       DISABLED       SK Telecom                    1.0
sona-influxdb-connector-2     INFLUXDB       DISABLED       SK Telecom                    1.0
sona-prometheus-exporter      PROMETHEUS     DISABLED       SK Telecom                    1.0

telemetry-config

Shows the detailed telemetry configuration with the given configuration name.

Code Block
onos> telemetry-config sona-influxdb-connector-1                                         
                  address : 127.0.0.1
                 database : ost
              enableBatch : true
              measurement : sonaflow
                 password : onos
                     port : 8086
                 username : onos

telemetry-enable

Activates a telemetry service with the given telemetry name. Note that, the activation can be failed due to connectivity issue, and the service activation results will be signified using service Status.

Code Block
onos> telemetry-enable tina-kafka-exporter                                               
Successfully enabled telemetry service tina-kafka-exporter!


onos> telemetry-configs
Name                          Type           Enabled        Manufacturer                  swVersion
tina-kafka-exporter           KAFKA          ENABLED        SK Telecom                    1.0
rest-connector                REST           DISABLED       N/A                           1.0
sona-influxdb-connector-1     INFLUXDB       DISABLED       SK Telecom                    1.0
sona-influxdb-connector-2     INFLUXDB       DISABLED       SK Telecom                    1.0
sona-prometheus-exporter      PROMETHEUS     DISABLED       SK Telecom                    1.0

telemetry-disable

Deactivates a telemetry service with the given telemetry name. Note that, the deactivation can be failed, and the service deactivation results will be signified using service Status.

Code Block
onos> telemetry-disable tina-kafka-exporter                                               
Successfully disabled telemetry service tina-kafka-exporter!