summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-03-22Fixed 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>
2016-03-09Corrected a couple of errors in the installation instructionsViktor Tikkanen1-2/+2
Change-Id: I52889fd3a29b03e46fcb84c60feb7d3b67fe44c7 Signed-off-by: Viktor Tikkanen <viktor.tikkanen@nokia.com>
2016-03-06Adds OpenDaylight HA (OVSDB Clustering)Tim Rozet6-422/+310
OVSDB Clustering changes include: - Modifications to create an OpenDaylight VIP for communication between Neutron SB <-> ODL NB. - OpenDaylight configured in HA mode in THT via puppet-opendaylight - OVS instances configured with managers pointing to all 3 ODL instances for HA mode - Build now points to latest Beryllium release - Modified puppet-neutron in build to pull latest stable/liberty JIRA: APEX-107 Change-Id: Iab510db922dfcd2fbd4962b9751cd2f7e5724f44 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-02-29AMT Power Management fixesDan Radez1-0/+4
- Teal Box uses AMT power management, this fixes the support for the AMT power Management so the Ironic AMT driver can be used. Change-Id: If7c3c89cf6063c18a97524ade387e4ae841f6c80 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-02-29updates to fix the --flat optionDan Radez1-9/+8
JIRA: APEX-84 Change-Id: Ic806118c3c3032abff6cebe5c93ad62a6a0a23c7 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-02-29updating the centos dvd versionDan Radez1-3/+4
Change-Id: I2ab43f43858745b5ac5ed695301ad09290b2c320 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-02-24fix 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>
2016-02-24Merge "adding know issues to release docs for Brahmaputra"Michael Chapman1-0/+21
2016-02-24Merge "Adding SDNVPN support"Michael Chapman11-49/+97
2016-02-23adding know issues to release docs for BrahmaputraDan Radez1-0/+21
Change-Id: I7be396d98a4a1e42852576e9819510513ebf9a85 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-02-22typo in installtion instructionsDan Radez1-1/+1
Change-Id: Ic67cf496c9ab93aaec0a45d291240a3145c7bc41 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-02-22Adding SDNVPN supportDan Radez11-49/+97
Change-Id: Id2d6d46a53129d4ae2f93fad835536da067e42df JIRA: APEX-51 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-02-18sfc and odl version updatesDan Radez2-8/+28
- 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>
2016-02-17Ensure shell doesn't exit even when eval succeedsMichael Chapman1-1/+1
Change-Id: I38416967c72b03ae443d3ffa9e24fa23ad24ff74
2016-02-16Merge "external network creation fix"Michael Chapman1-5/+3
2016-02-16Merge "Prevent build crashes on empty cache"Dan Radez1-2/+2
2016-02-16Merge "adding clarifications to installation document"Tim Rozet1-4/+25
2016-02-16external network creation fixDan Radez1-5/+3
Change-Id: I618a6d6e762a464751d61c070571df400a3c8eda
2016-02-15Merge "Adding error checking"Tim Rozet2-17/+36
2016-02-15adding clarifications to installation documentDan Radez1-4/+25
Change-Id: I54df71b2210b97c7509bb1631b0928296dfda37d
2016-02-16Prevent build crashes on empty cacheMichael Chapman1-2/+2
When there is no file to run md5sum on, instack will bail instead of downloading a fresh copy. Check for file existence first, and if it fails then immediately download required file. Also don't try to install epel if it's already there. Change-Id: I2248a916207b0bf9368d74d19c4087da846ed3d9
2016-02-14Adding error checkingDan Radez2-17/+36
Change-Id: I515ac692a1a2251f16f4b9e06f94c6a626374285 JIRA: APEX-81, APEX-69
2016-02-13Merge "Support power management type changes"Dan Radez3-1/+11
2016-02-13Merge "docs: fix filepath"Dan Radez3-2/+10
2016-02-12Updating Release Documentation for BrahmaputraDan Radez1-53/+35
Change-Id: I24171998a0f08a59410d3992cfbb785e01969429
2016-02-13Support power management type changesMichael Chapman3-1/+11
JIRA: APEX-95 pm_type is already in the sample instackenv.json but wasn't previously being read. Change-Id: Ia82c5010481d77d142d4fa3ca6e738558e8e9e4e
2016-02-11Merge "Fixing an incorrect variable name"Tim Rozet1-1/+1
2016-02-10Fixing an incorrect variable nameDan Radez1-1/+1
Change-Id: I034bd9712ed06992dca59e2b362ef535cf3ab4d2 JIRA: APEX-96
2016-02-10Display overcloud dashboard URL after deployMichael Chapman1-1/+7
JIRA: APEX-82 Change-Id: I0f2164a67b425ae5c99cd6bfee2182b23867b4cf
2016-02-09Merge "Aggregate deployment logs of overcloud"Dan Radez1-0/+28
2016-02-09Merge "Move external net into service tenant"Dan Radez1-2/+3
2016-02-10docs: fix filepathRyota MIBU3-2/+10
See https://wiki.opnfv.org/documentation/configguide . Change-Id: Iabbaf677896061cdd736e2662ea054df6e3e2bbc Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-02-09Aggregate deployment logs of overcloudMichael Chapman1-0/+28
JIRA: APEX-74 /var/log/messages for each node will be slurped into a new folder in the stack user's home directory. If debug was passed, it will also be printed out along with the nova list for that node. Change-Id: I726da67b076bdf1fb38ba1805456cbd7c7d9e096
2016-02-09Move external net into service tenantMichael Chapman1-2/+3
Change-Id: I3474118e58ae4946abfe9e74bb73084aad3634b2 JIRA: APEX-88
2016-02-08Fixing the docs includes so that the docs get generated properlyDan Radez5-207/+211
Change-Id: Ib344c3be25b7a99316a20a69527e9cb9d86efd1d JIRA: 91
2016-02-06Switching to Be and updating the nova floating pool defaultDan Radez2-44/+57
JIRA: APEX-87, APEX-77 Change-Id: I2aeee20574894dab5b2ce62a281aa9d75ae80644
2016-02-05Fixes for no-ha, detached deploy, sfc and debugDan Radez2-22/+18
- Forcing no-ha to 1 compute node - updating install-packages to allow detached deploy - updating kernel to one with a growfs bug fix - removing service script with growfs work around - adding rootpw to overcloud when in debug mode JIRA: APEX-85, APEX-76, APEX-73 Change-Id: I202275c9cbeb864a044b119a9e440d59a1955c40
2016-02-05Merge "Update ODL Puppet mod clone to use OPNFV branch"Dan Radez1-1/+1
2016-02-04Update ODL Puppet mod clone to use OPNFV branchDaniel Farrell1-1/+1
Updates the clone of puppet-opendaylight to use a new integration branch for OPNFV vs a tag directly. This will allow updates to puppet-opendaylight for new Be ERP RPMs without requiring a bump-tag commit to OPNFV for each. Change-Id: Ib2fa7df0d129210816992c3987851237cd548506 Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
2016-02-04Change net-create to defineMichael Chapman1-1/+1
This will persist networks across reboots instead of creating a transient network. Change-Id: I98b8e0c577c145197dd7195274b27ded2cc96297
2016-02-04Merge "Touch baremetal images before vol-delete"Tim Rozet1-0/+1
2016-02-03Merge "Network descriptions added to network_settings.yaml"Tim Rozet1-6/+51
2016-02-03Merge "Fix bare metal install guide path"Michael Chapman1-1/+1
2016-02-03Merge "Move ceilometer event pipeline to correct place"Michael Chapman1-1/+1
2016-02-03Fix bare metal install guide pathMichael Chapman1-1/+1
Change-Id: I88ad00b34918a343c5ae197507d6e6f047d88890
2016-02-02Merge "Bump puppet-odl version to get ODL Be RC1 ERP"Tim Rozet1-1/+1
2016-02-02Network descriptions added to network_settings.yamlViktor Tikkanen1-6/+51
Change-Id: Ief5c4cc08d1fc20ac6077f8edf7885f5c4bcf141 Signed-off-by: Viktor Tikkanen <viktor.tikkanen@nokia.com>
2016-02-02Move ceilometer event pipeline to correct placeMichael Chapman1-1/+1
was missing .yaml Change-Id: Ic8ac2ab2aa21b63922a3dd9ad478827206fdceb2
2016-02-02Merge "Move aodh to mongodb"Tim Rozet1-28/+44
2016-02-02Merge "fix 'unary operator expected' in conditional expression"Tim Rozet1-13/+13