summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-04-25Merge "Updates RPM spec version for SR2" into stable/brahmaputrabrahmaputra.3.0stable/brahmaputraDan Radez4-4/+12
2016-04-25Merge "Updates Brahmaputra SR2 release notes" into stable/brahmaputraDan Radez1-28/+50
2016-04-24Updates RPM spec version for SR2Tim Rozet4-4/+12
Change-Id: I7798bd69978096d0528c06516b475a6e817f3715 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-04-24Adds ODL DLUX GUI to ODL L2/L3 deploymentsTim Rozet1-8/+10
JIRA: APEX-114 Change-Id: Id49c58c5d635a249f8d18c37dc50f350253e1b21 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-04-24Updates Brahmaputra SR2 release notesTim Rozet1-28/+50
Change-Id: I467acd6b4dc16f10fe09ed09e1e60997af0a1b42 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-21Fixes SDNVPN and SFC bugsTim Rozet2-133/+189
Changes Include: - ODL beta SR2 image updated which contains fixes for SFC classifier and SDNVPN - SDNVPN ODL boot features now set as odl-vpnservice-openstack - SDNVPN Tunnel setup script now copied to/executes on nodes for configuring OVS with SDNVPN Change-Id: I290a999c07f59eb04d75c39dd31280fb39a41d29 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-04-19Adds Utility functions and failure loggingTim Rozet4-1/+136
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-19Merge "Restricting reusing undercloud. It does not work" into stable/brahmaputraDan Radez1-1/+2
2016-04-19Merge "Fixes timing issue with instack IP and non-default libvirt networks" ↵Dan Radez1-18/+20
into stable/brahmaputra
2016-04-18Merge "Deploy ceph OSDs on the compute nodes too" into stable/brahmaputraTim Rozet2-51/+296
2016-04-18Fixes timing issue with instack IP and non-default libvirt networksTim Rozet1-18/+20
Changes include: - Refactored + added longer timeout to detecting instack VM IP - Added support for using non-default libvirt IP range (192.168.122.1) JIRA: APEX-139 APEX-140 Change-Id: I41a35c971d4af5999f5dd3355cea507c8dcf4edf Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-04-16Merge "Updating nic numbering for 2 nic deployments" into stable/brahmaputraTim Rozet4-4/+4
2016-04-15Restricting reusing undercloud. It does not workDan Radez1-1/+2
This functionality is not being cherry-picked from master because it will be replaced in master with a proper redeployment functionality that is in process of being tested. Change-Id: I8603c94b79529620e73d32ae5014bbe8a60821ba Signed-off-by: Dan Radez <dradez@redhat.com>
2016-04-14Fixes inventory file referenceTim Rozet1-1/+2
Change-Id: I2cd5a739a48d2f0e0fdc3b2103d3ea5e4987d6da Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 905571a3094cc99fed20448ac411a0a6e9a08de4)
2016-04-13Updating nic numbering for 2 nic deploymentsDan Radez4-4/+4
JIRA: APEX-136 Change-Id: I3fd12054e14dddadee412845d79325c6556ea9de Signed-off-by: Dan Radez <dradez@redhat.com>
2016-04-13Merge "Adding dependencies to apex-common.spec" into stable/brahmaputraTim Rozet1-0/+2
2016-04-13Deploy ceph OSDs on the compute nodes tooDan Radez2-51/+296
JIRA: APEX-89 Change-Id: I5c27209ed006309285bd24d77cc2392513325116 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-04-13Merge "Fixes SFC deployments" into stable/brahmaputraDan Radez1-5/+5
2016-04-12Docs spelling correctionDan Radez1-1/+1
Change-Id: I9dcaacde2fa3a45f3cf4f86fab23512c602bbaa9 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-04-12Fixes SFC deploymentsTim Rozet1-5/+5
Changes include: - Upgrades ODL to beta SR2 (includes SFC fix) - Modifies growfs fix by shortening delay to 10 seconds Change-Id: If25dc847a62bd7c56dfc1bc626b201db41f35cc0 Signed-off-by: Tim Rozet <trozet@redhat.com>
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 Rozet2-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-05Use ODL driver for BGPVPNMichael Chapman1-1/+1
Current the dummy driver is used for neutron BGPVPN. Changed to use the ODL driver. Change-Id: Id0a3ce6fffd01826aabbe05602217964e6b89aa6
2016-04-04Updating versioning for Brahmaputra SR1brahmaputra.2.0Dan Radez4-4/+12
Change-Id: Ib2e525a32910ada7b7a0f39e88a6140fa5868a84 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-03-30Enabling dhcp isolated networks and metadata networkDan Radez1-0/+3
These are not being enable per JIRA. This fix is for Brahmaputra only, These appear to be able in more recent upstream versions which will be consumed on master by upgrading images. JIRA: APEX-115 Change-Id: I8d6facfbe3329e5f77cbdba150c186b2681ac0d6 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-03-30Merge "Syntax updates to OOO network isolation file" into stable/brahmaputraTim Rozet2-3/+3
2016-03-30Syntax updates to OOO network isolation fileDan Radez2-3/+3
- storage mgmt and storage were being update by the storage sed commands - ext net had a double Ports:: in the line Change-Id: I95cfdbced1e817e6e69805708b6b4e504abd8c43 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-03-29Fixes SFC compute nodes part 2Tim Rozet1-18/+25
Issue where OpenDaylightFeatures were not being sent to compute node for SFC offset check. JIRA: APEX-116 Change-Id: I2ab509e3b95e0e95fab6ad6e73ccb06c78a79e2f Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-03-28Merge "Fixed minor warnings in .rst files" into stable/brahmaputraTim Rozet2-3/+3
2016-03-28Merge "Corrected a couple of errors in the installation instructions" into ↵Tim Rozet1-2/+2
stable/brahmaputra
2016-03-28Merge topic 'sfc_coexist_fix' into stable/brahmaputraDan Radez1-15/+29
* changes: Fixes SFC coexist table issue with compute node Adds L3 agent for no-sdn no-ha scenario
2016-03-26Fixes occasional VM stoage deleltion failureFeng Pan1-2/+2
Removes --remove-all-storage option in ci/clean.sh JIRA: APEX-121 Change-Id: I6c0f4febe1f6543f3407b329a5f18df81e02d28c Signed-off-by: Feng Pan <fpan@redhat.com>
2016-03-26Fixes SFC coexist table issue with compute nodeTim Rozet1-5/+21
Issue where compute node was connecting after it was able to access netvirt:1 (normal behavior), but in SFC case we also have to wait for the SFC table to offset before we connect. Change-Id: I4917406a28de3ebd3e68954d8983e9c539cdb6b1 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-03-25Adds L3 agent for no-sdn no-ha scenarioFeng Pan1-12/+10
JIRA: APEX-110 Change-Id: Ifbca9328f7ee502232b51b8641eb0c5dc90a487b Signed-off-by: Feng Pan <fpan@redhat.com> (cherry picked from commit 89ac4d397e3a40cdfa2a807b89896c2a5e547634) Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-03-24updating to OpenDaylight Beryllium SR1Dan Radez1-5/+5
Brahmaputra match for 673897bcb5a8e1cb7a58941c8b6f7a4c0052c8fe build scripts have diverged so cannot Cherry-pick Change-Id: Ia24802fd6eb7ffec9410f3746d50228ba60ad534 JIRA: APEX-123
2016-03-24Fixed minor warnings in .rst filesrandyl2-3/+3
Some of the titles in LICENSE.rst and baremetal.rst had extra underline characters. These should match the length of the line above. Very minor and low priorty changes, but we should fix any of the warnings that we can. Change-Id: Idaa7c8272ef034b5000360c7720d99a89357d0b6 Signed-off-by: randyl <r.levensalor@cablelabs.com> (cherry picked from commit a896444c04552b866a9460bbe70ae3488e4877d9)
2016-03-24Corrected a couple of errors in the installation instructionsViktor Tikkanen1-2/+2
Change-Id: I52889fd3a29b03e46fcb84c60feb7d3b67fe44c7 Signed-off-by: Viktor Tikkanen <viktor.tikkanen@nokia.com> (cherry picked from commit c77d98309557308e909c08f6879e566c87b92315)
2016-03-14ODL L3 and NOSDN fixesDan Radez2-8/+3
- taking the IP address off of br-ex in ODL L3 deployments - leaving neutron agent installed for nosdn These changes are on master but master has diverged from stable/brahmaputra so they need to be committed directly to stable/brahmaputra JIRA: APEX-110, APEX-112 Change-Id: I8dd2a5ef4041200b13e6918d002b242cf04fc2cc Signed-off-by: Dan Radez <dradez@redhat.com>
2016-03-02Merge "updating the centos dvd version" into stable/brahmaputraDan Radez1-3/+4
2016-03-01updating the centos dvd versionDan Radez1-3/+4
Change-Id: I2ab43f43858745b5ac5ed695301ad09290b2c320 Signed-off-by: Dan Radez <dradez@redhat.com> (cherry picked from commit 7f1312c63dff70df8a2c29bfe4a16b6e159e4c44)
2016-03-01Adding SDNVPN supportDan Radez11-50/+98
Change-Id: Id2d6d46a53129d4ae2f93fad835536da067e42df JIRA: APEX-51 Signed-off-by: Dan Radez <dradez@redhat.com> (cherry picked from commit c86bd1f24647646b7489cd72e0a0bb91f4a505f1)
2016-02-26fix bug in ci/build.shRyota MIBU1-27/+24
This patch fixes bug in ci/build.sh that cause the following error message: /bin/opnfv-deploy: line 197: [: too many arguments Change-Id: I92419473262a51806baee849669af9b84b94045c Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 034166ea6f9330310789407d8a124812042f305d)
2016-02-24adding know issues to release docs for Brahmaputrabrahmaputra.1.0Dan Radez1-0/+21
Change-Id: I7be396d98a4a1e42852576e9819510513ebf9a85 Signed-off-by: Dan Radez <dradez@redhat.com> (cherry picked from commit eaab4d01e838a13211c812d4c11200b07a6c36d3)
2016-02-23typo in installtion instructionsDan Radez1-1/+1
Change-Id: Ic67cf496c9ab93aaec0a45d291240a3145c7bc41 Signed-off-by: Dan Radez <dradez@redhat.com> (cherry picked from commit 44844d6fe06da44575ad4e9ffd59e39bbbee1df2)
2016-02-22this version update was supposed to be in the last build and did not make it ↵Dan Radez1-1/+1
through the cherry-pick Change-Id: I7fe4ea6714217a885bf4cd697cde6e13937e7fe1 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-02-19sfc and odl version updatesDan Radez2-4/+27
- reverting the patched growfs bug kernel - updating ODL to RC 3.1 - syntax fix on error inventory syntax check Change-Id: I4c8f2bd648a2caa1caa2d33650bf1b73824f7179 Signed-off-by: Dan Radez <dradez@redhat.com> cherry-picked from 01b56b61e6dc1f4eb34787fca498eb624a2dcb64
2016-02-17Ensure shell doesn't exit even when eval succeedsMichael Chapman1-1/+1
Change-Id: I38416967c72b03ae443d3ffa9e24fa23ad24ff74 (cherry picked from commit bc44e8d441cf239f3a8ed6e6f4f924be2ef18c41)
2016-02-17external network creation fixDan Radez1-5/+3
Change-Id: I618a6d6e762a464751d61c070571df400a3c8eda cherry-picked from: 53122093b40ad3c53a83cc1595b0a2afe6c79378
2016-02-16adding clarifications to installation documentDan Radez1-4/+25
Change-Id: I54df71b2210b97c7509bb1631b0928296dfda37d (cherry picked from commit 8b4c35777bfbb676a6c4c753b3792f4fb7d8d972)