summaryrefslogtreecommitdiffstats
path: root/cm-container/Dockerfile-template
AgeCommit message (Collapse)AuthorFilesLines
2021-01-27Fix cm-container failure to restartJack Lucas1-1/+1
Use cloudifyplatform/community-cloudify-manager-aio:5.1.2 as base image for cm-container to pick up Cloudify fix for a bug where CM used its previous IP address rather than the new assigned when the container is restarted. Issue-ID: DCAEGEN2-2581 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I8fc684aca5fc70fb7e2fcfe4a9e636f23e3d8560
2021-01-07[DCAE] Update Cloudify Manager to Python 3.x4.0.0-cm-containerJack Lucas1-12/+9
Issue-ID: DCAEGEN2-2542 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I8d3c42fc80290394df4eb3bd724c6e43d60c0a96
2020-10-05Pre-load Cloudify 4.5.5 type files3.3.4Jack Lucas1-5/+9
Issue-ID: DCAEGEN2-2471 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I759cdf8e85bd62b6e7cac494b2e7c5b64722f17b
2020-09-29Move Cloudify's password update and plugins upload toRemigiusz Janeczek1-5/+2
start-persistent.sh script Move logic for changing cloudify's admin password and plugin upload to main script for debug purposes, so that output of those scripts is printed to stdout (can be accessed by 'docker/kubernetes logs') Issue-ID: DCAEGEN2-2457 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I69fb0b428efbfb3d85eba286ed6816151e03a0f1
2020-08-27Set Cloudify password3.2.0Schmalzried, Terry (ts862m)1-3/+6
Cloudify pod updates for sourcing password from CMPASS environment variable. Issue-ID: DCAEGEN2-1975 Change-Id: I5f297af9ad92389d0901eee463ea175751853838 Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
2020-06-12Move plugin upload to CM containerJack Lucas1-15/+6
Issue-ID: DCAEGEN2-2236 Issue-ID: DCAEGEN2-1789 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: Ibc4612dedbf73a17a237b88abe198add391b82de
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>