summaryrefslogtreecommitdiffstats
path: root/cm-container/scripts
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-07-22Update k8s & dmaap pluginsJack Lucas1-1/+1
Also remove blueprint-based deployment of dashboard (now being done via Helm) Issue-ID: DCAEGEN2-1651 Issue-ID: DCAEGEN2-1653 Issue-ID: DCAEGEN2-1667 Issue-ID: DCAEGEN2-1670 Issue-ID: DCAEGEN2-1318 Change-Id: I5d7b88d2bc6ed508f5500a1df553745f44d660af Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-05-31Add TLS server supportJack Lucas2-1/+43
Change-Id: Ic9efe74e6ede2e503ab5b227f259900b0d04d18a Issue-ID: DCAEGEN2-909 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-04-23Update k8s type file versionJack Lucas1-1/+2
Also add CLAMP policy plugin Fix path to k8s plugin tgz Issue-ID: DCAEGEN2-1009 Change-Id: I38ab743c0bf1c2a1116b6e50f494c38028fa9872 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-04-08Bulk update to deploymentVijay Venkatesh Kumar1-1/+2
1) Removed pnda folder (moved to pnda repo) 2) Moved older R3 - heat repo into archive folder 3) Added Dmaap plugin 4) Added new blueprints for Dashboard/helm Change-Id: I82cb8c482a0a35fe8094da825e7403b0fc4ee33b Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1270 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-04-03Update k8splugin & type file versionsJack Lucas1-3/+1
Also stop loading docker type file, never used. Issue-ID: DCAEGEN2-1136 Change-Id: I378d5df461dce7368aa4f4521ef086eb510b7f48 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-03-22Fix support for local type file storageJack Lucas8-0/+416
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>