Fix RabbitMQ service installation and initialization 49/54549/3
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Wed, 28 Mar 2018 11:13:35 +0000 (12:13 +0100)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Wed, 28 Mar 2018 11:24:30 +0000 (11:24 +0000)
commit18546b4f43b9c927c4c91529dd912c7368b941bf
treee5d594c6f5fac52be789f50ba3735a210b407880
parent929832345dab22c99b1fc331902be5509551576e
Fix RabbitMQ service installation and initialization

RabbitMQ service added in [1] is not correctly installed and initialized:
- There is an error during the installation process ("\" character
  missing).
- In the installation script, the service needs to be started first.
- In the container installation, the service needs to be started via
  supervisor.

[1]https://gerrit.opnfv.org/gerrit/#/c/53597/

JIRA: YARDSTICK-1103

Change-Id: Iade3d6ce4b522e6f576af71b7afe5559081f7929
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
docker/supervisor.sh
install.sh