summaryrefslogtreecommitdiffstats
path: root/build/opnfv-tripleo-heat-templates.patch
AgeCommit message (Collapse)AuthorFilesLines
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-21Fixes SDNVPN and SFC bugsTim Rozet1-132/+183
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-13Deploy ceph OSDs on the compute nodes tooDan Radez1-49/+295
JIRA: APEX-89 Change-Id: I5c27209ed006309285bd24d77cc2392513325116 Signed-off-by: Dan Radez <dradez@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-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-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-01Adding SDNVPN supportDan Radez1-47/+74
Change-Id: Id2d6d46a53129d4ae2f93fad835536da067e42df JIRA: APEX-51 Signed-off-by: Dan Radez <dradez@redhat.com> (cherry picked from commit c86bd1f24647646b7489cd72e0a0bb91f4a505f1)
2016-02-08Switching to Be and updating the nova floating pool defaultDan Radez1-7/+38
JIRA: APEX-87, APEX-77 Change-Id: I2aeee20574894dab5b2ce62a281aa9d75ae80644 cherry-picked from bb7d0b216aa3b1c3bde61c37a52291d1fb57a559
2016-02-04Move ceilometer event pipeline to correct placeMichael Chapman1-1/+1
was missing .yaml Change-Id: Ic8ac2ab2aa21b63922a3dd9ad478827206fdceb2 (cherry picked from commit cce4e05853f75a0208d9069b420a2d5458687d9b)
2016-02-02Move aodh to mongodbMichael Chapman1-28/+44
Also move aodh config to config step before services start Change-Id: I489260ec021d3327baa46cc2c516431b55bb89bb (cherry picked from commit 87d9a90707dc4d7920609a398dd1e0814668d922)
2016-01-30Changes to make SFC deployments functionalTim Rozet1-52/+128
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-29Aodh fixesMichael Chapman1-43/+115
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-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-26Patches keystone endpoint setup to include AodhTim Rozet1-11/+20
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-22Adds licenses and fixes ODL L3Tim Rozet1-1/+1
JIRA: APEX-62 Change-Id: Ide34d9971cd6ac987b5994f5e23b4cfa58f92b29 Signed-off-by: Tim Rozet <trozet@redhat.com>
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 Chapman1-42/+473
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-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 Rozet1-65/+190
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-08Adds onos supportbobzh1-0/+1155
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>