summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
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
2016-01-06Adds some network parsing for baremetal deployments and other fixesTim Rozet5-36/+68
Changes include: - Fixes Intel Pod 2 inventory file - Check for DHCP server on the host and disable - Adds realistic+common network-settings file - Modifies baremetal deployments to bridge to correct interface - Adds private/storage network OVS bridges - Parses network-settings into valid network-environment variables - If certain network-settings are missing they will be auto-detected Note: The actual settings set forth for deployment only include admin/external networks at the moment. Private/storage networks will be handled in an upcoming patch. JIRA: APEX-50 Change-Id: I0a1a86f37c08702a93fe167688c3149ba5573db4 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-05Merge "Image fix to force flavor to be 39GB"Tim Rozet1-0/+16
2016-01-05Image fix to force flavor to be 39GBTim Rozet1-0/+16
Testing if this fixes current CI breakage Change-Id: Ib4f75a9a1772c5363afab6d24b7a254f8cf6f6f8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-04Merge "cleaning out some tarball manipulations from Makefile that are ↵Tim Rozet2-8/+1
unnessesary"
2015-12-21Added node role configurationViktor Tikkanen1-5/+10
If there are dedicated HW nodes for controller and compute nodes, it should be possible to define node roles in configuration files. This patch introduces "capabilities" property into pod_example_settings.yaml so as adds needed flavor definitions and overcloud deploy parameters into opnfv-deploy script. Change-Id: Ie62d3fa215aa168390d074c73fdb2fa03ecc67f5 Signed-off-by: Viktor Tikkanen <viktor.tikkanen@nokia.com>
2015-12-21Merge "adding build deps"Tim Rozet1-2/+2
2015-12-18cleaning out some tarball manipulations from Makefile that are unnessesaryDan Radez2-8/+1
Change-Id: I4a585a5e72872fa1887aa4487ebd7b17d07feacc
2015-12-18adding build depsDan Radez1-2/+2
- adding rpmbuild and createrepo as build deps - adding more packages to overcloud image Change-Id: I1cac2f62c7a52ee8bf2b0dc936df1066eb3599e8
2015-12-18Adding network configuration optionsDan Radez2-5/+9
- enabling subnet configuration for undercloud - enabling external network configuration Change-Id: Id1951d31faa1a68f850a75e2466d30b8abcea8ac
2015-12-18build_updatesDan Radez1-7/+21
- forcing wget for centos artifacts - extra checking for undercloud ip Change-Id: I79d1919f86d83fbf6a5d284bd3257fd40f9c7018
2015-12-16remove openstack-neutron-openvswitch, odl manages ovsDan Radez1-2/+3
Change-Id: I799eee7713f5dae213f97f3d9f59dc2defaf3159
2015-12-15fixing disabling l3 HA neutron option and removing duplicate ntp optionDan Radez1-5/+5
Change-Id: I6e3a4266be28b0f661e4b8e818c616000060905b
2015-12-14updating the repos so that master points to MitakaDan Radez1-5/+8
Change-Id: I7331dd91e6da3f82ba60689fffea8b2f46ff29db
2015-12-14updating the OpenDaylight patchDan Radez6-465/+1233
- using the proposed patched for upstream - ensuring l3_ha is disabled - exposing support for an ODL only node Change-Id: I6f4a50300ea08322eea4ba466fc1a3b0fbcb5743 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-12-07switching to RDO build undercloud instead of building it ourselvesDan Radez4-60/+42
Change-Id: I9f09c195352d2d88a3da4f42e09424d96d39722b
2015-12-04adding build deps that have had to be installed manuallyDan Radez1-2/+2
Change-Id: I1af7ffdb1d1e4b96b31b44f2750de23b55d9d540
2015-12-02updating prebuilt imagesDan Radez2-13/+14
- switching to updated source from RDO project - adding md5sum check Change-Id: Ib7b7172596ae38522694090529e81db3cc7ff03d
2015-11-25adding installation instructionsDan Radez3-2/+91
JIRA: APEX-35 Change-Id: Iebbf85bd59844716961c27bb81ff7bbda2d1a1bf
2015-11-18updates and fixes to the iso buildDan Radez3-9/+625
- adding isohybrid so isos can be written to a USB - adding base group to yum comps file for iso install Change-Id: I3a8bda84b1a704f01e433f43533e63452f1a6e83
2015-11-18adding cleanup for buildDan Radez1-6/+1
Change-Id: If748e8fade74d3764c624f2b3a790421be4667e2
2015-11-17adding basic network isolationDan Radez6-44/+305
- separating external traffic from internal traffic JIRA: APEX-41 Change-Id: Idcd01a514083c53a3133a75d3bcabf824a7a4377
2015-11-07adding the opendaylight integrationDan Radez5-2/+487
Change-Id: Iaaf5cbc790abd3b7af6f94b4e6d7e8ecfbbc6534