summaryrefslogtreecommitdiffstats
path: root/cm-container/Dockerfile-template
AgeCommit message (Collapse)AuthorFilesLines
2019-07-24Fix bad types file downloadJack Lucas1-2/+2
Use the curl -L option to follow redirects and the -f option to cause curl to fail (and stop the Docker image build) if it does not successfully retrieve a file Issue-ID: DCAEGEN2-1685 Change-Id: If8fd872e036ed5bc48656f8ca6853c297c6ac135 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-05-31Add TLS server supportJack Lucas1-10/+1
Change-Id: Ic9efe74e6ede2e503ab5b227f259900b0d04d18a Issue-ID: DCAEGEN2-909 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-04-01Set up kubeconfig ConfigMapJack Lucas1-1/+1
Add container to update configMap with info for central cluster. Update Cloudify Manager version. Issue-ID: DCAEGEN2-1136 Issue-ID: DCAEGEN2-1376 Change-Id: I593703b25c2ec9c8fde6ca10c9fc70255c6719a5 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-03-22Fix support for local type file storageJack Lucas1-2/+3
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>
2018-12-04Add persistent storage for CM state informationJack Lucas1-2/+7
Issue-ID: DCAEGEN2-990 Change-Id: I122e541d6ea0fa6bca06157d6ae7a330048d2ed7 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-08-22Update CM to 18.7.23Jack Lucas1-3/+8
Issue-ID: DCAEGEN2-619 Change-Id: I8140061d9358a99f2e13bb78facb15dbc77229a7 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-16Add support for HEAT installJack Lucas1-0/+10
Issue-ID: DCAEGEN2-416 Change-Id: I7aeb895c6a6f461923b2a67d0ba099e9f7907dfc Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-04-06Update list of type filesJack Lucas1-2/+3
Change-Id: I059269176399071db8f2a11f00b16d687d18525b Issue-ID: DCAEGEN2-416 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-03-23Add CM container buildJack Lucas1-0/+34
Change-Id: I13150c229ecd3871c889dbfa979522be2360249d Issue-ID: DCAEGEN2-416 Signed-off-by: Jack Lucas <jflucas@research.att.com>