summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
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 Radez1-20/+5
- 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-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-03Merge "Move ceilometer event pipeline to correct place"Michael Chapman1-1/+1
2016-02-02Merge "Bump puppet-odl version to get ODL Be RC1 ERP"Tim Rozet1-1/+1
2016-02-02Move ceilometer event pipeline to correct placeMichael Chapman1-1/+1
was missing .yaml Change-Id: Ic8ac2ab2aa21b63922a3dd9ad478827206fdceb2
2016-02-02Move aodh to mongodbMichael Chapman1-28/+44
Also move aodh config to config step before services start Change-Id: I489260ec021d3327baa46cc2c516431b55bb89bb
2016-02-01Bump puppet-odl version to get ODL Be RC1 ERPDaniel Farrell1-1/+1
Bump the version of the puppet-opendaylight module to pull ODL Beryllium RC1 Experimental Release Preview RC1. Change-Id: I37df7ce9781811347dda857d59092ce4b722aeb9 Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
2016-01-30Changes to make SFC deployments functionalTim Rozet2-54/+130
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>
2016-01-29Aodh fixesMichael Chapman3-43/+231
instack.sh: Patch puppet-tripleo to include aodh loadbalancing tripleo-heat-templates: Remove ceilometer services that are replaced by aodh Add rabbit_hosts to aodh config Add ceilometer config file that was missing Add nobody group to aodh user Change-Id: Ie25cdbf44fc7f23bd65a0af23358b24e3032ea81
2016-01-28Merge "Fixes cinder keystone auth"Dan Radez1-11/+28
2016-01-28Merge "Fixes various bugs and adds some improvements"Dan Radez1-0/+6
2016-01-28Fixes cinder keystone authTim Rozet1-11/+28
URI was being passed incorrectly by tht JIRA: APEX-59 Change-Id: If9912f1ef0618836f37931e3573293d0f434d23f Signed-off-by: Tim Rozet <trozet@redhat.com>
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-28Fixes ODL installing in SFCTim Rozet1-1/+3
JIRA: APEX-66 Change-Id: If53470930e5b982ad172711f89dcdcfd7c5eec57 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-27Allows ONOS to use compute nodes with br-ex no IPTim Rozet6-0/+442
ONOS needs the capability to have br-ex on compute nodes with no IP for L3 functionality to work correctly on baremetal. This patch allows that capability, and makes it default behavior (sdn_l3 true). If desired, a user can set sdn_l3 to false, and compute nodes public interface will be a regular interface with no IP for ONOS deployments. JIRA: APEX-64 Change-Id: I578b946edbddf7fc9c29363c78fec2c3ada48cf6 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-26Patches keystone endpoint setup to include AodhTim Rozet4-11/+107
Note this behavior has changed in TripleO post Brahmaputra. The endpoints and services are created in THT rather than hardcoded in tripleoclient. JIRA: APEX-65 Change-Id: Ie595f2778fb509213e2992bf1ef60df82cf22666 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-26Merge "Fixes ONOS external network"Tim Rozet6-0/+403
2016-01-25Fixes ONOS external networkTim Rozet6-0/+403
ONOS public network needs to not have IPs on the compute nodes' public interface. JIRA: APEX-64 Change-Id: I0d4d97b1b7dcaa39395940da03ae6b19f1dd9eb0 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-25Add Aodh IP to network environmentMichael Chapman1-0/+1
Change-Id: Ie34926c9379b62d53f0008db684dda0f3737273a
2016-01-23Merge "fixes to initial sfc code"brahmaputra.1.rc1Tim Rozet1-3/+36
2016-01-23Merge "Adds licenses and fixes ODL L3"Dan Radez2-1/+9
2016-01-22fixes to initial sfc codeDan Radez1-3/+36
- xfs grow bug workaround - using 3.0.0 tag of puppet-opendaylight - update installation procedure for OVS-NSH JIRA: APEX-46 JIRA: APEX-48 Change-Id: I2a8cf5430a325c03a75b27fd05a011aa82f6c755
2016-01-22Adds licenses and fixes ODL L3Tim Rozet2-1/+9
JIRA: APEX-62 Change-Id: Ide34d9971cd6ac987b5994f5e23b4cfa58f92b29 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-22adding nf_conntrack_proto_sctp to modules-loadDan Radez1-1/+2
JIRA: APEX-63 Change-Id: I4155111eb2c19d74e0f265ccac25756f35bb41a0
2016-01-22Merge "adding SFC overcloud image"Tim Rozet4-38/+110
2016-01-21adding SFC overcloud imageDan Radez4-38/+110
JIRA: APEX-46 JIRA: APEX-48 Change-Id: Ic2a0d9035429c5887d10f60febacff63dd2eeb5e
2016-01-21Fixes enabling L3 ODL incorrectlyTim Rozet1-1/+1
Param was set to true when it should have been 'yes' JIRA: APEX-62 Change-Id: I9f9ca3461f3730e5fcf470249e872f71ae3ba938 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-21AodhMichael Chapman2-42/+497
Add support for Aodh. Current packaged module is out of date and the module is very young, so it is pulled from git on liberty branch. Change-Id: Iff72c8b63970021e212bb9d78f9a805d108f0bcf
2016-01-20Fixes cinder quota failures by using correct keystone authTim Rozet2-0/+28
JIRA: APEX-59 Change-Id: I0eca415c30cc3fa2377bed3dfc640cc71da3dae7 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-20Fixes external br-ex mapping for L3 agentTim Rozet1-1/+1
We were accidentally setting the external default bridge to "" in l3_agent.ini. This was causing external router interfaces to be placed on br-int instead of br-ex. Note: this behavior changes in Mitaka JIRA: APEX-61 Change-Id: Icbb2ba433a012d0e8771b7d82dec64464e526c7a Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-19Fixes ODL L3 so that it now deploys correctlyTim Rozet1-6/+7
Fixes: - opendaylight was not being installed on controllers due to missing param - controller nics were not being found due to using computes extension of br-ex for ODL L3 (controllers have br-ex by default) Change-Id: Ic1b6d57fe162194030607856120a742dbed1e9e2 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-17Adds ODL L3 and external network support on compute nodesTim Rozet14-66/+776
Adds support for ODL L3 which uses DVR (distributed virtual routing). Due to DVR compute nodes must have br-ex. In addition, neutron must force metadata via dhcp agent, since there is no neutron L3 agent running. ODL L3 runs as custom plugin to neutron. Also adds support for configuring IP on public NIC now by default. This is needed for ONOS deployment, and access via public interface. Change-Id: I5df0e49bd903efacf8c87486da27576b01ce5779 Signed-off-by: Tim Rozet <trozet@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-16bug fix of onos deployment failedbob_zhou1-1/+2
change folder name of onos puppet to fix file not found error. Change-Id: I6cdee189e43c66ec8a49bbf736a6c28763638880 Signed-off-by: bob_zhou <bob.zh@huawei.com>
2016-01-15Merge "Adds scenario deploy settings files"Dan Radez1-2/+10
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-15fix onos package bugbob1-1/+1
Change-Id: I5994159ec3c48ed1bf66a5d90efd1d3c0800cc0e Signed-off-by: bob zhou <bob.zh@huawei.com>
2016-01-15splitting rpm into multiple rpmsDan Radez4-94/+186
- 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
2016-01-14version cleanup and increment for Bramaputra ReleaseDan Radez1-8/+10
Change-Id: I2df7f498aad507e155ce6a4ba1cf20b75d0e67b9
2016-01-13Fixes attaching networks for baremetal only to admin/publicTim Rozet1-2/+2
We should only bridge to admin/public for baremetal deployments. There is no reason for us to bridge to the private or storage networks on instack for deployment. Also fixes OpenDaylight to Lithium 3.3 Change-Id: I2eb8f83ddbcb69d3219e7927025b46dcb9550ba9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-13Merge "Enables private and storage networks"Dan Radez8-30/+709
2016-01-12Enables private and storage networksTim Rozet8-30/+709
Fixes issues with common-functions: - ipcalc in epel is old and does not support HOSTMIN,HOSTMAX. Now BROADCAST and NETWORK values used to find first and last IP in subnet. - fixes to auto-generation where values conflicted for IP ranges - provisioner_ip now generated correctly Change-Id: I03c7f841d2e1edb1a50041f53970318b6a718cd9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-11enabling cephDan Radez1-3/+11
Change-Id: I2dc1bf7ffebb6a83face87a62a81cfb15f9a0689
2016-01-08Adds onos supportbobzh2-45/+300
Changes include: - ONOS artifacts are cached on build server until moved to OPNFV artifacts - tht patch is now unified to single opnfv patch, based on upstream commit 0f41e0d0309c7bc061dbaed6a8c1e38cb4bdfe19 Change-Id: Iea3d14773dded6c9709c08ef1beb47b254582860 Signed-off-by: bob zhou <bob.zh@huawei.com> Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-08Moves builds to use local images, minor fix to cleanTim Rozet1-3/+4
Change-Id: Ib8a3baa645c4e2a2b7b5c39e8642bae367981f37 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-07Moves rdo images URL to a new location for opnfvTim Rozet1-2/+4
Change-Id: I4e16b4a4432c935715f0522956614c891a695f70 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-06updating the odl patch so that OpenDaylightCount works properlyDan Radez1-36/+47
Change-Id: Icc453e3d5dc502ecedd696bad51399c55ed32996