summaryrefslogtreecommitdiffstats
path: root/build/opnfv-apex-common.spec
AgeCommit message (Collapse)AuthorFilesLines
2016-04-24Updates RPM spec version for SR2Tim Rozet1-1/+3
Change-Id: I7798bd69978096d0528c06516b475a6e817f3715 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-04-22Fixes wrong bgpvpn file being installed in specTim Rozet1-1/+1
Change-Id: Ie1513c0ab0993c60e996caf0476d0c311bcd227c Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-04-19Adds Utility functions and failure loggingTim Rozet1-0/+6
Patch adds helpful utility functions and automatic parsing of heat output into a readable format indicating where a failure is in a deployment. Example: http://fpaste.org/354210/ New opnfv-util function allows a user to interact with a deployment easily: - opnfv-util undercloud <user> connects user to undercloud VM - opnfv-util debug-stack parses the heat failure output Above arguments also accept partial matches. JIRA: APEX-75 Change-Id: I5ccfee64ee2958de0d00a3b25cd9b29de60c9e20 Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 0717bc3c56ab294f860ef99116754c1fd786cae7)
2016-04-12Adding dependencies to apex-common.specDan Radez1-0/+2
- initscripts net-tools iputils iproute iptables these are the packages that include the networking tools we use to configure the jump host Change-Id: Icf2d2c2a80a4abb8642cb3e38d18a054a9f01a96 Signed-off-by: Dan Radez <dradez@redhat.com> (cherry picked from commit c5951ad3a43d72da013abc5656f408ef82fae656)
2016-04-08Fixes vpn scenario to proper naming conventionTim Rozet1-0/+2
Changes: - Renames the sdnvpn scenario to be bgpvpn. - Includes vpn deploy settings file into build Change-Id: I0c21bed3debf28249d7ce3f24f108f690711ca93 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-04-04Updating versioning for Brahmaputra SR1brahmaputra.2.0Dan Radez1-1/+3
Change-Id: Ib2e525a32910ada7b7a0f39e88a6140fa5868a84 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-01-30Changes to make SFC deployments functionalTim Rozet1-2/+2
Fixes include: - sfc deployments now are non-HA, and disable swift and ringbuilder as it causes issues with the 3.13 kernel - ODL Features boot is now parameterized in heat templates - SFC features boot is now set to "odl-ovsdb-sfc-rest" - Coexistence table offsets included if SFC deployment - VXLAN workaround applied for 123.123.123.x subnet if SFC Change-Id: Ide5e0b451adcb98c417e57628a51302f3123647f Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 13984a4de5090f961b2cf2c1923ffa72f1488343)
2016-01-27Fixes various bugs and adds some improvementsTim Rozet1-0/+6
Changes Include: - Disables introspection. We don't currently use introspection for anything other than to just run it. Disabling it to increase deploy speed and reduce pxeboot issues. - Adds timeout to deploy of 90 minutes. Default heat timeout is 3-4 hours. - Fixes OVS bridge attach/detach for users who use PREFIX in their ifcfg instead of NETMASK - Adds nosdn deploy settings file, and allows nosdn deployments - Adds example inventory file to the docs dir Change-Id: Ic13d6c4d5f27bac25365e5951acdd9bd3e641a15 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-20Merge "Restructured the installation-instruction file into indexed sub files"Tim Rozet1-3/+3
2016-01-20Restructured the installation-instruction file into indexed sub filesChristopherPrice1-3/+3
Take-two of this patch, originally merged: f479b77c4f7c0d11196e3902bb7e60ff8e34a1fe reverted: bffb8e0e27f21934a4bbb1138427f2adda6c583d Created a section based structure for the installation-instruction. It should show on the html artifact as a structured web page. We may want to move some sections to other directories to incorporate them into the release configguide. Left that for step 2... Now includes updates to the rpm spec so as not to break the build. Change-Id: I7c0d46467de668883fcd29ae7deaa20151bacdb2 Signed-off-by: ChristopherPrice <christopher.price@ericsson.com> Signed-off-by: Dan Radez <dradez@redhat.com>
2016-01-16add step to execute gw_mac_update.sh after apex deployedbob1-0/+3
Change-Id: I47c316e26ff8e597c781562645397335e8c5bd70 Signed-off-by: bob zhou <bob.zh@huawei.com> Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-15Adds scenario deploy settings filesTim Rozet1-2/+10
Changes include: - Scenarios for opencontrail, onos, sfc, odl l2/l3 - Minor fix to error print statement - Post Config is now disabled when using --flat Change-Id: I5f3686dda4c4a573b1777916669053593852676a Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-15splitting rpm into multiple rpmsDan Radez1-0/+64
- code in the common rpm - instack in the instack rpm - undercloud in an rpm that will be named per sdn in the future Change-Id: I969277daf87f67da6934cad7268c96efda6960c7