aboutsummaryrefslogtreecommitdiffstats
path: root/heat/ONAP/onap_openstack.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-03-28Send both ubuntu versions to Robot VMamsterdamGary Wu1-2/+4
The closed loop Robot test suites need Ubuntu 14.04 for vFW, but 16.04 for vDNS. This change sends both versions to the Robot VM. Change-Id: Id837d55d1cceecfa0e0710067b23e0460d707cbc Issue-ID: INT-407 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-02-14Explicitly assign security group to VMs.Gary Wu1-22/+52
Change-Id: I5abbfc693a8bcaded15645ebcea3886e7428cced Issue-ID: INT-414 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit b72b4731516db640eff29c8f540623ed4446a7d4)
2018-01-04Reduce DCAE VM flavorsLusheng Ji1-2/+2
Previously all DCAE VMs are overprovisioned as m1.xlarge. Reduce to m1.large for Hadoop cluster VMs and m1.medium for other VMs. Issue-ID: INT-375 Change-Id: Icd58a3d9089c4da40ca906d50cbf5d4fd4ca74d4 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-12-08Fix Robot framework branchMarco Platania1-1/+1
- Robot Gerrit branch was erroneously set to message router branch. This has been now fixed. Change-Id: Iba0bcdbd4c0fbc750f1df6a30914daf272b3f6b5 Issue-ID: INT-288 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-15fill __docker_version__ in robot_vm templateSylvain Desbureaux1-0/+1
__docker_version__ was not filled before, causing the failure of robot docker (can't start). This patch solves it. Change-Id: I5c75b7f587a4bf43126a6eb74f86c2bce967e908 Issue-ID: INT-336 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2017-11-14Use private IP in SDC configMarco Platania1-2/+2
- Pass private IP to SDC VM via Heat - Use private IP to configure SDC internals Change-Id: I5be2734565e5585da8950767ddc61cc984df8fe2 Issue-ID: INT-334 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-13Cleanup installation platform for R1Marco Platania1-208/+66
- 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-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-01Add support for DNS zone fusionLusheng Ji1-11/+53
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 Ji1-11/+21
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-30Support MultiCloud proxyed Designate for DCAELusheng Ji1-76/+72
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 Debeau1-9/+9
Change-Id: I3733169c8bcd09df74042ceba0bcc07d14ca5c24 ISSUE-ID: INT-306 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2017-10-26Change DACE by DCAEEric Debeau1-14/+14
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 Platania1-65/+34
Change-Id: Id76c7a561494f7aa201b728f1f62e88f198496cc Issue-ID: DCAEGEN2-127 Signed-off-by: Marco Platania <platania@research.att.com>
2017-10-22Add proxying healthcheck to consul etcLusheng Ji1-51/+146
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 Platania1-3/+7
- 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.lizi1-0/+4
Change-Id: I9b0fe996a337d88ab081f0033aec07ff0c80b09b Issue-ID: AAI-421 Signed-off-by: lizi <li.zi30@zte.com.cn>
2017-10-01Add CLI docker version numberMarco Platania1-0/+4
Change-Id: I2b7cb0d8969cd9eb4185b225d913a2b04d2933e9 Issue-ID: INT-213 Signed-off-by: Marco Platania <platania@research.att.com>
2017-09-29Update Heat template for ONAP installationMarco Platania1-134/+134
- 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 Platania1-1/+133
- 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-21Add OPEN-O VM to Heat templateMarco Platania1-125/+237
- 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-11Automatically Set Tenant In Robot VMYang Xu1-0/+2
Issue-Id: INT-192 Change-Id: I46fa28a4d05a45448eaf644a53c33094655ae12b Signed-off-by: Yang Xu <xuyang11@gmail.com>
2017-08-30name alignmentMichael Lando1-4/+4
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 Platania1-1/+88
- 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 Platania1-37/+113
- 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 Platania1-6/+6
- 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 Platania1-0/+4
Change-Id: I5ec26dc5bdfa647c15b2db88829b75ed713caf42 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-02Move heat templates from openecom to onapMarco Platania1-13/+13
Change-Id: I1fdcfe9a76ae06de797a66a25600ce767c64d166 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-01Move poms/scripts from OpenECOMP to ONAPMarco Platania1-0/+1333
Change-Id: I733aa812860e5126ffbf1242780006a611e0a694 Signed-off-by: Marco Platania <platania@research.att.com>