summaryrefslogtreecommitdiffstats
path: root/bootstrap/installer-docker.sh-template
AgeCommit message (Collapse)AuthorFilesLines
2019-04-08Bulk update to deploymentVijay Venkatesh Kumar1-470/+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>
2018-09-24Added Datafile-Collector to deploymentwasala1-2/+2
Change-Id: Ic66a74b11490bcfcca92a7bb44762f1a1c6989ce Issue-ID: DCAEGEN2-784 Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
2018-09-13Configure DCAEGEN2 to use HV VES blueprintJakub Dudycz1-0/+7
Change-Id: Ie39720533c1710caa8ca8719363ce7150c0a5084 Issue-ID: DCAEGEN2-776 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
2018-06-05Micro-Service Blueprintburdziak1-0/+5
Modified pomm minor versions Change-Id: Ib302f06d30ed1851bddc2e54b80097ba6848d415 Issue-ID: DCAEGEN2-394 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2018-04-07Fix resource download links to R1 locationsLusheng Ji1-19/+16
Since DCAEGEN2-433 is a fix for Amsterdam boostrap, pointing to R1 resource locations instead of letting the build jobs de-templating, which would point to R2 resource locations. Issue-ID: DCAEGEN2-433 Change-Id: Id794ae8fa71c00c3312c68e764766e8e06786fa4 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-05Fix pip versionLusheng Ji1-0/+3
Virtualenv automatically pulls the newest pip. Pip 10.0.0 was release on 2018/03/31. This new version no longer supports the --use-wheel option. Hence when running wagon install, which depends on pip --use-wheel, the bootstrap container quits. Fix: add a line to force pip to be a specific version, not auto to newest. Issue-ID: DCAEGEN2-433 Change-Id: I2d7e0a71c1b50682458abb658c62914931115869 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-11-21Fix for sshd taking too long problemLusheng Ji1-15/+4
Under certain conditions, it takes longer than 10 seconds on the cloudify manager VM from the time its IP stack becoming ready (echoing to ICMP) to the time its sshd becoming ready. This causes the ssh-into-cloudify-manager-VM command to fail. The implemented solution is to replace the ping test-wait loop with a TCP port 22 open test-wait loop. Issue-Id: DCAEGEN2-201 Change-Id: I9b734a9ff58ec9e97dc0102dc2ba86756e50f135 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-11-01Use separate inputs for CDAPv1.1.01.0.0-ONAP1.0.0-AmsterdamJack Lucas1-1/+1
Change-Id: Ib9479c31b473049bb17253c57885a34daedbd2c2 Issue-Id: DCAEGEN2-191 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-11-01Add pg and component installsJack Lucas1-0/+31
Change-Id: I6209f8edb4a15c0a099447bcec60f7faa0dcec44 Issue-Id: DCAEGEN2-190 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-10-25Fix wget and sleep 180Lusheng Ji1-3/+13
1. Fix the wget of cent_os and cosul_cluster BPs not over-writing old copies. 2. Replace sleep 180 after launching CM VM to a ping wait Issue-Id: DCAEGEN2-128 Change-Id: I9ff8f770a320291c1c26d3c1159a52764d677f98 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-20Add hooks for ONAP healthcheckLusheng Ji1-0/+10
Writing out floating IP addresses of Consul and CloudifyManager VMs to host files, used by Nginx proxy for redirecting ONAP healthcheck call. Issue-Id: DCAEGEN2-128 Change-Id: I502ca663fbb42009198acb14a8225bc9f1164730 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-20Add pgaas plugin to installerJack Lucas1-0/+1
Issue-Id: DCAEGEN2-173 Change-Id: I974133327fbe482165f61bdfef6591a953230521 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-10-19Add cdap install/uninstallJack Lucas1-3/+12
Change-Id: I9ef3d1e0688f54dd04361db1ba3ec71e48c159e9 Issue-Id: DCAEGEN2-159 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-10-15Add a hook for teardown to stop installer inf loopLusheng Ji1-2/+3
Issue-Id: DCAEGEN2-127 Change-Id: I7396a17049fb3186203f48f0f57e77ef135c8dff Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-14Add install of platform componentsJack Lucas1-1/+82
Change-Id: I9600acb8c3eb29a9c994b7aa95e6f4fbeb06f9ba Issue-Id: DCAEGEN2-159 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-10-11Add plugins to installation listJack Lucas1-1/+5
Change-Id: I4d44da27151b6926f6c8540eb4150b8a5c4646b1 Issue-Id: DCAEGEN2-154 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-10-06Revert PGaaS related changesLusheng Ji1-6/+0
Issue-Id: DCAEGEN2-128 Change-Id: I60673e84a0fec0725547ed1d074a728217a5984a Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-06add pgaas_plugin installTony Hansen1-0/+6
install pgaas_plugin types file and wagon file appropriately Change-Id: If95abe273d2044d74e7985308bc116d911bdb227 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-128
2017-09-21Use dcaegen2 as pom parentLusheng Ji1-1/+3
Issue-Id: DCAEGEN2-103 Change-Id: I568ae97a2df0dfca099624810800e3e781f1aeb8 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-11Add bootstrapLusheng Ji1-0/+320
Issue-Id: DCAEGEN2-75 Change-Id: I0158762c1c3e29612381734a608fa821e903e92e Signed-off-by: Lusheng Ji <lji@research.att.com>