aboutsummaryrefslogtreecommitdiffstats
path: root/heat
AgeCommit message (Collapse)AuthorFilesLines
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-07Merge "Updated vGW env, yaml and install scripts"Marco Platania2-0/+14
2017-11-06Configure route to vBRG via vBNG on vGMUXEric Multanen2-2/+16
Add parameters to the heat template to allow configuration of the route the vBRG from the vGMUX via the vBNG. Change-Id: I7aef31af7470ceb264af06326af8724246c7d8ed Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-11-06Updated vGW env, yaml and install scriptsSrivahni2-0/+14
Included mux_ip_addr and vg_vgmux_tunnel_vni parameters in the env file Included definitions for mux_ip_addr and vg_vgmux_tunnel_vni in the yaml file Change-Id: Ibbfca035e44f00094e5231bb3d21610e9b1c239c Issue-ID: INT-63 Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
2017-11-06Merge "Cleanup vFW/vPacketGen templates for closed loop"Gary Wu8-139/+136
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-04Cleanup vFW/vPacketGen templates for closed loopMarco Platania8-139/+136
- Parameters renaming - Remove redundancy - Remove unused parameters Change-Id: I978e3a815d321e831481e7755ce59c514fc90b86 Issue-ID: POLICY-409 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-04Merge "Create 2 VNF form of vFW"Marco Platania6-0/+658
2017-11-04Create 2 VNF form of vFWBrian Freeman6-0/+658
Issue-ID: POLICY-409 Change-Id: Ibdc35d01fb891ba044433576f59f100fbb46d313 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-11-03Update bng model to define sdnc_ip_addrMatt Welch1-0/+4
The yaml for the bng needs a definition for sdnc_ip_addr. This change should have been included in: https://gerrit.onap.org/r/#/c/21569/ Change-Id: I846ef08878c4e312f161e5b8c3ad7006a7d58749 Issue-ID: INT-63 Signed-off-by: Matt Welch <matt.welch@intel.com>
2017-11-02Update vBNG for communication with SDNCMatt Welch2-0/+3
Enable ipv4 forwarding on vbng and add config to enable communication with the sdnc VNF. Updated 'dummy' addresses from 30.0.0.0/24 to 192.168.40.0/24 subnet to prevent collision with public IP subnet. Change-Id: I89d3b8d972822caaedeab2aa00dd4a0c9f19654d Issue-ID: INT-63 Signed-off-by: Matt Welch <matt.welch@intel.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-31Merge "Add vvG and manifest files"Marco Platania5-0/+87
2017-10-30Add vvG and manifest filesJerry Flood5-0/+87
Issue: TEST-14 Change-Id: Ia99a52647941518148cd383b02ddb940818e6273 Signed-off-by: Jerry Flood <jf9860@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-30Merge "Support MultiCloud proxyed Designate for DCAE"Marco Platania2-94/+86
2017-10-30Merge "Included compile state in vbrg env and yaml files"Marco Platania2-9/+15
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-27Included compile state in vbrg env and yaml filesItohan2-9/+15
Modified vbrg env file to include compile state Modified vbrg yaml file to pick compile state and automatically create /opt/config/compile_state.txt Change-Id: Ic49568142eedbd1a5f483c6d06424be864b52c0e Issue-ID: INT-63 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-10-27Fixed vbrg Install, env and yaml sciptsItohan2-35/+35
Fixed bugs in vCPE vbrg emulator install script Modified Script to include different build modes Fixed here documents bind_nic.sh and set_nat.sh Commented out the 192.168.1.0/24 network configurations in the yaml and env files Change-Id: I2f6dee1843e6e289fe199844ed80d010257bce63 Issue-ID: INT-63 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-10-27vCPE vBNG: fix v_bng_install.sh, env, & yamlMatt Welch1-0/+1
Update vBNG environment and heat templates. Update v_bng installer for ONAP cloud environment, add 'build state' control to phases of the installer. Automatically detect ethernet pci devs for vpp. Remove binary blobs from Vpp-Integrate-FreeRADIUS-Client-for-vBNG.patch (cause of the HUGE line count in this patch) Modify Vpp patch to include dhcp.api.h file which fixes build errors. Change-Id: If9e61185f2dde9095efda08aa8f72c2c03c475e7 Issue-ID: INT-63 Signed-off-by: Matt Welch <matt.welch@intel.com>
2017-10-27Merge "Fixed vbrg Install, env and yaml scipts"Marco Platania2-35/+35
2017-10-27Merge "Replace copyright symbol in Heat template license"Gary Wu3-3/+3
2017-10-27Replace copyright symbol in Heat template licenseMarco Platania3-3/+3
Change-Id: I012c71fbe256efaa7254bd270d57e35923458543 Issue-ID: INT-288 Signed-off-by: Marco Platania <platania@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-17Fix naming conflict in vLB/vDNS Heat templateMarco Platania1-5/+5
- Rename DNS2 VM and ports Change-Id: Ic19865785c73c777f68ea177493eec9363c95ae0 Issue-ID: SDC-448 Signed-off-by: Marco Platania <platania@research.att.com>
2017-10-17Fixes for vCPE vG-MUX install scriptEric Multanen2-0/+7
Addresses the following items: - Do not setup auto configuration for eth1 and eth3 These interfaces will be used by vpp so they need to be down - Fix pci bus numbering for vpp interfaces - Fixes to properly create the 'save_config' script - Install linux-image-extra package to get uio_pci_generic driver module for the vpp dpdk interfaces - fix build of honeycomb so the jvpp-ves module built by vpp can be found - Patch libevel.so code to tweak the VES data produced so that sourceId and sourceName come from the openstack vnf_id property (instead of vm_uuid and vm_name) Issue-ID: INT-63 Change-Id: I469c2377df9dd9920a5769628b2b14d043d55d63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.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-10Fix patch URLs for vCPE use case and other fixesEric Multanen3-5/+5
Fixup URLs for the patch files to be applied to VPP and honeycomb components. Fix what looked like a typo in vgmux key attribute. Create maven ~/.m2 directory before saving file to it. Change-Id: Iccd10dac44b51a3ad4721422619c8823d8fa65bb Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
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-02Update IPs in the vCPE templatesMarco Platania3-3/+3
Change-Id: I737fe38d4a095c9bad98b47b5dc7081dd761ef51 Issue-ID: UCA-32 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-26Fix typos in vCPE Heat templatesMarco Platania2-3/+3
Change-Id: I784c221c0428f25820be850f5f8f488b332ed324 Issue-ID: UCA-32 Signed-off-by: Marco Platania <platania@research.att.com>
2017-09-26Take out private networks from vCPE Heat templatesMarco Platania15-126/+115
- Take out shared networks (use network templates in SO) - Remove rackspace from templates name - Modify MANIFEST files accordingly Change-Id: I43f778eff74cf525b5ad7628ccdc38dfab7d0ef4 Issue-ID: UCA-32 Signed-off-by: Marco Platania <platania@research.att.com>