aboutsummaryrefslogtreecommitdiffstats
path: root/boot
AgeCommit message (Collapse)AuthorFilesLines
2017-06-30disallow changes to robot configMarco Platania1-14/+14
Change-Id: I038d75595e505f5b40346c4d8f9b7bfb9124a54d Signed-off-by: Marco Platania <platania@research.att.com>
2017-06-29avoid hardcoded valuesNayan Deshmukh1-0/+16
in integration_robot_properties.py Change-Id: I8bd992d7e10dc87077d80506ef8710cb171c6329 Signed-off-by: Nayan Deshmukh <n.deshmukh@samsung.com>
2017-06-27export DNS as it is used in docker-compose.ymlNayan Deshmukh1-0/+1
Change-Id: I6bd1aee2d5acf6b831680fb7ac13ff30fc0fd1cd Signed-off-by: Nayan Deshmukh <n.deshmukh@samsung.com>
2017-06-12Fix docker image name in aai_vm_initNayan Deshmukh1-1/+1
Change-Id: I9a34dbc2083f06d1226c70c0b4cc331e3f388cfb Signed-off-by: Nayan Deshmukh <n.deshmukh@samsung.com>
2017-06-08Change owner to log dir in AAIMarco Platania1-0/+1
Change-Id: I462866504b1da1703a8dccd579d77c8091daaf2f Signed-off-by: Marco Platania <platania@research.att.com>
2017-06-07Add local DNS config to docker engineMarco Platania12-36/+84
Change-Id: I40d2528fc77e201c669e709765465dd1ff91f731 Signed-off-by: Marco Platania <platania@research.att.com>
2017-06-06Add second AAI instance to OpenStack templatesMarco Platania2-6/+14
Change-Id: I48799b2d7b4aec5b0bd627d9bec291c9f14c8787 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 Platania4-1/+227
Change-Id: I888f584a4c2a8b1cc3fc91a0ce884b17d165be19 Signed-off-by: Marco Platania <platania@research.att.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 Platania1-8/+13
Change-Id: I652e5d8d4389b95feec8ec8b3b953748d3644d41 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-18[UCA-13] Enable DNS recursive queriesMarco Platania2-0/+2
Change-Id: Ia0f4ca27a3f0cdd08eb830fc5d4b8c9a03ed0e62 Signed-off-by: Marco Platania <platania@research.att.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-18Fix dns lookup failureGuo Ruijing1-3/+3
Change-Id: I30f45e82ccb4268bd6ba8b93485ddba17650c010 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-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 Platania1-1/+38
Change-Id: Ie247d23ac88adf4f3680b87bec8cb17071e4b508 Signed-off-by: Marco Platania <platania@research.att.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-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 Platania1-8/+15
Change-Id: Ifa2626f58c86fe41340f30cc7b66690bd93f1c9b Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-09[DCAE-7] added parametized images/flavor supportMarco Platania1-0/+14
Change-Id: I67105a89948b0e8aeabb768a5f5cfd07dd0bca6f Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-09[UCA-10] Fix issue with MTU size in dockersMarco Platania17-2/+163
Change-Id: I19db615d3f5364d6b0894aabf5de60d192183595 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 Lund1-1/+4
Change-Id: I5162b7bfb74adbb074335955f675e79345c46d41 Signed-off-by: Carsten Lund <lund@research.att.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-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 Platania1-1/+1
Change-Id: I79cccf2741f83002d9f444864d41052ad15f0a20 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-25add parameters to DCAE Heat/installMarco Platania1-7/+37
Change-Id: Ic5de2e5e7716db5d2f2ce2a9f814fbcd1c706b3e 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-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-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)
2017-04-14fix typo in install scriptsMarco Platania12-136/+44
Change-Id: Id851d45eeedb3f35c59f68862545b92b03a273f8 Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit 24431f180c2c238ba23f7181121537a106ef6f32)
2017-04-14add install scriptsMarco Platania12-0/+722
Change-Id: I50099ebb78b667944a836bc67aade3cfa53152cf Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit d4852ac785d973ae82492f86249fb476987adaec)
2017-04-10remove gerrit credentials from heatMarco Platania2-4/+2
Change-Id: I9095e6f6232106768da6761f1b3ca4a68dee9632 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-07partial removal of gerrit credentialsMarco Platania1-1/+1
Change-Id: Ifc22240db090a6c090415479712e7562ce54e423 Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit 5e9d6960d70c8d1c3b1c29e78feea7c651bdc334)