aboutsummaryrefslogtreecommitdiffstats
path: root/heat/ONAP
AgeCommit message (Collapse)AuthorFilesLines
2017-11-13Replace SDC docker versionMarco Platania1-1/+1
Change-Id: I7936defa9257d305667af6e6b67ae892dce25cf9 Issue-ID: INT-334 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-13Cleanup installation platform for R1Marco Platania4-247/+93
- Add per-container version number for VFC - Remove DCAE GEN 1 comments - Update DNS init script and configuration - Update SDC init script Change-Id: Ic63eb95af299144885b3fbc8adff4a90501ec13e Issue-ID: INT-334 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-10Update README.mdMarco Platania4-0/+0
- Describe use cases and ONAP installation process Change-Id: I8eced01d5e1b0c492cd23c34431619a438267b83 Issue-ID: INT-308 Signed-off-by: Marco Platania <platania@research.att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-09Docker images version v1.3.0 for PortalChristopher Lott (cl778h)4-4/+4
Issue: PORTAL-134 Change-Id: If1539bfba7ba17b56b87065f8e107be122403585 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-11-08Update CLI docker version to v1.1.0Kanagaraj Manickam k003651064-4/+4
Issue-Id: CLI-70 Change-Id: I3124d6992bf906575d8ae09c46c8210259244f51 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-11-05Up flavor configuration for DCAE VMsLusheng Ji1-1/+1
During tests we found that the current VM flavor (m1.medium) for DCAE no-CDAP VMs not enough for sustaining long term stable operations for the Docker host running VES and Holmes containers. Hence up sizeing the flavor. Issue-Id: DCAEGEN2-195 Change-Id: If55f2a54bfec25a1ef888e5a45a65949770fc591 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-11-01Use portal branch release-1.3.0Manoop Talasila3-3/+3
Configuration for Portal Amsterdam/R1 release is on branch release-1.3.0; soon "master" will be Beijing. Issue: PORTAL-134 Change-Id: Ie32e6ffc58f128748ad2db9d3acc6039fd763d26 Signed-off-by: Manoop Talasila <talasila@research.att.com>
2017-11-01Add support for DNS zone fusionLusheng Ji2-14/+56
This submission address the "fusion" between DNS service zones between DCAE and rest of ONAP R1. In ONAP R1 each ONAP deployment runs its own private DNS server; DCAE use Designate DNS as a Service. The VMs on both sides need to be able to communicate with each other by hostnames. This submission modifies the ONAP private DNS server so it uses the DNS server behind the Designate as the forwarder. For ONAP->DCAE communication, host names will be resolved by Designate DNS server; for DCAE->ONAP communication, since DCAE VMs also use the ONAP private DNS server as first name server, it is not a problem. Issue-Id: DCAEGEN2-187 Change-Id: Ia54cd41f33b446d406a69868598ae1a8c0cdea8d Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-31Add fix for separating name from IDLusheng Ji2-13/+27
MultiCould expects tenant name and network name instead of IDs. Integration Heat passes in only IDs. Added additional parameters for names. Fix a file path issue when setting up nginx. Issue-Id: DCAEGEN2-128 Change-Id: Iac6025c4ab1f38682c8f75d13c6ea6b31d43106a Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-30Use portal branch release-1.3.0Christopher Lott (cl778h)1-1/+1
Configuration for Portal Amsterdam/R1 release is on branch release-1.3.0; soon "master" will be Beijing. Issue: PORTAL-134 Change-Id: I66567167098422a072b3418754054ec4d27ccdde Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-10-30Support MultiCloud proxyed Designate for DCAELusheng Ji2-94/+86
The Heat template changes, env changes, adn README changes are for supporting the MutiCloud proxy-ed Designate solution. This change works together with change: https://gerrit.onap.org/r/#/c/21199/ which bootstrap DCAE using values provided by this change. Issue-Id: DCAEGEN2-128 Change-Id: Ib78fafb6ed1d17ed71eac3cbdc199418a7e5fd30 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-27Harmonize OpenStack typosEric Debeau2-10/+10
Change-Id: I3733169c8bcd09df74042ceba0bcc07d14ca5c24 ISSUE-ID: INT-306 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2017-10-26Change DACE by DCAEEric Debeau2-29/+29
Change-Id: Ifde0eea9bd45d144dccd1295d837ecdff34b2d43 ISSUE-ID: INT-306 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2017-10-26Fix text substitution keyname typoLusheng Ji1-15/+15
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-23Add multiservice VM IP to SO init scriptMarco Platania1-0/+2
Change-Id: I2850284c39027cf5b8a185436bae5b81c332f8f5 Issue-ID: SO-181 Signed-off-by: Marco Platania <platania@research.att.com>
2017-10-23Clean up DCAE GEN 1 params from Heat templateMarco Platania2-84/+45
Change-Id: Id76c7a561494f7aa201b728f1f62e88f198496cc Issue-ID: DCAEGEN2-127 Signed-off-by: Marco Platania <platania@research.att.com>
2017-10-22Add proxying healthcheck to consul etcLusheng Ji2-51/+162
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-20Fix spelling in ONAP heat templateGary Wu1-1/+1
Change-Id: Icbb44f9d569954a8a2d90be755628040344b51b8 Issue-ID: INT-288 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-10-20Fix VNF instantiation issues in SO and RobotMarco Platania4-6/+10
- Add keystone version to SO config file - Add public_net_id and script_version to Robot - Replace non-ASCII copyright sign in Heat templates license Change-Id: I76b9caf19720c5b4ba7534c7d5ba329634860ff0 Issue-ID: INT-288 Signed-off-by: Marco Platania <platania@research.att.com>
2017-10-16Update dcae2 vm_init and intsall scriptsLusheng Ji1-2/+16
Issue-Id: DCAEGEN2-127 Change-Id: I4e8221972144495d9f121e4f5cfc775d141b15cb Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-11Add docker run instruction in demo for esr.lizi6-0/+15
Change-Id: I9b0fe996a337d88ab081f0033aec07ff0c80b09b Issue-ID: AAI-421 Signed-off-by: lizi <li.zi30@zte.com.cn>
2017-10-05Fix network config in DCAE GEN2 VMMarco Platania1-6/+1
Change-Id: I6e4cf47cbf92c471f3b8e6a05c58d636198f2af4 Issue-ID: INT-213 Signed-off-by: Marco Platania <platania@research.att.com>
2017-10-01Add CLI docker version numberMarco Platania8-0/+20
Change-Id: I2b7cb0d8969cd9eb4185b225d913a2b04d2933e9 Issue-ID: INT-213 Signed-off-by: Marco Platania <platania@research.att.com>
2017-10-01Fix bugs in the installation processMarco Platania4-4/+4
- Add short-term fix to robot script after MSO/SO renaming - Change docker version number in SDNC Change-Id: I625e09457b843c875ea19c69ed6078f88a978f17 Issue-ID: INT-213 Signed-off-by: Marco Platania <platania@research.att.com>
2017-09-29Update Heat template for ONAP installationMarco Platania3-388/+388
- Comment out sections about DCAE GEN 1 - Ugrade Robot VM flavor to medium Change-Id: I7fdd37675090571548a5ae8f14fc4a9c27ceb3fe Issue-ID: INT-213 Signed-off-by: Marco Platania <platania@research.att.com>
2017-09-29Add DCAE GEN2 to Heat templateMarco Platania7-14/+434
- 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>
2017-09-27Set portal_docker version to 1.3-STAGING-latestChristopher Lott (cl778h)4-4/+4
In preparation for release of Amsterdam. Change-Id: Ic0df3e6aa9198fec88c01eed5ce75bf93c4e6b57 Issue: PORTAL-109 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-09-27Remove version number from keystoneMarco Platania1-1/+1
- Affected components: - Rackspace Heat template - dcae_install.sh Change-Id: I0635be8cdba305822db8c175777ecac33d3da40d Issue-ID: INT-197 Signed-off-by: Marco Platania <platania@research.att.com>
2017-09-22Fix path to SDNC containersMarco Platania1-1/+9
Change-Id: Ia7a7b1694bd7a2a0cb3979c544490f63ad0ba45d Issue-ID: INT-213 Signed-off-by: Marco Platania <platania@research.att.com>
2017-09-21Add OPEN-O VM to Heat templateMarco Platania8-510/+981
- Add OPEN-O VM with MSB, Multi-VIM, VNFSDK, VFC, UUI - Add branch name per component - Add docker version number per component - Add xxlarge flavor to Heat for OPEN-O VM - Add MSB, Multi-VIM, VNFSDK, VFC, UUI to DNS config - Rename MSO to SO (wherever possible) Change-Id: Ie64563486212b4589b190e5c52d6524f9ca22850 Issue-ID: INT-213 Signed-off-by: Marco Platania <platania@research.att.com>
2017-09-14Fix repo name in CLAMP VM descriptionMarco Platania1-1/+1
Change-Id: I9e83e9e1b4f5195e837f11fcdeab4ccc07603dc5 Issue-ID: INT-115 Signed-off-by: Marco Platania <platania@research.att.com>
2017-09-12Merge "Automatically Set Tenant in Robot VM"Marco Platania1-0/+2
2017-09-11Automatically Set Tenant in Robot VMYang Xu1-0/+2
Issue-Id: INT-192 Change-Id: I29f0cbe1019c0134d56f7ef04a05cf0b17cfb0cc Signed-off-by: Yang Xu <xuyang11@gmail.com>
2017-09-11Automatically Set Tenant In Robot VMYang Xu3-0/+6
Issue-Id: INT-192 Change-Id: I46fa28a4d05a45448eaf644a53c33094655ae12b Signed-off-by: Yang Xu <xuyang11@gmail.com>
2017-08-30name alignmentMichael Lando4-16/+16
as part of the name alignment i want to change all occurrences of asdc to sdc. Change-Id: I2eb9ff087d3cfd61c0c1347d085dd02da64c2d89 Issue-Id: INT-100 Signed-off-by: Michael Lando <ml636r@att.com> Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-08-29Add CLAMP VM to ONAPMarco Platania8-4/+346
- Extend Heat templates with CLAMP resources definition - Create installation scripts for CLAMP - Update DNS configuration Change-Id: I1db7f884f8318eceb74dace972f8ad808ac8551d Issue-ID: INT-115 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-21Fix OAM network name in SDNC VMMarco Platania1-2/+2
Change-Id: Ia8d22144f94ba104595bf33a8e080a5f9471aad2 Issue-ID: UCA-33 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-21Parametrize ONAP installation repositoriesMarco Platania8-146/+515
- Remove hardcoded repository names from installation scripts - Add parameters in Heat template - Use those parameters in the install scripts Change-Id: I3feadda7da22c282bd00618903de9aac1c01055b Issue-ID: UCA-33 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-16Add AAI searchservice entry to DNS configurationMarco Platania4-24/+24
- Add the searchservice entry to DNS zone file - Rename aai2_* install/init scripts to aai_* - Point Heat template to aai_* scripts Change-Id: Ife73688cdc2cf01dc9aa89d8b91db79eea6ea15b Issue-ID: AAI-128 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-10Add vCPE use case heat/install scriptsMarco Platania4-0/+26
Change-Id: I5ec26dc5bdfa647c15b2db88829b75ed713caf42 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-03Change OAM CIDR to /16Marco Platania4-4/+4
Change-Id: Ib0f72a46b934458a5a40f88d8416fb2c57a63d04 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-02Move heat templates from openecom to onapMarco Platania4-52/+52
Change-Id: I1fdcfe9a76ae06de797a66a25600ce767c64d166 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-01Move poms/scripts from OpenECOMP to ONAPMarco Platania8-0/+5480
Change-Id: I733aa812860e5126ffbf1242780006a611e0a694 Signed-off-by: Marco Platania <platania@research.att.com>