aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05Parametrize CIDR and Netmask in the demosMarco Platania13-38/+198
Change-Id: I01f46fc1ee5cd1774e3db2e3381081dc9fc4c967 Signed-off-by: Marco Platania <platania@research.att.com>
2017-06-02SDC,MSO & Robot VM are inaccessible after rebootArun Arora3-3/+6
Install scripts (/opt/<VM Name>_install.sh) of SDC, MSO & Robot VMs change the Interface name from ensX to eth0 in the interface configuration file. Same changes are needed in /etc/udev/rules.d/70-persistent-net.rules else IP address is not configured in these VMs post-reboot due to which these VMs become inaccessible. Change-Id: Ic139943579347253c9c051ff0a8451906d0e8017 Signed-off-by: Arun Arora <aroraarun@vmware.com>
2017-06-01Change script name in AAI installMarco Platania1-5/+5
Change-Id: I3b6cf68dac752ce721f867912c57946487dfabdd Signed-off-by: Marco Platania <platania@research.att.com>
2017-06-01Fix init script name in A&AI install scriptMarco Platania1-2/+2
Change-Id: I8a7460f95ce9fc143f00ee9e0695a1444ad6eda2 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-30Add A&AI-VM2 configMarco Platania5-11/+308
Change-Id: I888f584a4c2a8b1cc3fc91a0ce884b17d165be19 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-25Fix for vLB5.0 testsgokuls1-2/+3
Change-Id: Iccc8edbe555a43801b1d732a44ae1e5d8cdf87e0 Signed-off-by: Gokul Singaraju <goksing@gmail.com>
2017-05-24Minor fix between collector and testcoll scriptsgokuls2-11/+24
Change-Id: I666d1d41a0ded5890c53b9d502e98b8e6687568a Signed-off-by: Gokul Singaraju <goksing@gmail.com>
2017-05-24Fix bug in bind config for OpenStackMarco Platania1-1/+1
Change-Id: Iad5eec011a0666ea321da501df9e75803d61b434 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-23fix portal/dns gre issuesMarco Platania2-10/+14
Change-Id: I652e5d8d4389b95feec8ec8b3b953748d3644d41 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-23consolidate rackspace and openstack pktgen for vLBMarco Platania5-160/+18
Change-Id: Ic8ff995cc4c5ff71e2e2f0ee14661a40b84dbafc Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-23Change MTU size to private NICsMarco Platania11-22/+23
Change-Id: I6cfdd2d23dd36b9063dbc98ac0c164db0dcef787 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-23Enable dynamic mask detection in vLBMarco Platania2-47/+45
Change-Id: I19e5bc22f5dc813af3a24abe469a57ee6f3affd4 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-22Minor changes for VES version 28.1gokuls2-16/+1
Change-Id: Ia10d6e27a32505d18c027666e7054acad8e42787 Signed-off-by: Gokul Singaraju <goksing@gmail.com>
2017-05-19Fix eth0 issues in vLB demoMarco Platania2-45/+47
Change-Id: I228c689effa5374cb5b93b34e3763d715f024be1 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-19Fix issues with the MTU size in vFW/vLBMarco Platania5-0/+31
Change-Id: Icc391c10bafa076b4ce74ca53e29a2e808f65a9d Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-19Assign public interface to vFW in OpenStackMarco Platania8-68/+90
Change-Id: I6a7c640edbca8a4d726d7bb2358924f07c004b9e Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-19Add base name to VMs in RackspaceMarco Platania2-12/+66
Change-Id: Ib337b7b9ecf11d3df1804a9e0f809d72815e2bc4 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-18[UCA-13] Enable DNS recursive queriesMarco Platania5-3/+8
Change-Id: Ia0f4ca27a3f0cdd08eb830fc5d4b8c9a03ed0e62 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-18Change location of VES5.0 codeMarco Platania1542-0/+0
Change-Id: If8a1173813eb4d5c14c04b132269696a748505e7 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-18Merge "removed vFW vLB extra executables"Marco Platania2-0/+0
2017-05-18Merge "VES5.0 development changes not for test"Marco Platania1544-0/+162896
2017-05-18removed vFW vLB extra executablesgokuls2-0/+0
Change-Id: I76f7fe17741217dab7ba345a9e833b485083eca7 Signed-off-by: Gokul Singaraju <goksing@gmail.com> Change-Id: I76f7fe17741217dab7ba345a9e833b485083eca7 Signed-off-by: Gokul Singaraju <goksing@gmail.com>
2017-05-18Remove floating IPs from vLB demoMarco Platania5-83/+1
Change-Id: I65603f889271b6e99f977e6700df3a1ed384456f Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-18Assign public IP to vLB VMMarco Platania3-28/+40
Change-Id: I30d2a21b24e2c5b3985307444408c30319886f9d Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-17VES5.0 development changes not for testgokuls1544-0/+162896
Change-Id: Ib44b38d24e8c841c1a85aaf82265b10f3d387b0c Signed-off-by: Gokul Singaraju <goksing@gmail.com>
2017-05-17change branch name in AAI initMarco Platania1-1/+1
Change-Id: I58aea899d9d896d324f1a7f03061933575598293 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-17Add public interface to vLB in OpenStackMarco Platania2-15/+20
Change-Id: Ibca9220dcb511f6875aede0ecda47ddc9dd446ba Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-18Merge "Fix dns lookup failure"Marco Platania1-3/+3
2017-05-18Fix dns lookup failureGuo Ruijing1-3/+3
Change-Id: I30f45e82ccb4268bd6ba8b93485ddba17650c010 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-05-17Merge "Add dns list for demo vagrant"Marco Platania1-0/+1
2017-05-17Testing vLB in OpenStackMarco Platania2-22/+32
Change-Id: I528f6ec3d920cd75d5d916b240ea69cfe96ea169 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-17Add dns list for demo vagrantGuo Ruijing1-0/+1
Change-Id: I4e70d802f481ea39092d97d445620f056c07424b Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-05-16Fix DB name in VID init scriptMarco Platania1-1/+1
Change-Id: I8da0d3cd1fc85b394cdf8727d77837abde60392b Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-15Add Heat templates for vLB in OpenStackMarco Platania6-0/+756
Change-Id: Iea672ec70b6e7b8bda65ae866b6c4a68c630e996 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-15Add templates and config for vLB in OpenStackMarco Platania13-23/+277
Change-Id: Iea69a49b3dc6739a5ee003d61a31e935c9f26476 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-15[COMMON-11] Add license to Heat templatesMarco Platania4-0/+96
Change-Id: I84fe085e923cc57867a8eaf50331ee9ecb81d3f4 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-15[UCA-15] Allow root access to ONAP VMsMarco Platania12-0/+48
Change-Id: I2f70c71cd9c93aace320f4588eb7e4b8cff1bf6d Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-12[MSO-15] Add cloud_sites instructions to MSOMarco Platania7-7/+50
Change-Id: Ie247d23ac88adf4f3680b87bec8cb17071e4b508 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-12Merge "setup onap demo by vagrant"Marco Platania11-0/+284
2017-05-13setup onap demo by vagrantGuo Ruijing11-0/+284
Change-Id: I7d46f7f6081e7aed0cc2ea2506a47925171f9be2 Co-Authored-By: Chen, Wei <wei.d.chen@intel.com> Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-05-11update paths to containers in policy and vidMarco Platania2-9/+9
Change-Id: I1cfb13264f0e03a2b92388b3a080335f5c26b66e Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-11fix issue with external DNS list in HeatMarco Platania6-12/+24
Change-Id: I134281de656c25af6181ca5bf5d0246e7d786650 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-10Ensure MariaDB image is presentVictor Morales1-0/+1
The vid_vm_init.sh script creates two containers. The vid-mariadb container requires that a MariaDB Docker image is present. This change guarantee the presence of that image. Change-Id: Ibb71b576f302618d7e483346a5e214d844cfc501 Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-05-09[DCAE-7] Pass image names and flavors to DCAEMarco Platania2-9/+16
Change-Id: Ifa2626f58c86fe41340f30cc7b66690bd93f1c9b Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-09[DCAE-7] added parametized images/flavor supportMarco Platania4-0/+50
Change-Id: I67105a89948b0e8aeabb768a5f5cfd07dd0bca6f Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-09[UCA-10] Fix issue with MTU size in dockersMarco Platania20-12/+236
Change-Id: I19db615d3f5364d6b0894aabf5de60d192183595 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-08Update set of Heat templatesMarco Platania10-1827/+1496
Change-Id: I1179f37d91752dc83b8d1d6894c02a1f2c5a71b8 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-07fix HDP VM IP address in DCAE configMarco Platania2-3/+3
Change-Id: I93e1545f2806861773547686e55bda0c585e40bc Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-05Change DCAE config file layoutMarco Platania1-8/+7
Change-Id: Idaecf22f8182152458ef07c6b95209bc824dfb73 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-05[DCAE-7] Supporting vanilla OpenStackCarsten Lund2-1/+6
Change-Id: I5162b7bfb74adbb074335955f675e79345c46d41 Signed-off-by: Carsten Lund <lund@research.att.com>