summaryrefslogtreecommitdiffstats
path: root/boot/dcae2_install.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-08-02Refactor ONAP HEAT template config scriptsGary Wu1-115/+0
Change-Id: I5f95acc7c67d48ea1f7f9e819d6c9e742e4b52cc Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-02Cleanup ONAP installation via HeatMarco Platania1-8/+2
- Remove all the parts of code related to deprecated configurations - Consolidate serv.sh scripts in a single one - Allow SO resolution via DNS (in addition to MSO) Change-Id: I6cabacdabaa3c5158ee101057738584922858fc9 Issue-ID: INT-526 Signed-off-by: Marco Platania <platania@research.att.com>
2018-08-02Remove unnecessary install of JDKGary Wu1-4/+2
JDK should not be necessary in HEAT VMs since everything should be run in docker containers. Change-Id: Ibf5038490595bdf3a02699eeb824eb4b4e569bb1 Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-31Made docker install agnostic to ubuntu versionGary Wu1-1/+1
This is the first step toward gracefully upgrading all VMs to ubuntu 16.04. Change-Id: If2b7c57b43165bd99984e76eba5f29fd8bfc6df0 Issue-ID: INT-606 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-16Improve the way to deploy onap via proxyAbirATTAR1-0/+15
Issue-ID: OOM-1275 Change-Id: I0d77bcfe1e9ca183b3ba1aa56fff713db33b677b Signed-off-by: Abir EL ATTAR <abir.el_attar@nokia.com>
2018-05-21Retrieve boot scripts from new demo artifact zipGary Wu1-3/+2
Remove use of the raw repo. Remove nexus_repo parameter. Add new nexus_artifact_repo parameter with default value. Change-Id: Ib502a77010258c2a7a642cd375094b336d046174 Issue-ID: INT-504 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-04-17VM start script improvements.Lusheng Ji1-3/+1
1. improved vm_init script 2. enabled vm_init script at the end of install script 3. noting that now supporting more deployment profiles Issue-ID: DCAEGEN2-434 Change-Id: I2bcbe1c79571dad5f6d8998f02eaf702efa5625e Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-16Add R2 heat deployment of DCAELusheng Ji1-50/+9
Issue-ID: DCAEGEN2-434 Change-Id: Iab71fe366d2e518db0fdf3ab98bbe45e4492751a Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-04Imporve dcae2 init scriptsLusheng Ji1-1/+2
Issue-ID: DCAEGEN2-206 Change-Id: I7e60806369eef5a816f6c5c686f1061debc833ee Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-04Add code for R2MVP deploymentLusheng Ji1-22/+49
Added code using a "dcae_deployment_profile" parameter to control what kind of deployment for DCAE. R1 is for ONAP Amsterdam deployment (bootstrap installs Cloudify Manager then uses CM to deploy additional VMs). R2MVP is a new MVP deployment, with only service components such as VES collector and supporting components. All components are deployed with their default configurations. R2MVP does not support dynamic depoyment of additional assets and configuration via CLAMP. Issue-ID: DCAEGEN2-206 Change-Id: Ide51c780a45c23f33123d52f9df225b8715833d3 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-11-21Load updated MTU to systemd deps for dockerLusheng Ji1-2/+3
Issue-Id: DCAEGEN2-192 Change-Id: Idfccf5cb0b540ce9beb1d616e1d9f30252029175 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-11-01Add a separate input parameter file for CDAPLusheng Ji1-0/+2
Using a separate input file for CDAP blueprint so we can scope VM flavor just for CDAP VMs Issue-Id: DCAEGEN2-191 Change-Id: Iae50b38f0128fe3d510fb4eeec4e143fe3006566 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-30Implement MultiCloud proxyed DesignateLusheng Ji1-5/+25
This submission contains implementation for supporting MultiCloud proxy-ed Designate solution. The changes, mostly in dcae2_vm_init.sh, are for registering Designate proxy by MultiCloud with A&AI; register new DNS zone with the MultiCloud proxyed Designate service; configure DCAE to use the new DNS zone, etc. The submission for corresponding Heat template changes will be made separtely. Issue-Id: DCAEGEN2-128 Change-Id: Ief8e91152c7d2f117aec3f21df54c1ed74ceef0f Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-26Fix text substitution keyname typoLusheng Ji1-1/+1
Also write priv key file replacing \n with linei break Issue-Id: DCAEGEN2-127 Change-Id: I2090fd074c12eb3b5c98dbd58353e3b9960088bf Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-24copy keystone url in right folderSylvain Desbureaux1-0/+2
Change-Id: I6b3ad94300885cf9ca23cec1fee19afbf5c6a5f6 Issue-ID: INT-298 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2017-10-22Add proxying healthcheck to consul etcLusheng Ji1-48/+12
Changes are for: 1. Proxying healthcheck API call to Consul's health API using a Nginx container proxy. Also some code cleanup. 2. Add support for posting floating addresses to Designate DNS 3. Add addition parameters in heat for supporting spinning up DCAE in a separate OS/tenant (due to lack of Designate support in main Integration OS/tenant) Issue-Id: DCAEGEN2-127 Change-Id: Iac66eddbdd1dfadfc92bf2a1e372c6ad55bd0ab1 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-16Fix install script for dcae2Lusheng Ji1-12/+14
Issue-Id: DCAEGEN2-127 Change-Id: Icbb9e69d7cd28161ac4fc48f4449e188ae72e0d7 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-16Update dcae2 vm_init and intsall scriptsLusheng Ji1-38/+23
Issue-Id: DCAEGEN2-127 Change-Id: I4e8221972144495d9f121e4f5cfc775d141b15cb Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-11Fix script bugsLusheng Ji1-17/+18
Issue-Id: DCAEGEN2-127 Change-Id: Iea9c2d6e62ef732e85053f72ed60f5ed86adc7c8 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-29Add DCAE GEN2 to Heat templateMarco Platania1-0/+147
- Add DCAE GEN2 VM to all Heat templates - Add DCAE-related parameters - Create new install/init scripts for DCAE Change-Id: I299ad3b2c212a05d12a109fda21ce48980ddd448 Issue-ID: INT-213 Signed-off-by: Marco Platania <platania@research.att.com>