summaryrefslogtreecommitdiffstats
path: root/bootstrap/README-docker.md
AgeCommit message (Collapse)AuthorFilesLines
2019-04-08Bulk update to deploymentVijay Venkatesh Kumar1-150/+0
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-03-29config for 5.0.0 policy-handler new PDP APIAlex Shatov1-0/+1
- in R4 Dublin the policy-engine introduced a totally new API - policy-handler now has a startup option to either use = the new PDP API (default) = or the old PDP API that was created-updated before the end of 2018 - to use the old PDP API requires changing either the etc/config.json or setting up a non-empty env var PDP_API_VERSION on startup: export PDP_API_VERSION=2018 docker run ... -e PDP_API_VERSION ... Change-Id: Idd6973cf6cc3e76d2969332ff96e5e9e962ece1a Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-1128
2018-08-14config for 4.1.0 policy-handlerAlex Shatov1-10/+20
- pass cfy_tenant_name in query from policy-handler to deployment-handler - new config "query":{"cfy_tenant_name": "default_tenant"} - limits the single policy-handler to a single cfy_tenant_name in cloudify under the deployment-handler Change-Id: I1b86ec7578eae0be9913b4b5869a3c8f552a1b33 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-704
2017-10-15Update READMELusheng Ji1-3/+4
Issue-Id: DCAEGEN2-128 Change-Id: If721b85de4f741026b4a881ef2711e53bbfbf2b4 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-14Add install of platform componentsJack Lucas1-5/+80
Change-Id: I9600acb8c3eb29a9c994b7aa95e6f4fbeb06f9ba Issue-Id: DCAEGEN2-159 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-09-22Modified below things in readme file.Bharat saraswal1-56/+52
Removed tab char. fixed typo errors. added bulet points and rearranged lines. Issues-Id:DCAEGEN2-92 Change-Id: I7279e9d46fe62848af0cb60b6fc7105a001778bd Signed-off-by: Bharat saraswal <bharat.saraswal@huawei.com>
2017-09-21Update bootstrap READMELusheng Ji1-61/+14
Issue-Id: DCAEGEN2-115 Change-Id: Ia2745d0d4c1ceaa361424d44d28bbdcffb591937 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-11Add bootstrapLusheng Ji1-0/+114
Issue-Id: DCAEGEN2-75 Change-Id: I0158762c1c3e29612381734a608fa821e903e92e Signed-off-by: Lusheng Ji <lji@research.att.com>