aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2017-05-05Pass SDC IP address to AAI VMMarco Platania1-0/+2
Change-Id: I40dd84c4b78e50ad73dd58bf37d184e0e0a21606 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-03Merge "Don't hard code second disk in asdc_install.sh"Marco Platania1-2/+2
2017-05-03Attach second disk to sdc before bootedEthan Lynn1-7/+3
Somce openstack env can't recognize second disk until OS is rebooted, this patch directly attach the second disk to instance when it is creating. Change-Id: I54fed1dff37489d38862b03369ff72bd4dd1b84b Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-05-03Don't hard code second disk in asdc_install.shEthan Lynn1-2/+2
Some openstack env will reconignized the second disk as 'sdb', so it's better avoid to hard code 'vdb' in asdc_install.sh. Change-Id: I8e7f77931b70c71f3f27061623cc928a96c40f6c Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-04-28fix issue with DCAE config fileMarco Platania1-2/+1
Change-Id: Ie3f8234f930d6a410097d8e90206ecdd2d84b77d Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-28fix typo in DNS VM in OpenStack heatMarco Platania1-1/+1
Change-Id: I5509f4b64708cb7ef01540b31d407fd0664162a7 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-28enable no floating IPs in install scriptsMarco Platania12-41/+369
Change-Id: Iec5a16e401d7c1f581f05a4b7a9b8ee2708cd4e3 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-25use correct DCAE collector IP with DNSMarco Platania3-5/+5
Change-Id: I79cccf2741f83002d9f444864d41052ad15f0a20 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-25add parameters to DCAE Heat/installMarco Platania5-34/+164
Change-Id: Ic5de2e5e7716db5d2f2ce2a9f814fbcd1c706b3e Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-25fix circular dependency in heat for vLBMarco Platania2-2/+7
Change-Id: I606d4d16b1dd48aaf1fdb81174c9edc1186daea2 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-24Install scripts for vLB demoMarco Platania18-578/+606
Change-Id: Idb14df185ac595ba87e832a0b8d3c47b960a83e1 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-24Merge "fixed netconf port; fixed delete dg"Marco Platania2-3/+3
2017-04-24fix issue with artifacts version in vFWMarco Platania7-17/+12
Change-Id: I8bec217e5813924de4ce17dc19dcb5c704917471 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-21fixed netconf port; fixed delete dgBrian Freeman2-3/+3
Change-Id: I41a23f11ac72979a1e88ee703bfdcdac96c8d670 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-04-21vFW templates for OpenStackMarco Platania9-443/+759
Change-Id: I601d534e4c8c8273df780a7d932e288193ccb541 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-21vFW install scriptsMarco Platania3-0/+191
Change-Id: I15f3fb3fe9fa5e44bf014e08f07b5a10cf79d320 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-21Remove AAI dependency on SDC form HeatMarco Platania2-15/+13
Change-Id: I92b34360849518cff3dc904564e732836396cfd5 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-20update java version for APP-CMarco Platania1-1/+1
Change-Id: I9352a23abe8210ff662904e7a1b198df7bee533d Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-20Update Heat tempatesMarco Platania5-2/+2237
Change-Id: I47999667b8c5cf3582d73e29d2ef9eb69ab15115 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-19Initial Tutorial on SDNC to APPC NetConf MountBrian Freeman5-0/+89
Change-Id: I0d5b4fc3fef63aea465013d051667f4380429b26 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-04-19fix MSO credential issues in OpenStackMarco Platania1-4/+2
Change-Id: I2e9010d5891ddf3985f0bf431edffe543e1825c5 Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit 8b1b31d313eae79e7bc016a729bf9c5c056b431a)
2017-04-18fix docker engine auth in vid installMarco Platania1-1/+1
Change-Id: If6de5979e4b582b872b235bf09b9ce653d63174f Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit fff78c0c48ae5ecab1c5d3a80876764f83739a91)
2017-04-18allow unauthenticated docker-engine downloadMarco Platania11-43/+10
Change-Id: I2c00fb108770efc36ef22fce6d1474f625e6df0e Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit 478e6defde66ace4b204fc20fee7a24ef77ccceb)
2017-04-18Merge "Fix bugs in bind configuration"Marco Platania2-3/+3
2017-04-17Fix bugs in bind configurationMarco Platania2-3/+3
Change-Id: I57467abe8f76171928772a08f3754b39675c7b43 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-18fix dependency list in MSO, Portal and APPCMarco Platania3-8/+15
Change-Id: Ib50ca5531d7e7d1896746e3177705493b393da0e Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit 38a235e58cc6466e0b61d03b918c81c77ed57c79)
2017-04-17Add floating IPs for DCAEMarco Platania3-7/+11
Change-Id: I3996a21ec735a0ad14d5e42e67d006063f9db72c Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-17remove spaces from heat templateMarco Platania1-11/+11
Change-Id: I35310e60fe40766b67c71780069bba5090deba09 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-17fix heat template formatMarco Platania1-91/+80
Change-Id: Ia753862aa4244911c61558b5a246bc5b6f41bc53 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-17Change server name in deploy.shMarco Platania3-1514/+39
Change-Id: I956a4b0170790e17365cb6eaa753d2495a5fa40b Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-17Mitaka Heat Templatechrisreece1-0/+1495
Change-Id: Idce3236affa808cb4e29767a718548f54eaa7810 Signed-off-by: chrisreece <creece@awardsolutions.com>
2017-04-17fix networking issue in some Mitaka distributionsMarco Platania3-0/+3
Change-Id: I7fbb9fdd748095e413379380298f058a76de318c Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit 7187f7ebd90a3a87f15c406cec4ebcda00229343)
2017-04-14fix bug in dns install scriptMarco Platania1-0/+1
Change-Id: I80a8f14f3f9fd084c8cb4c6878c9dc612bccf543 Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit f5311062d139e0f1cd0b9b9fbc664a044c8782d5)
2017-04-14add HC against SDC to AAIMarco Platania2-1/+18
Change-Id: I5df8fbcba3626d7004cfca95723ff93ef38e2a97 Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit bfebee18e7513fd3d42783fabbdff78b3a34c3c1)
2017-04-14fix issues in dcae and sdc installMarco Platania2-5/+6
Change-Id: I34f95025a7add59c190a295b2b5512c356f72657 Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit d26a4b00c757202960df8e41e5a0b2eae41a2d5c)
2017-04-14move docker key instructionMarco Platania11-11/+11
Change-Id: Ia91176e98e1e578aa05745aa8f3b97995ef8bb55 Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit dce86012866282cf906bc4f0a62cc5b224dac199)
2017-04-14add ASDC install scriptMarco Platania1-0/+92
Change-Id: I24b2daa4699685dbb32fbd0f045557b1f807c98f Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit 8ce1c7aa2b016eb9fb776533f08863d2a8df5eba)