aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-16Remove config folder from vLB install scriptMarco Platania2-2/+0
- Config folders are created in the Heat template Change-Id: I03e0d2c62f7a023c9004886f5ade28ce56470c42 Issue-ID: UCA-34 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-16Add AAI searchservice entry to DNS configurationMarco Platania12-395/+53
- 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-15Fix ARP issues in vLB and vPKTGENMarco Platania6-27/+19
- Retrieve vLB and vPKTGEN's MAC address in Heat template - Assign those MAC addresses to VPP tap interfaces Change-Id: Ib4e5d4981031328ca8dc54bd7e5b0031c7f41846 Issue-ID: UCA-34 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-15Merge "Update vLB to Ubuntu 1604 and VPP 1707"Hector Anapan-Lavalle12-67/+273
2017-08-15Merge "Update portal_vm_init.sh to move logback.xml"Marco Platania1-0/+2
2017-08-15Update vLB to Ubuntu 1604 and VPP 1707Marco Platania12-67/+273
vLB based on Ubuntu 1404 and VPP 1609 doesn't work in some OpenStack labs Change-Id: Ibbd904d0eed1f02b7aca2d173e469c53f235f700 Issue-ID: UCA-34 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-15Update portal_vm_init.sh to move logback.xmlVaibhav Jain1-0/+2
The logback.xml is moved to base directory from where all other config files are picked. Change-Id: I7c82b968ba15d83aaa61ec8e7878a8415f7d607c Issue-ID: PORTAL-74 Signed-off-by: vaibhav.jain1 <vaibhav.jain1@amdocs.com>
2017-08-11Fix path to vWEB in vCPE infra Heat templateMarco Platania1-3/+3
Change-Id: I8465a144e940d840bebc50d7b2c707fbf704ddc7 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-11Remove useless commentsMarco Platania7-7/+0
Change-Id: I787ea63999ab302c064f4288ea68bd0de5139d37 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-11Fix vDHCP startMarco Platania5-5/+115
Change-Id: I68c8a27b27892fb3a1433f73c7a4e199f3d27a3b Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-11Add fixed IPs to vCPE-vBRGEMU and vCPE-vGWMarco Platania4-3/+15
Change-Id: I0bc01ca1ae3089d23bf21c52ecf9170dc60ae458 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-11Fix path to KEA-DHCP in install scriptMarco Platania1-1/+1
Change-Id: I7098a57356875e0320a9a3bd161f932bd779492c Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-11Change VNF local IP addressesMarco Platania4-10/+10
Change-Id: Iee0c4d672f08197f9457772204e3621b1c65f6b6 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-11Fix network names in vCPE heat templatesMarco Platania8-12/+12
Change-Id: I37b3574ec72c15481e2aee5ae8db7e5bff143a88 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-10Fix path to KEA-DHCP in install scriptMarco Platania1-1/+1
Change-Id: Icd5ffa67d9b34162f183080470e9e309c03d5cd6 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-10Add vCPE use case install scriptsMarco Platania23-0/+1327
Change-Id: I36085089fcb524f9b0526717449feefc1c45f73b Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-10Add vCPE use case heat/install scriptsMarco Platania19-119/+240
Change-Id: I5ec26dc5bdfa647c15b2db88829b75ed713caf42 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-08Rename MSO repo to SO in MSO install scriptMarco Platania1-1/+1
Change-Id: Ied2118c74e055a641df58d51185155d1b6669b3f Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-08Clean up vCPE Heat templatesMarco Platania9-175/+85
Change-Id: I1227bb9751cec36cba2ba5e03d6f0ed302fb1489 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-07vdhcp and kea hook installBrian Freeman1-0/+101
Change-Id: I6366496e9cc7ed12d402fc25bee24faeb4f4722a Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-07Drop variables now published elsewhereChristopher Lott (cl778h)1-7/+2
Changes were merged to the os_settings.sh script within portal/deliveries so drop the redundant assignments in the portal_vm_init.sh script. Change-Id: If0c61dac343aebf4488525184597807095649307 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-08-07Revise portal start script for robustness.Christopher Lott (cl778h)1-22/+39
1. Use portal script variables instead of hardcoded strings. 2. Remove named Docker containers BEFORE attempting to tag them; this script failed if docker containers were lingering. Change-Id: Id9ad8794f35745a02015768ca8b3eed16ad7dd73 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-08-04Merge "Initial KEA DHCP Hook"Marco Platania14-0/+616
2017-08-04Initial KEA DHCP HookBrian Freeman14-0/+616
Change-Id: I21c8184c8845e620400d0c2419b6ff16c7ffecc9 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-04Merge "Change OAM CIDR to /16"Hector Anapan-Lavalle8-10/+10
2017-08-04Changed image to Ubuntu 16.04Brian Freeman5-5/+5
Change-Id: I6c4a290fb351fc7ed3a6e9253da5659c0327b5ba Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-03Fixed vweb port typoBrian Freeman1-1/+1
Change-Id: I9f0593b6c73f6e06f02ffeaf44bf314f45d82191 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-03Added webserver and update ONAP OAM CIDRBrian Freeman5-7/+76
Change-Id: I831b3cb0313402d1f409dc099137053a7c637164 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-03Change OAM CIDR to /16Marco Platania8-10/+10
Change-Id: Ib0f72a46b934458a5a40f88d8416fb2c57a63d04 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-03Updatd after network review 2017-08-03Brian Freeman13-229/+433
Change-Id: I29e9610c18f3592fe933c247fd97afb6581ba974 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-03Merge "vCPE vGW and vBRGEMU HEAT Templates"Marco Platania6-0/+570
2017-08-02vCPE vGW and vBRGEMU HEAT TemplatesBrian Freeman6-0/+570
Change-Id: I1d14aebf2cea54a84f58372962ed6ef45ef6c611 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-02Add AAI ui entry to DNS configurationMarco Platania1-0/+1
Change-Id: I0f9d8e9cca6cd0f860c60e1c51c477d00d941413 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-02Move heat templates from openecom to onapMarco Platania13-70/+70
Change-Id: I1fdcfe9a76ae06de797a66a25600ce767c64d166 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-01Correct name of Docker containers when cleaningChristopher Lott (cl778h)1-2/+5
1. For portal, was using ecomp_portal, should be onap_portal 2. For widget-ms, was using IMAGE widget-ms:latest, should be ecomp-portal-widget-ms Issue: PORTAL-30 Change-Id: I954ea14d997c272bec2ced20de8dcf381ef13769 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-08-01Move poms/scripts from OpenECOMP to ONAPMarco Platania41-88/+113
Change-Id: I733aa812860e5126ffbf1242780006a611e0a694 Signed-off-by: Marco Platania <platania@research.att.com>
2017-07-31Merge "Delete VES evel library"Hector Anapan-Lavalle2-0/+0
2017-07-27updated portal new docker imagesManoop Talasila1-0/+5
Change-Id: I286f8a714b2dee5e0b44f99abe4b14485045b948 Signed-off-by: Manoop Talasila <talasila@research.att.com>
2017-07-27Delete VES evel libraryMarco Platania2-0/+0
Change-Id: I27d1398033552bf06e192eab4944e925b03e6867 Signed-off-by: Marco Platania <platania@research.att.com>
2017-07-25Fix make install in DCAE and MR VMsMarco Platania2-2/+2
Change-Id: Ic0f3093fe0716ffcd3089d9af042f8c9866ba375 Signed-off-by: Marco Platania <platania@research.att.com>
2017-07-25Fix Nexus URL in POM fileMarco Platania1-4/+4
Change-Id: Ie3fa4236318c7b7972aaad5e34e3f8e07b1cd088 Signed-off-by: Marco Platania <platania@research.att.com>
2017-07-25Add make package to ONAP VMsMarco Platania13-13/+13
Change-Id: I5137f0f62dd425a67662676f55de5f09fbbbdd86 Signed-off-by: Marco Platania <platania@research.att.com>
2017-07-20Merge "vCPE Infra and Metro HEAT Templates Issue-Id: UCA-32 Change-Id: ↵Marco Platania8-0/+1043
I273403a81f33e833ec85fc5f2f6f045a34d14be7 Signed-off-by: Brian Freeman <bf1936@att.com>"
2017-07-19vCPE Infra and Metro HEAT TemplatesBrian Freeman8-0/+1043
Issue-Id: UCA-32 Change-Id: I273403a81f33e833ec85fc5f2f6f045a34d14be7 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-07-14Fixed bugs with VoiceQuality and TCAgokuls8-78/+904
Change-Id: I0d839079b3a97116db05fa261146998200eb9ae3 Signed-Off-By: Gokul Singaraju <goksing@gmail.com>
2017-07-14Merge "Add floating IPs to DCAE VMs"Hector Anapan-Lavalle2-0/+37
2017-07-14Add floating IPs to DCAE VMsMarco Platania2-0/+37
Change-Id: I779c4b1549d7d5c0ff70dd43334ccce8476ae6f5 Signed-off-by: Marco Platania <platania@research.att.com>
2017-07-13Initial Tutorial vIMS CleawaterBrian Freeman11-0/+1841
Issue-Id: UCA-31 Change-Id: Ie7580af51b0ba31bd19ce84d733fdee34eeeaf55 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-07-11[TEST-46] - made distribution url a propertyMarco Platania1-2/+6
Change-Id: If4e2473098b8c92f368ca06d405c28721e995e36 Signed-off-by: Marco Platania <platania@research.att.com>
2017-06-30disallow changes to robot configMarco Platania1-14/+14
Change-Id: I038d75595e505f5b40346c4d8f9b7bfb9124a54d Signed-off-by: Marco Platania <platania@research.att.com>