summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-11Add os-odl-fdio-dvr supportFeng Pan13-25/+139
apex-tripleo-heat-templates: I6a83c9e2deeb0df9a3ab09a707c9c64aa84da55e apex-puppet-tripleo: I2025e3157b97b376b63002003ca17c7206aba546 JIRA: APEX-466 Change-Id: Iedb75994d35b5dc1dd5d5ce1a57277c8f3729dfd Signed-off-by: Feng Pan <fpan@redhat.com>
2017-08-11Merge "Remove extra VPP interface from fdio-nosdn scenarios"Tim Rozet2-4/+8
2017-08-10Remove extra VPP interface from fdio-nosdn scenariosFeng Pan2-4/+8
Also set NeutronNetworkVLANRanges for daily environment. JIRA: APEX-502 Change-Id: I0a53ad8b0bce7a721104b84a2aa7ea38c510a7e7 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-08-10moving OVS NSH build to x86_64 specificDan Radez1-19/+19
Change-Id: I85ae26a26d6fb07620f5ba7419cb375e6c5fd411 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-08-10Merge "Add collectd-snmp and collect-rdt installation. Use the Intel RDT ↵Feng Pan1-8/+29
version which is current (the version in the package set specified by the latest.properties file)."
2017-08-09Merge "Sets baremetal workers to 12"Tim Rozet3-0/+12
2017-08-09Sets baremetal workers to 12Feng Pan3-0/+12
There is an issue where in Newton the number of workers (sub processes) opened per openstack service scales with the number of logical cores on the system. On servers with large amount of processors this causes the cloud to fail after some time due to running out of RAM. This patch will limit the number of worker processes to 12, which is the limit in Ocata and onwards. JIRA: APEX-410 Change-Id: I28c4762830c19cd758a0729017f2d4a9ebe372b4 Signed-off-by: Tim Rozet <trozet@redhat.com> Signed-off-by: Feng Pan <fpan@redhat.com>
2017-08-08Add collectd-snmp and collect-rdt installation.jhinman11-8/+29
Use the Intel RDT version which is current (the version in the package set specified by the latest.properties file). Change-Id: I3f176572edaa5d3df5b3cc31b39253025d81e808 Signed-off-by: jhinman1 <john.hinman@intel.com>
2017-08-09Enables SFC scenariosTim Rozet9-2/+523
apex-tripleo-heat-templates: I230b31dc9ed0ecc5046064628ba2f2505e589522 apex-puppet-tripleo: Icd433ddc6ae7de19a09f9e33b410a362c317138a Change-Id: I0b17b4e86eb90b949bd62f7e73944adad77ef1a3 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-08-08[KVMFORNFV]kvm+ovs+dpdk scenario for E-releaseNavya3-0/+60
This patch consists of implementation of the KVMFORNFV os-nosdn-kvm_ovs_dpdk-ha and os-nosdn-kvm_ovs_dpdk-ha scenarios. Format of comment to trigger gate should be as follows: start-gate-scenario: os-nosdn-kvm_ovs_dpdk-noha Change-Id: Ia320ed8ac44f6b62c3875efe5e44a1df7a0fc777 Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
2017-08-08Merge "build: added intel_cmt_cat rpm"Feng Pan1-1/+6
2017-08-08build: added intel_cmt_cat rpmTaras Chornyi1-1/+6
Added intel_cmt_cat rpm install. Updated rpm version Change-Id: I288a09b8fc3a35496b340ee93197693914696d2d Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
2017-08-04Add support for nosdn-ovs-dpdk scenarioFeng Pan5-13/+17
Change-Id: I31fca214b7d16cecc261137567fa7ecf63abfe04 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-08-04build: remove barometer missing depsMaryam Tahhan1-5/+1
Remove barometer missing dependencies till they are resolved by the barometer project. Change-Id: Ie09bfd4ef68401dc83bb4208c54386ec1d30ed1f Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-08-03Merge "Builds and installs ovs 2.6.1 with NSH support"Feng Pan6-6/+243
2017-08-02Merge "nosdn-fdio scenario fix"Tim Rozet1-0/+2
2017-08-02Builds and installs ovs 2.6.1 with NSH supportTim Rozet6-6/+243
Change-Id: I369b9d24880ebdb0836e42740ebf27082be9de99 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-08-02Merge "Add overlay_ip_version config for IPv6 tenant networks"Tim Rozet2-2/+4
2017-08-01Merge "Adds Barometer service"Tim Rozet10-4/+168
2017-08-01Add overlay_ip_version config for IPv6 tenant networksFeng Pan2-2/+4
Change-Id: I03b28bdcc6d0649920fd58fb3400b2a4e5891e68 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-08-01nosdn-fdio scenario fixFeng Pan1-0/+2
apex-puppet-tripleo: Ie336c22b366bd478963ca14e25d645fec0cded7a Change-Id: I0b9212023eea28ff15e1e2f020a8bbd37cb2bcff Signed-off-by: Feng Pan <fpan@redhat.com>
2017-08-01Merge "Correcting keystone authtoken params for congress"Tim Rozet1-0/+1
2017-07-31Adds Barometer servicejhinman110-4/+168
Adds Barometer service as a deploy option to Compute nodes by specifying barometer as true in deploy settings. Barometer packages are installed only for x86_64. Adds scenarios os-nosdn-bar-ha and os-nosdn-bar-noha. Add scenarios to opnfv-apex-common.spec. Temporarily remove references to snmp packages. apex-tripleo-heat-templates: I397d2557639c87ab8afacd076a5b9fd7c056dce7 apex-puppet-tripleo: I878ff8d1e0a8b96f3380bb77f168cd5a4c3f6543 Puppet module is at: https://github.com/johnhinman/puppet-barometer. Change-Id: Ic087c2052f7849ee2cf6c63224558c2b36a8ca1f Signed-off-by: jhinman1 <john.hinman@intel.com>
2017-07-31Correcting keystone authtoken params for congressDan Radez1-0/+1
apex-tripleo-heat-templates: Ibada3c58e2ba870defef356363dbf54d02c8a965 JIRA: APEX-495 Change-Id: I372c1362f4f967345bf4fa6b2b7762155ee33aa3 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-07-29Add support for fdio scenariosFeng Pan8-73/+137
Add support for the following scenarios: - os-odl-fdio-ha - os-odl-fdio-noha - os-nosdn-fdio-noha - os-nosdn-fdio-ha apex-tripleo-heat-templates: If11092e6581445a70e63c8f6c48518698b3cc8fc apex-puppet-tripleo: If498c41d706c8f14a5b0bbee64cb4d26cd78c2d0 apex-os-net-config: If7a2c6119bf613f1fc8846237b077cd8f0e26015 Change-Id: Id3fdd09f6e0d2b7666d08c0dc7802165797eefdc Signed-off-by: Feng Pan <fpan@redhat.com>
2017-07-28Increases mininum virtual controller RAMTim Rozet2-2/+7
nosdn virtual deployments are hitting OOM on controllers. This patch bumps controller minimum ram from 8 to 10 for nosdn, and 10 to 12 for ODL. Also, the maximum workers for gnocchi are limited to 1 for virtual deployments. JIRA: APEX-496 Change-Id: I50d38c60a682f00c14489c65ee8ee6305bc3dc62 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-07-20Merge "Backport Neutron port data plane status"Tim Rozet6-0/+628
2017-07-19Backport Neutron port data plane statusCarlos Goncalves6-0/+628
JIRA: APEX-444 JIRA: DOCTOR-102 Change-Id: Idc40aa549fb1aae077a9e6b84225833a9c7c5b72 Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
2017-07-17Merge "Fixes glance API running on incorrect network"Feng Pan1-1/+1
2017-07-12Enables ODL HA for OcataTim Rozet1-3/+5
apex-tripleo-heat-templates: Ie108ab75cce0cb7d89e72637c600e30fc241d186 apex-puppet-tripleo: Ic9a955a1c2afc040b2f9c6fb86573c04a60f9f31 Change-Id: I995420bdb2ce84b063ab36f6fd4bdcdbbedd23ee Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-07-07Merge "Tiny fix for easy install scirpt"Michael Chapman2-1/+3
2017-07-06Merge "Adapting BGPVPN scenario to new composable service"Michael Chapman2-11/+1
2017-07-06Merge "adding libvirt-python to iso"Dan Radez1-1/+1
2017-07-06Tiny fix for easy install scirptQiLiang2-1/+3
- add several dependent packages - fix random no deploy log display - chmod +x simple_deploy.sh Change-Id: If18114b9fe8ba527abee907fa14eecf93beba098 Signed-off-by: QiLiang <liangqi1@huawei.com>
2017-07-05Missing brackets on x86_64 conditionalDan Radez1-1/+1
Change-Id: I5436317075ceffa18c34e213795ed3816627d121 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-07-05adding libvirt-python to isoDan Radez1-1/+1
JIRA: APEX-462 Change-Id: Ic38d174f92cd19fddd852888047d4b08ef69acab Signed-off-by: Dan Radez <dradez@redhat.com>
2017-07-04Adapting BGPVPN scenario to new composable serviceRicardo Noriega2-11/+1
Depends-On: I4af82d456c9d999667f2ef4d16e8f6822463d331 Depends-On: Id28df6ed307976fbb20fa1300f7349b743d96569 Change-Id: I8b6c909ea801491e524206ee4270d453164f3c46 Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
2017-06-22Adding conditionals dependent on archDan Radez9-67/+166
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-21Fixes glance API running on incorrect networkTim Rozet1-1/+1
JIRA: APEX-476 Change-Id: If635b4187f082d723ad00ba82357b351ee596a18 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-06-12Updates to development dependency scriptDan Radez1-6/+2
- Removing easy install references - adding gitpython to pip installs Change-Id: I8a07749d6444b63304cb5eabbf8d021eeb2fcd33 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-06-07Merge "Adding rpmlint to the build"Tim Rozet9-54/+67
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 Radez9-54/+67
- updating syntax to meet rpmlint standards Change-Id: I056b7600df0f4383b97c67e705bc0b749b4c1633 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-06-02Merge "Updating Linux kernel licensing info to GPL v2 with a new link"Tim Rozet1-2/+2
2017-05-31Updating Linux kernel licensing info to GPL v2 with a new linkRay Paik1-2/+2
Change-Id: I463a26299c9b76123b3c6d3374cd2ed391fcdc99 Signed-off-by: Ray Paik <rpaik@linuxfoundation.org>
2017-05-31Updates ODL source for netvirt+vppTim Rozet2-4/+4
Change-Id: I7ffb445ba44bfc904240658b0c3a137b44af28e8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-30Moving to forks on gerrit.opnfv.orgDan Radez7-69/+137
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 Rozet2-4/+16