Update the Mistral docker image and tooling has been updated to
significantly ease the starting of a Mistral cluster. The setup
now supports all-in-one and multi-container deployments. Also,
the scripts were cleaned up and aligned with the Docker best
practice.
Change-Id: I803d69ee17e7f5ebc95ec2c81887c4f580d73715
This patch updates the docker README file to include the --link arg
to the command for launching a Mistral container to ensure the
rabbitmq and mistral containers can communicate.
This patch also adds a new section that explains how and why to
mount the Mistral source code as a volume in a running container.
Change-Id: Iec25f7e7dfda0bc8c9b38fa37b048448d73f66e4
Co-Authored-By: Brad Crochet <brad@redhat.com>
The current state of Mistral no longer works on Trusty. This patch
updates to Xenial in order to fix the docker image build.
Change-Id: I2a778d43e2dca8eaa370d5a86008a170ffb98f54
Closes-Bug: #1664030
The Mistral docker example does not work at the moment. The oslo.policy
library now requires the policy file to be set in the configuration.
Closes Bug: #1593286
Signed-off-by: Andras Kovi <akovi@nokia.com>
Change-Id: I7877f2a7acac5efca869e3f00b9e76cf8b3f5d66
Refactored to make the docker stuff self contained and removed the
unnecessary files from the root directory. Also created a readme file to
concretize how this feature works.
Also added an example script to set up Mistral with MySQL.
Closes-Bug: #1585911
Change-Id: I7fbcccb9d7ad168c5391e71326b205d074ab01ab
Signed-off-by: Andras Kovi <akovi@nokia.com>