Update git submodules
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Mon, 26 Mar 2018 07:29:46 +0000 (07:29 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 26 Mar 2018 07:29:46 +0000 (07:29 +0000)
commit3603e81361045a2f783ee4691d4ba72385c84320
tree90c34b8e14af92da7c16198d66c2805c9c9f45a4
parent58cf86a4b34fa19e99ec0407143d723cabe7dca1
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Install RabitMQ for RPC messaging between processes"
  - Install RabitMQ for RPC messaging between processes

    In NetworkServices Tescases, the TGs (traffic generators) run the traffic in
    a separate process. In order to synchronize the traffic injection and the
    runner interval loops, an RPC server is needed to publish/subscribe events.

    RabbitMQ is a well supported MQ in Linux (used in OpenStack or collectd)
    and supported by Python implemented projects like oslo.messaging [1].

    RabbitMQ default configuration:
    - Port: 5672
    - User/password: yardstick/yardstick

    [1]https://github.com/openstack/oslo.messaging

    JIRA: YARDSTICK-1068

    Change-Id: I15db294ee430fb38e574a59b9ce1bf0f8b651a67
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
docs/submodules/yardstick