summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
2016-09-07Add build dependencies for python-crypyographyMichael Chapman1-1/+1
pip will attempt to build this from source, so it needs some libraries. Change-Id: I85820789c5e99b72454e648b21de525bccf314a3 Signed-off-by: Michael Chapman <woppin@gmail.com>
2016-09-03Merge "Add python3-ipmi to dependencies in doc and spec"Tim Rozet1-1/+1
2016-09-03Add python3-ipmi to dependencies in doc and specMichael Chapman1-1/+1
Change-Id: I5dea9d61c2fc0b9d5af1ff88823f4ec3cb92c8d5 Signed-off-by: Michael Chapman <woppin@gmail.com>
2016-08-31Modifies L3 Agent for FDIO DeploymentsTim Rozet4-1/+1142
L3 Agent needs to use OVS driver for external interfaces and NSDriver for Internal interfaces. JIRA: APEX-252 opnfv-tht-pr: 73 Change-Id: Ic96e30421a1f1308c358a644e5602ca738091695 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-30Adds ability to power off nodes in cleanTim Rozet1-0/+3
Now if an inventory file is provided to clean, those nodes will be powered off. JIRA: APEX-250 Change-Id: I2d78285717726c3d1c9d7d88c38e706d4617e337 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-30Merge "Adds NSDriver to Neutron agent drivers"Tim Rozet2-0/+553
2016-08-29Adds NSDriver to Neutron agent driversTim Rozet2-0/+553
This is added to the entire overcloud, because it only adds driver code and will not impact other scenarios. It will also allow for CI coverage of this commit. This driver is needed for FDIO to be able to use Neutron DHCP agent. JIRA: APEX-249 opnfv-tht-pr: 70 Change-Id: Id2eb55b68dd97c79dcb9e2fd3061a252965e66ae Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-29Update file names for ovs with DPDK. These file names are the same for the ↵Thomas F Herbert1-7/+9
colorado branch. Use GS_PATHNAME to make url to retrieve ovsnfv artifacts release independent. JIRA: APEX-242 JIRA: APEX-119 Change-Id: I1a5b99ac6c8e60b49e7437b3f35d2833e71e050e Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-08-28Add networking-vpp ML2 mechanism driver to overcloud imageFeng Pan2-1/+14
Change-Id: Icfeb02f73b18aa6dbcca449b83d2c8c8bf0f6dab Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-26Freezes FDIO/Honeycomb artifactsTim Rozet4-7/+25
JIRA: APEX-243 Change-Id: I1ed843c316b840aa9c0f85ef250fcecc59197188 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-26Merge "Add JVpp to local maven repository during honeycomb/vpp build"Tim Rozet1-0/+2
2016-08-25Add JVpp to local maven repository during honeycomb/vpp buildFeng Pan1-0/+2
Change-Id: I1002eb3d2a6e58621582dd61348ffa2745c77655 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-25Fixes URL paths to stable artifactsTim Rozet1-2/+2
Change-Id: I177066f2bd7be77feaa5618d2f09c1aac26cc953 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-24adding more network_environment.py testsDan Radez1-1/+1
- increasing required test coverage to 90% - also consolidating some repeated code into functions Change-Id: I6b582478c509c24fce43224a516414e1ead6c8e4 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-24Merge "converiting the deploy settings obj to a dict"Tim Rozet1-1/+1
2016-08-24Migrates fdio/honeycomb to new single moduleTim Rozet1-9/+0
JIRA: APEX-133 opnfv-tht-pr: 66 Change-Id: I4e529fa83330d090fc2bb42283d98f02cf1454eb Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-24Add honeycomb to build processFeng Pan3-2/+125
JIRA: APEX-133 Change-Id: I96b278996edc6897408111d31b9effe472fb0d10 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-24Merge "Freezing TripleO undercloud/overcloud artifacts"Tim Rozet1-1/+1
2016-08-23converiting the deploy settings obj to a dictDan Radez1-1/+1
The deploy settings values are embedded in a dictionary inside a generic object. This patch makes the deploy settings object a dictionary so the values can be accessed directly without having to unnecessarily drill down through an empty object to the dict that holds the content intended to be managed by the deploy settings object. - adding tests to cover DeploySettings 100% Change-Id: I4ba625cd7b51cfb6c1f91c74f1d332d1e3dd9a8e Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-23Freezing TripleO undercloud/overcloud artifactsTim Rozet1-1/+1
JIRA: APEX-240 Change-Id: Icd69c76b624182042aea67fd23ecd33241325e26 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-23Adds workaround to fix dhcp metadataTim Rozet1-0/+1
JIRA: APEX-236 Change-Id: If237340529f2b9898d91c420b004770e0f883ce0 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-22DPDK package fixesFeng Pan2-6/+6
- Update DPDK and ovs-dpdk rpm links - Change curl to wget to get proper error return code when failure occurs. JIRA: APEX-119 Change-Id: Icdd8e11f1fff9e20695780215dee357b0aca45a5 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-20Fixes rpmbuilding for doc structure changeTim Rozet1-3/+3
Change-Id: I2ac2910eaecab1fc4fb9634b6af9bc7f454ff77a Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-18Merge "Moving rpm spec files to a sub directory"Dan Radez9-17/+17
2016-08-18Merge "Adds fds networking-odl for ODL FDIO deployments"Tim Rozet1-0/+8
2016-08-18Merge "Fixes honeycomb"Tim Rozet2-1/+12
2016-08-17Merge "Fixes dhcp metadata"Tim Rozet1-0/+2
2016-08-17Adds fds networking-odl for ODL FDIO deploymentsTim Rozet1-0/+8
JIRA: APEX-133 Change-Id: I7d87f2e463921369cd002b768976fd9cc06c8a91 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-17Fixes honeycombTim Rozet2-1/+12
Changes include: - Moves honeycomb to the opendaylight builder - Adds honeycomb puppet mod - Configures rest ports correctly and brings up honeycomb opnfv-tht-pr: 60 Change-Id: I630e9a63754ca6e41d1816a52db3b8272a9f7b6f Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-17Moving rpm spec files to a sub directoryDan Radez9-17/+17
Change-Id: I10eebc955cae5006155e045accf2924c393ab522 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-17Merge "adding tackerclient to the build"Tim Rozet5-29/+74
2016-08-17Fixes dhcp metadataTim Rozet1-0/+2
JIRA: APEX-236 opnfv-tht-pr: 59 Change-Id: Ic8fad4abb3846c57d218b2b23ef44750a644fe73 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-17adding tackerclient to the buildDan Radez5-29/+74
JIRA: APEX-235 Change-Id: Ie3ead17f1f82bc74dc38413bb4a3118fbcb82e9c Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-17Upgrades honeycomb to new versionTim Rozet1-9/+9
Change-Id: Iee70813504977f6433691d6e9253f329dbe0e372 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-17Merge "Added VPP (including python API) to build process"Tim Rozet2-3/+34
2016-08-16Added VPP (including python API) to build processFeng Pan2-3/+34
Change-Id: Iccc88105e92540fa2a52c827941827c05b8edf7b Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-16Fix tacker endpointMichael Chapman1-1/+1
Tacker endpoint is currently configured to be on the same port as congress (1789) when it should be 8888. JIRA: APEX-229 Change-Id: I239c1200668dd50d0e4f104c33b658132a906f67 Signed-off-by: Michael Chapman <michapma@redhat.com>
2016-08-16Merge "Fixes heat-engine failures"Tim Rozet1-0/+1
2016-08-15Fixes heat-engine failuresTim Rozet1-0/+1
Senlinclient was missing causing problems with heat-engine. JIRA: APEX-231 Change-Id: I6793c352de117cf36b9660e9b99102a0189f8a6e Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-12Adds missing packages to undercloudTim Rozet1-0/+4
JIRA: APEX-226 Change-Id: Icadf8eee603e753fcaaff0465bd4f9c1596a9804 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-11Fixes NSH OVS 2.5.90Tim Rozet3-5/+6
A bump in overcloud kernel caused NSH OVS to break. This patch upgrades the OVS RPMs. JIRA: APEX-214 Change-Id: I03179b47c4456decfa869e2e5065c1a5a1de579e Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-09Enables storing events in ceilometer notificationTim Rozet1-0/+2
JIRA: APEX-225 Change-Id: Idd1d7ec895be2812475c086ea4ba67f7acae3003 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-03Merge "Adds configuring vpp/hc on all nodes"Tim Rozet3-3/+4
2016-08-03Merge "Build Congress RPM package"Tim Rozet5-6/+109
2016-08-03Adds configuring vpp/hc on all nodesTim Rozet3-3/+4
Changes include: - starting vpp with pci addr of tenant nic - setting performance options for fdio scenario - creates nosdn fdio scenario (needs newtorking-vpp, etc) - starts HC if ODL is used opnfv-tht-pr: 46 JIRA: APEX-133 Change-Id: Ie7a7f1418b94dfb82255ec9aebc550a955dd696a Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-03Build Congress RPM packageCarlos Goncalves5-6/+109
Changes include: - RPM build for congress moved into Apex - Fixes missing log dir for congress in spec - Adds missing API network definition for Congress - Fixes URL for getting doctor driver - Increases controller default RAM to 10GB due to resource contention with ODL - Fixes Congress service config/db sync in THT to be in step 3 opnfv-tht-pr: 51 JIRA: APEX-212 Change-Id: I4a55646e7ef851782ae0d1963f7b479086958365 Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu> Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-02Upgrade rabbitmq-server in overcloud to fix ipv6 failureFeng Pan1-0/+1
JIRA: APEX-197 Change-Id: I57a6724c73d22efef96595d3eeb32a65166515b2 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-07-28Changes SFC to use different OVS buildTim Rozet3-6/+6
JIRA: APEX-214 Change-Id: I8ee0af560313f0467c155cda63106f53147e39ef Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-26Merge "Add nova ssh key for vm resize"Tim Rozet1-0/+6
2016-07-25Adds custom tacker to build processTim Rozet3-3/+101
Change-Id: I59d76fbf1de645a7310aed14704cc561142eb148 Signed-off-by: Tim Rozet <trozet@redhat.com>