aboutsummaryrefslogtreecommitdiffstats
path: root/boot/asdc_install.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-08-30name alignmentMichael Lando1-142/+0
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-21Parametrize ONAP installation repositoriesMarco Platania1-1/+2
- 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-01Move poms/scripts from OpenECOMP to ONAPMarco Platania1-3/+3
Change-Id: I733aa812860e5126ffbf1242780006a611e0a694 Signed-off-by: Marco Platania <platania@research.att.com>
2017-07-25Add make package to ONAP VMsMarco Platania1-1/+1
Change-Id: I5137f0f62dd425a67662676f55de5f09fbbbdd86 Signed-off-by: Marco Platania <platania@research.att.com>
2017-06-07Add local DNS config to docker engineMarco Platania1-3/+7
Change-Id: I40d2528fc77e201c669e709765465dd1ff91f731 Signed-off-by: Marco Platania <platania@research.att.com>
2017-06-02SDC,MSO & Robot VM are inaccessible after rebootArun Arora1-1/+2
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-05-23Change MTU size to private NICsMarco Platania1-2/+2
Change-Id: I6cfdd2d23dd36b9063dbc98ac0c164db0dcef787 Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-15[UCA-15] Allow root access to ONAP VMsMarco Platania1-0/+4
Change-Id: I2f70c71cd9c93aace320f4588eb7e4b8cff1bf6d Signed-off-by: Marco Platania <platania@research.att.com>
2017-05-09[UCA-10] Fix issue with MTU size in dockersMarco Platania1-0/+14
Change-Id: I19db615d3f5364d6b0894aabf5de60d192183595 Signed-off-by: Marco Platania <platania@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-28enable no floating IPs in install scriptsMarco Platania1-2/+29
Change-Id: Iec5a16e401d7c1f581f05a4b7a9b8ee2708cd4e3 Signed-off-by: Marco Platania <platania@research.att.com>
2017-04-18allow unauthenticated docker-engine downloadMarco Platania1-4/+1
Change-Id: I2c00fb108770efc36ef22fce6d1474f625e6df0e Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit 478e6defde66ace4b204fc20fee7a24ef77ccceb)
2017-04-17fix networking issue in some Mitaka distributionsMarco Platania1-0/+1
Change-Id: I7fbb9fdd748095e413379380298f058a76de318c Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit 7187f7ebd90a3a87f15c406cec4ebcda00229343)
2017-04-14fix issues in dcae and sdc installMarco Platania1-1/+2
Change-Id: I34f95025a7add59c190a295b2b5512c356f72657 Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit d26a4b00c757202960df8e41e5a0b2eae41a2d5c)
2017-04-14move docker key instructionMarco Platania1-1/+1
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)