Skip to content
Snippets Groups Projects
Select Git revision
  • feat/320-cttc-ietf-simap-basic-support-with-kafka-yang-push
  • feat/327-tid-new-service-to-ipowdm-controller-to-manage-transceivers-configuration-on-external-agent
  • feat/325-tid-nbi-e2e-to-manage-e2e-path-computation
  • feat/326-tid-external-management-of-devices-telemetry-nbi
  • openroadm-flex-grid
  • feat/314-tid-new-service-for-ipowdm-configuration-fron-orchestrator-to-ipowdm-controller
  • feat/310-cttc-implement-nbi-connector-to-interface-with-osm-client
  • feat/292-cttc-implement-integration-test-for-ryu-openflow
  • develop protected
  • feat/324-tid-nbi-ietf_l3vpn-deploy-fail
  • feat/321-add-support-for-gnmi-configuration-via-proto
  • feat/322-add-read-support-for-ipinfusion-devices-via-netconf
  • feat/323-add-support-for-restconf-protocol-in-devices
  • feat/policy-refactor
  • feat/192-cttc-implement-telemetry-backend-collector-gnmi-openconfig
  • feat/307-update-python-version
  • feat/telemetry-collector-int
  • feat/automation-revisited
  • feat/313-tid-new-tapi-service-for-lsp-configuration-2
  • cnit_tapi
  • v5.0.0 protected
  • v4.0.0 protected
  • demo-dpiab-eucnc2024
  • v3.0.0 protected
  • v2.1.0 protected
  • v2.0.0 protected
  • v1.0.0 protected
27 results

commands.txt

Blame
  • gifrerenom's avatar
    Lluis Gifre Renom authored
    - integrated command files
    - moved unused command listings to separate folders
    - polished data files
    - cleaned up TAPI show topology script and context database
    - added TFS descriptor files
    f90abdbd
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    commands.txt 676 B
    == KAFKA
    $ cd ~/tfs-ctrl/hackfest/kafka
    
    (INSTALL)
    $ pip3 install kafka-python
    $ wget https://ftp.cixug.es/apache/kafka/2.8.0/kafka_2.13-2.8.0.tgz
    $ tar -xzf kafka_2.13-2.8.0.tgz
    (RUN)
    $ cd kafka_2.13-2.8.0
    $ bin/zookeeper-server-start.sh config/zookeeper.properties
    (In new window)
    $ cd ~/tfs-ctrl/hackfest/kafka/kafka_2.13-2.8.0
    $ bin/kafka-server-start.sh config/server.properties
    
    CREATE TOPIC
    (In new window)
    $ cd ~/tfs-ctrl/hackfest/kafka/kafka_2.13-2.8.0
    $ bin/kafka-topics.sh --create --topic my-topic --bootstrap-server localhost:9092
    
    (In new window)
    $ cd ~/tfs-ctrl/hackfest/kafka
    $ python3 sub.py
     
    (In new window)
    $ cd ~/tfs-ctrl/hackfest/kafka
    $ python3 pub.py