Do not start chef-solo if mso-docker.json is empty 51/5351/3
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Wed, 8 Mar 2017 15:03:14 +0000 (10:03 -0500)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Wed, 8 Mar 2017 15:03:14 +0000 (10:03 -0500)
commitc4a12db99ca3789cf9e0e3475bba8f12e9b29e0b
tree8fb562fe945507359158b4626b65159a3061d45d
parent9c83a7fc42c615140a61a339c2647b2e8eac9956
Do not start chef-solo if mso-docker.json is empty

Chef-solo is started both from the docker container [1] and from
the start-jboss-server.sh script [2].
The Dockerfile is configured to erase the mso-docker.json
configuration once applied, so when the container is started,
and the strat-jboss-server.sh tries to play the recipes again,
it fails as the environment file is empty.

This patch adds a check to see if the file is empty, if not, we
play the chef-solo recipes again, to overwrite the config.

[1]: https://gerrit.openecomp.org/r/gitweb?p=mso.git;a=blob;f=packages/docker/src/main/docker/docker-files/Dockerfile.mso-chef-final;h=ff7f44bcfdba6fa0328cbd50803d3dc80a2a1def;hb=refs/heads/master#l57
[2]: https://gerrit.openecomp.org/r/gitweb?p=mso.git;a=blob;f=packages/docker/src/main/docker/docker-files/scripts/start-jboss-server.sh;h=2e9b9da27dd3d01fcf5ebc304ac03b15142fde53;hb=refs/heads/master#l16

Change-Id: I34573dedaaafbeb6b511f47b72e6e0cefea4e1d5
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
packages/docker/src/main/docker/docker-files/scripts/start-jboss-server.sh [changed mode: 0644->0755]