Fix support for local type file storage 81/83081/2
authorJack Lucas <jflucas@research.att.com>
Fri, 22 Mar 2019 22:31:55 +0000 (18:31 -0400)
committerJack Lucas <jflucas@research.att.com>
Fri, 22 Mar 2019 22:46:13 +0000 (18:46 -0400)
commit205fc2e449f9bcc2f447c58d2bd15e9b563237d3
tree97eabcf3e5252130b9626d29643084961c1602ea
parent4c67277a504a8c2c200e6fe63c7218759620a1ec
Fix support for local type file storage

Also move to script-based readiness check so that the import resolver
rule updated needed for local type file storage takes effect before
clients try to use CM, and to verify that all CM services are really up.

Issue-ID: DCAEGEN2-989
Change-Id: I9732fa0ff38affa320b6a872b74c16f87b73eb67
Signed-off-by: Jack Lucas <jflucas@research.att.com>
cm-container/Dockerfile-template
cm-container/scripts/cloudify-ready.sh [new file with mode: 0644]
cm-container/scripts/dcae-cleanup.sh [moved from cm-container/dcae-cleanup.sh with 100% similarity]
cm-container/scripts/get-type-files.sh [moved from cm-container/get-type-files.sh with 82% similarity]
cm-container/scripts/readiness-check.sh [new file with mode: 0644]
cm-container/scripts/set-resolver-rules.sh [new file with mode: 0755]
cm-container/scripts/setup-secret.sh [moved from cm-container/setup-secret.sh with 100% similarity]
cm-container/scripts/start-persistent.sh [moved from cm-container/start-persistent.sh with 100% similarity]
cm-container/scripts/update_resolver.py [new file with mode: 0644]