summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
2017-06-22Adding conditionals dependent on archDan Radez2-33/+53
There are x86 specific build items that can't be used when building on aarch64. Adding conditionals so that the items only get built in when building on x86_64. There are aarch64 specific settings that need to be set for deployment. JIRA: APEX-381 Change-Id: I63e1c99d5d22bbb523c88be7e973a6c834a38b01 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-06-07Merge "Adding rpmlint to the build"Tim Rozet8-53/+65
2017-06-07Merge "Fixes missing ramdisk and kernel in rpm"Feng Pan2-2/+8
2017-06-06Fixes missing ramdisk and kernel in rpmTim Rozet2-2/+8
Change-Id: I970c79dc2a558af3c904d3b19218da53c98378d1 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-06-06Adding rpmlint to the buildDan Radez8-53/+65
- updating syntax to meet rpmlint standards Change-Id: I056b7600df0f4383b97c67e705bc0b749b4c1633 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-05-31Updates ODL source for netvirt+vppTim Rozet1-2/+2
Change-Id: I7ffb445ba44bfc904240658b0c3a137b44af28e8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-30Moving to forks on gerrit.opnfv.orgDan Radez4-66/+20
Migrating off of github onto opnfv.org to host our forked projects that are side loaded into our builds apex-tripleo-heat-templates: Ic65cfeee4a55e993629f831c8c9d9addf6f3dff4 apex-puppet-tripleo: If498c41d706c8f14a5b0bbee64cb4d26cd78c2d0 apex-os-net-config: I5281a57640f388e984b061702362f9c82d08da78 Change-Id: Ieb5cf293ad06d90fce7a9467e32ac0f2d8731a0a Signed-off-by: Dan Radez <dradez@redhat.com> Signed-off-by: Feng Pan <fpan@redhat.com>
2017-05-27Adds networking-sfc packageTim Rozet1-0/+1
Until networking sfc is added by: https://review.openstack.org/#/c/468703/ We need to include it in our build system. Change-Id: If0332d6fb9a342d46599ca4ca556b2c1c7f01272 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-26Merge "Update puppet-opendaylight git repo url"Tim Rozet1-4/+7
2017-05-25Update puppet-opendaylight git repo urlFeng Pan1-4/+7
puppet-opendaylight moved from github to opendaylight.org, updating url for git clone. JIRA: APEX-455 Change-Id: I8e4a919d9c8b3dedb62c12135cc1b2741413bc34 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-05-25Remove qemu installFeng Pan1-3/+0
qemu-ev is now included in overcloud. Change-Id: I0d62793d267465c99fde489b8d39c27a87a20a4c Signed-off-by: Feng Pan <fpan@redhat.com>
2017-05-25Fixes missing permissions on configure-vmTim Rozet2-2/+2
Also updates dpdk package location Change-Id: I123c3d8593b623f45273845726870224ff9f7ca8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-22Merge "Fix dependencies errors in iso verify"Tim Rozet2-2/+2
2017-05-21Fix dependencies errors in iso verifyFeng Pan2-2/+2
Change-Id: I6f169d6d89a0468c6c9208ba448c4da0a6f776ee Signed-off-by: Feng Pan <fpan@redhat.com>
2017-05-18Updates the real time kvm kerneldavidjchou1-1/+1
Reduce the real time kvm kernel by stripping debug info. Change-Id: I33335b8a9bd241ee83bc6f30bb2e819403bad491 Signed-off-by: davidjchou <david.j.chou@intel.com>
2017-05-18Merge "dep updates related to removing openstack-tripleo"Tim Rozet2-34/+2
2017-05-17Merge "Refactors build script for Apex"Tim Rozet1-1/+1
2017-05-17dep updates related to removing openstack-tripleoDan Radez2-34/+2
- configure-vm requires libvirt-python - removing some references to openstack-tripleo - updating dep urls to artifacts.opnfv.org JIRA: APEX-462 Change-Id: I5ed7f7ad2f2c016fcbc1157b29c2c0e4c5d9b4a7 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-05-17Merge "Removing sdn_l3 and _l2 scenario features"Tim Rozet1-7/+3
2017-05-17Refactors build script for ApexTim Rozet1-1/+1
Changes Include: - Build has been refactored into python - Caching now packs into multiple unique tar files which are logged into a journal file - Multiple files and journal allow for multiple apex builds to run simultaenously while minimizing risk of collision between cache reading and writing - Build dependency packages updated and will install when missing via ansible - If more than 2 caches exist then prune the oldest cache Change-Id: Iae703253eb6034aee42bf33153bb6e434d3cec48 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-17Merge "Adding yamllint to build checks"Tim Rozet9-60/+102
2017-05-15Removing sdn_l3 and _l2 scenario featuresDan Radez1-7/+3
JIRA: APEX-429 Change-Id: Ifb28bb27f8e58ac5b180454719dfb329c3edf000 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-05-10Adding yamllint to build checksDan Radez9-60/+102
- making formatting changes to yaml files to meet yamllint checks Change-Id: Id48a8446512943e908e61dc00bbe6c033af27775 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-05-10Couple cleanups related to ocata updateDan Radez1-5/+0
- remove glance v2 enable - remove bgpvpn Change-Id: I2e09067e4f81c8a48e8f12475451b2a3c40289a7 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-05-09Updating Apex to OpenStack OcataDan Radez19-751/+56
- power management updated to virtualbmc, pxe_ssh is deprecated - removing custom tacker build - removing custom congress build - disabling yum update in undercloud on the cli instead of in a patch - Undercloud is direct kernel booted now, there are no kernel and initrd in the disk image from upstream - remove OpenDaylight previous to Carbon JIRA: APEX-433 JIRA: APEX-432 JIRA: APEX-431 Change-Id: I6963f16e65eacade5607a3082b58b6150331406c Signed-off-by: Dan Radez <dradez@redhat.com>
2017-05-08Moves RDO images URI to working serverTim Rozet1-2/+4
CBS has been broken and the overcloud and undercloud artifacts are not getting updated there. The new URI is a workaround because it is a single file server acting as a backup until the CBS repo is fixed. JIRA: APEX-458 Change-Id: I743747015d69b17d75aa7b231bc07c935788ea20 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-08Merge "add onos deployment steps"Dan Radez6-18/+19
2017-05-04Merge "Enable OpenDaylight clustering mode for FDIO scenarios"Tim Rozet2-47/+0
2017-05-02Merge "Fixes bugs in ovs dpdk"Feng Pan2-3/+3
2017-04-28Merge "Migrates quagga install to build time"Feng Pan1-0/+2
2017-04-28Merge "Updates the real time kvm kernel from 4.4.6-rt14 to 4.4.50-rt62."Tim Rozet1-2/+2
2017-04-28Migrates quagga install to build timeTim Rozet1-0/+2
It is OK to have quagga installed at build time, we just want to avoid enabling it unless quagga is deployed. Change-Id: I41899d697a24976c3b169b3b8f5eef5c0df6bed4 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-04-28Fixes bugs in ovs dpdkTim Rozet2-3/+3
Changes Include: - Fixes an issue where using non-1st nic admin network deployment would result in loss of network connectivity during deployment. - Fixes an issue where not specifying cores to pin to in performance options would result in an incorrect '0' value used for core mask. JIRA: APEX-452 JIRA: APEX-453 Change-Id: I413290161abd9b2fa39b659d5ff989da9554f603 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-04-28Enable OpenDaylight clustering mode for FDIO scenariosFeng Pan2-47/+0
JIRA: APEX-450 Change-Id: I6d570c19ff5286b1307e38eee439116839b1d612 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-04-28Merge "Update VPP/ODL versions for FDIO scenarios"Tim Rozet4-81/+17
2017-04-27Updates the real time kvm kernel from 4.4.6-rt14 to 4.4.50-rt62.davidjchou1-2/+2
Change-Id: Iee42eb2533fe8c8336113613ab578aa56abb37fb Signed-off-by: davidjchou <david.j.chou@intel.com>
2017-04-27Update VPP/ODL versions for FDIO scenariosFeng Pan4-81/+17
Pin the same set of FDIO and OpenDaylight versions for all fdio scenarios. Note that fdio_netvirt-fdio still uses a customized ODL version. os-net-config-pr: 7 JIRA: APEX-451 Change-Id: Ic5ac5aeead9967fe383447e23653276cde2dfe60 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-04-26Fixing zrpcd is not startingNikolas Hermanns2-7/+8
JIRA: APEX-437 JIRA: APEX-448 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com> Change-Id: I91c1b3bef83c808166072e00c751d8fac3565b5f
2017-04-22Merge "Updates quagga to newer version"Tim Rozet1-3/+3
2017-04-19Updates quagga to newer versionTim Rozet1-3/+3
Change-Id: I635b171c15bca40788eefe909eaab3e9d4606db1 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-04-18Add ODL netvirt VPP supportFeng Pan2-0/+6
opnfv-tht-pr: 131 Change-Id: I112d454078bd29a386b8557bf1d015d81f328d61 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-04-13add onos deployment stepsbobzhou6-18/+19
opnfv-tht-pr: 128 opnfv-puppet-tripleo-pr: 23 Change-Id: Ib99f7e3968ed03bd86ca0de9c6c37c9871921486 Signed-off-by: bobzhou <bob.zh@huawei.com>
2017-04-10Add VPP interface options supportFeng Pan1-0/+3
Interface options is needed for nosdn-fdio scenario to disable vlan strip offloading for enic. Change-Id: I7d7e3d7e6e0c822a13113911a41a3d076ecbd509 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-04-09Merge "nosdn fdio scenario fixes"Tim Rozet2-1/+18
2017-04-06Merge "RPM version update / ovs_dpdk rename"Dan Radez5-13/+24
2017-04-06nosdn fdio scenario fixesTim Rozet2-1/+18
- pins nosdn fdio packages that work - disable l3 agent ha mode opnfv-tht-pr: 130 Change-Id: I9470565768611f83cbd6e34f567a0aec58fa65ef Signed-off-by: Tim Rozet <trozet@redhat.com> Signed-off-by: Feng Pan <fpan@redhat.com>
2017-04-06Remove OpenwsmanDan Radez2-6/+0
- AMT is no longer supported in Triple-O Change-Id: Iddca225b0b40ae237ed9dcf754051a38cdafec9e Signed-off-by: Dan Radez <dradez@redhat.com>
2017-04-04RPM version update / ovs_dpdk renameDan Radez5-13/+24
- updating RPM version numbers for Euphrates - renaming ovs scenario to ovs_dpdk JIRA: APEX-434 Change-Id: I75e1d96bd613ea04e2ffd12bd41b3a536ff75d7f Signed-off-by: Dan Radez <dradez@redhat.com>
2017-04-03Merge "Euphrates Docs update w odl scenario name cleanups"Dan Radez2-15/+16
2017-04-03Merge "Remove ocata puppet-ovn injection"Dan Radez1-9/+0