aboutsummaryrefslogtreecommitdiffstats
path: root/boot
AgeCommit message (Collapse)AuthorFilesLines
2017-08-30name alignmentMichael Lando4-11/+11
as part of the name alignment i want to change all occurrences of asdc to sdc. Change-Id: I2eb9ff087d3cfd61c0c1347d085dd02da64c2d89 Issue-Id: INT-100 Signed-off-by: Michael Lando <ml636r@att.com> Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-08-30Fix API_KEY file name in CLAMP scriptsMarco Platania2-2/+1
Change-Id: Ibb7f49f0ab85bd5d93370e62dc44b5dc1ea69513 Issue-ID: INT-115 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-29Add CLAMP VM to ONAPMarco Platania6-3/+239
- Extend Heat templates with CLAMP resources definition - Create installation scripts for CLAMP - Update DNS configuration Change-Id: I1db7f884f8318eceb74dace972f8ad808ac8551d Issue-ID: INT-115 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-25Clone Portal repo from master branchMarco Platania1-3/+1
- Update portal_install.sh to clone the master branch Change-Id: Ic5045d487dfb6ed38a61e7021b9a56ccee1eed62 Issue-ID: PORTAL-75 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-25Init script uses docker-composeChristopher Lott (cl778h)1-58/+25
Also uses a directory of property files instead of a zip archive. Issue: PORTAL-52 Change-Id: I1861fc2efd0669c6fda5c74e004e389ff6a6c682 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-08-23Change Portal Gerrit branchMarco Platania1-1/+4
- Change the Portal Gerrit branch to release-1.1.0 - Hardcode the branch name to reflect recent cut - Temporary fix, waiting for other teams to cut the release Change-Id: I1914280d6d68884d20a52c845f7ad74837128983 Issue-ID: PORTAL-75 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-21Parametrize ONAP installation repositoriesMarco Platania11-12/+24
- Remove hardcoded repository names from installation scripts - Add parameters in Heat template - Use those parameters in the install scripts Change-Id: I3feadda7da22c282bd00618903de9aac1c01055b Issue-ID: UCA-33 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-16Add AAI searchservice entry to DNS configurationMarco Platania8-371/+29
- 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-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-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-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-02Add AAI ui entry to DNS configurationMarco Platania1-0/+1
Change-Id: I0f9d8e9cca6cd0f860c60e1c51c477d00d941413 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 Platania13-28/+28
Change-Id: I733aa812860e5126ffbf1242780006a611e0a694 Signed-off-by: Marco Platania <platania@research.att.com>
2017-07-27updated portal new docker imagesManoop Talasila1-0/+5
Change-Id: I286f8a714b2dee5e0b44f99abe4b14485045b948 Signed-off-by: Manoop Talasila <talasila@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-25Add make package to ONAP VMsMarco Platania13-13/+13
Change-Id: I5137f0f62dd425a67662676f55de5f09fbbbdd86 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>
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>