summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-01-16Change policy container versionv1.1.21.0.1-ONAP1.0.1-AmsterdamamsterdamLusheng Ji1-1/+1
Issue-ID: DCAEGEN2-252 Change-Id: If75a3ff3e483ae1e224a8e517036936c3f5b0de3 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-11-28Merge "Bump patch version" into amsterdamv1.1.1Vijay Venkatesh Kumar5-10/+10
2017-11-27Fix for sshd taking too long problemLusheng Ji2-15/+5
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-20Bump patch versionJessica Wagantall5-10/+10
Bump patch version in preparation for Amsterdam branching. Change-Id: Iabe4b2ad7390e2dd72264dc9a88ff0310b460f90 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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 Lucas2-0/+36
Change-Id: I6209f8edb4a15c0a099447bcec60f7faa0dcec44 Issue-Id: DCAEGEN2-190 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-10-26Fix file not found errorLusheng Ji3-14/+24
In addition the following: Disable designate import function Install ping and nc to docker container (Dockerfile) Issue-Id: DCAEGEN2-127 Change-Id: I13a8684260e9352bf2ae5efb7f6837f23a58cf97 Signed-off-by: Lusheng Ji <lji@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-21Add uploading yaml input file under scriptsLusheng Ji1-0/+1
Issue-Id: DCAEGEN2-128 Change-Id: Ic03efd0f664a8bd16543fc281e7148199f3e4193 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-21Add script and input for posting to DesignateLusheng Ji2-0/+245
Script and DNS record template input for posting the floating IP addresses of ONAP VMs to Designate. Issue-Id: DCAEGEN2-128 Change-Id: Ice16ef4ab4a267f6f374b232cbe84c1e96e8982f 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-20Port 80 for apt-key from keyserver.ubuntu.comAndrew Gauld1-1/+1
Change-Id: I87d6d058e73ca97cc4a2a9f114856c36091ce1df Issue-Id: DCAEGEN2-172 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-10-19Add cdap install/uninstallJack Lucas2-3/+14
Change-Id: I9ef3d1e0688f54dd04361db1ba3ec71e48c159e9 Issue-Id: DCAEGEN2-159 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-10-17Fix not pushing cloud_init scriptsLusheng Ji1-1/+1
Issue-Id: DCAEGEN2-128 Change-Id: I9198c1938c7c4265611dc6d6a0df624d7441919e Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-17Fix keystone with 2.0 pathLusheng Ji1-2/+19
Issue-Id: DCAEGEN2-128 Change-Id: I6b3f021b739135e92960ea4a75237eee862d9c7d Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-17Fix consul executable URLJack Lucas1-2/+2
Change-Id: I9bd8d7093df422fbb8446c295970d5f977c4c287 Issue-Id: DCAEGEN2-159 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-10-17Relocate cloud_init scriptsLusheng Ji4-6/+175
Issue-Id: DCAEGEN2-128 Change-Id: Iaffb6b121959c8a0e37acbf4389f88e1c6fe64ff Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-16Keep a timestamped version of raw file uploadsLusheng Ji1-1/+1
Issue-Id: DCAEGEN2-128 Change-Id: I82413a04a1f43180415657211670b0151089560a Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-16Upload raw files recuresively with pathLusheng Ji4-3/+12
Issue-Id: DCAEGEN2-128 Change-Id: I05c7ab91828224ccf87326c8980c2459290c56dc Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-15Add a hook for teardown to stop installer inf loopLusheng Ji2-2/+7
Issue-Id: DCAEGEN2-127 Change-Id: I7396a17049fb3186203f48f0f57e77ef135c8dff Signed-off-by: Lusheng Ji <lji@research.att.com>
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-15Use dcaegen2-1.1.0 pom as parentLusheng Ji1-3/+3
Issue-Id: DCAEGEN2-128 Change-Id: I56cd564208c65e5aba4b7c77cb7eec7a14bb10ed Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-15Add BP input detemplating scriptLusheng Ji2-0/+93
Issue-Id: DCAEGEN2-128 Change-Id: I0461f1b3041682b21bcf8d3cf0e1eacbbd669ed9 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-15Add teardown scriptJack Lucas1-0/+39
Change-Id: I0ea4d24b67b3b2f5b8f8a9fceb84b0bfd7ec7c23 Issue-Id: DCAEGEN2-159 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-10-14Add install of platform componentsJack Lucas4-471/+164
Change-Id: I9600acb8c3eb29a9c994b7aa95e6f4fbeb06f9ba Issue-Id: DCAEGEN2-159 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-10-12Add new bootstrap instaler scriptLusheng Ji2-0/+470
Issue-Id: DCAEGEN2-128 Change-Id: I6e55980d819e8030f2b49bdf594dc89539e22d81 Signed-off-by: Lusheng Ji <lji@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-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-21Modify CODE_SOURCE CODE_VERSION useLusheng Ji1-1/+6
Issue-Id: DCAEGEN2-60 Change-Id: I64068defd859a3c077b730473ba735489e81e971 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-21Use dcaegen2 as pom parentLusheng Ji6-67/+139
Issue-Id: DCAEGEN2-103 Change-Id: I568ae97a2df0dfca099624810800e3e781f1aeb8 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-14Correct artifact idLusheng Ji1-2/+2
Issue-Id: DCAEGEN2-60 Change-Id: I000b53336a204f1892dfad826c7b3341aa46dee3 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-14Install uuid-runtimeLusheng Ji1-1/+1
Issue-Id: DCAEGEN2-85 Change-Id: I2f88864545df4dfa20515c0195013d4dd6e52329 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-12Fix docker build pathLusheng Ji1-2/+1
Issue-Id: DCAEGEN2-60 Change-Id: I4cc9a8ec3eb10d91ade090b29251cfdce7f6665b Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-12Fix issue in mvn scriptLusheng Ji5-267/+306
Issue-Id: DCAEGEN2-60 Change-Id: I238dfae33c09c8cae8c11f341dfdb9da5fa2dc92 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-11Add bootstrapLusheng Ji7-258/+1226
Issue-Id: DCAEGEN2-75 Change-Id: I0158762c1c3e29612381734a608fa821e903e92e Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I5e30b39f0991c26dbb7c5b7131dcb130bb265160 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-30Add version.propertiesLusheng Ji1-0/+6
Issue-Id: DCAEGEN2-60 Change-Id: Icf3c458b61dd00a83bec7f66790aad9201370965 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-29Update LICENSE.txtLusheng Ji1-16/+39
Issue-Id: DCAEGEN2-86 Change-Id: I30e0e4bd4cbbc0b6f60987806908fdc524f41466 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-25Pass Nexus srvr ID on deploy from pom to scriptAndrew Gauld2-1/+2
Change-Id: Ia7cfb3e78e85a5ab6b98bced47a1bb6790c86629 Issue-Id: DCAEGEN2-78 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-08-25Add pom.xml & build script, minor cleanupAndrew Gauld4-7/+387
Change-Id: I484b0a4693f34d242eb5e46a4354f9b86832662a Issue-Id: DCAEGEN2-78 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-08-22Seed code for deploying DCAEAndrew Gauld4-0/+459
Change-Id: Ie1a2faf2dd4731ef12aeeed8ecc49f329e68385c Issue-Id: DCAEGEN2-78 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-06-28Initial empty repositoryJessica Wagantall0-0/+0