summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-08-18Add dpdk bind lock file for vpp deploymentFeng Pan1-0/+1
opnfv-tht-pr: 61 Change-Id: I7a0dc80f6ec2c9c7b0233a71baf51aa66867c0e4 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-18Merge "Create Congress Nova datasource with api_version"Dan Radez1-5/+10
2016-08-18Merge "Moving rpm spec files to a sub directory"Dan Radez10-22/+22
2016-08-18Create Congress Nova datasource with api_versionCarlos Goncalves1-5/+10
The Congres Nova driver defaults to Nova API v2.0 but also supports micro versions since Liberty release. This patch creates the Nova datasource with the latest micro version available. This is useful for scenarios such as invoking nova.services.force_down that was introduced in v2.11. https://bugs.launchpad.net/congress/+bug/1552220 JIRA: APEX-238 Change-Id: I0a60a1199e36da38e48aa647812dd6ee5543ce2b Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
2016-08-18Merge "Enable ceph on boot"Tim Rozet1-1/+2
2016-08-18Merge "Adds fds networking-odl for ODL FDIO deployments"Tim Rozet2-0/+14
2016-08-18Merge "Fixes honeycomb"Tim Rozet2-1/+12
2016-08-17Merge "Move deploy options check to network settings section"Tim Rozet1-10/+11
2016-08-17Merge "Fixes dhcp metadata"Tim Rozet1-0/+2
2016-08-17Adds fds networking-odl for ODL FDIO deploymentsTim Rozet2-0/+14
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 Radez10-22/+22
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 "Adding docs for IPv6 underlay deployments"Tim Rozet1-1/+5
2016-08-17Merge "Added VPP (including python API) to build process"Tim Rozet2-3/+34
2016-08-17Merge "Fix tacker endpoint"Michael Chapman1-1/+1
2016-08-17Enable ceph on bootMichael Chapman1-1/+2
The service for ceph is created using the init provider in puppet, which does not support the enable parameter, and therefore the ceph service will not start on boot. Since it creates a normal sysvinit file, this can be remedied with chkconfig. JIRA: APEX-232 opnfv-tht-pr: 58 Change-Id: I0ef9e49cfa55d8e57862fbd61fb487b6d99d8d57 Signed-off-by: Michael Chapman <woppin@gmail.com>
2016-08-16Adding moch-detached rules to FORWARD tableDan Radez1-1/+10
Forwarded traffic doesn't pass through the output table so adding http, https and dns traffic reject rules to forward table also for a mock-detached state Change-Id: Iab4b7f0f7c95068223636052979c4959db6feaa6 Signed-off-by: Dan Radez <dradez@redhat.com>
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-16Adding docs for IPv6 underlay deploymentsDan Radez1-1/+5
Change-Id: I948b905201489e1865d8313173e8e1938d2d5ac5 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-16Merge "Remove trailing newline from dpdk pci address"Tim Rozet1-0/+1
2016-08-16Merge "Check data plane settings before adding ovs_dpdk/fdio config"Tim Rozet1-7/+9
2016-08-16Merge "adding DNS to ports to block in mock-detach"Dan Radez1-2/+8
2016-08-15Remove trailing newline from dpdk pci addressFeng Pan1-0/+1
opnfv-tht-pr: 57 Change-Id: I0d1b3bb8983c1f7464b0270955fa4ba4e05d3467 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-16Merge "Adds supported scenarios to docs"Tim Rozet1-0/+53
2016-08-16Merge "Fixes tacker heat_uri config"Tim Rozet1-0/+1
2016-08-16Merge "Fixes heat-engine failures"Tim Rozet1-0/+1
2016-08-16Merge "Increases RAM for controller in ODL NoHA"Tim Rozet1-1/+1
2016-08-15Adds supported scenarios to docsTim Rozet1-0/+53
Change-Id: Iaf451cd0c6b2bc847e1fffb8e99dc9d3d3abfe91 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-15Fixes tacker heat_uri configTim Rozet1-0/+1
JIRA: APEX-230 opnfv-tht-pr: 56 Change-Id: Ibc62472fe0877dd8e9d0fcc3ffab922f7a0d6c67 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-15Increases RAM for controller in ODL NoHATim Rozet1-1/+1
JIRA: APEX-234 Change-Id: Ieb055d5de33177dd6f6b5286f3ff1608d62fbf60 Signed-off-by: Tim Rozet <trozet@redhat.com>
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-15Check data plane settings before adding ovs_dpdk/fdio configFeng Pan1-7/+9
JIRA: APEX-227 Change-Id: I5f55f862e564205b2e426e60d741e60bc255f2f4 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-15Move deploy options check to network settings sectionFeng Pan1-10/+11
JIRA: APEX-228 Change-Id: I85e6794bf2371116facef60ef4e29c9c9ca79131 Signed-off-by: Feng Pan <fpan@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-12adding DNS to ports to block in mock-detachDan Radez1-2/+8
Change-Id: Ic1be571650a301384b91981f3c2a362fa50c7414 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-12Merge "Making NetworkEnvironment a dict"Dan Radez3-53/+45
2016-08-11Merge "Fixes NSH OVS 2.5.90"Tim Rozet3-5/+6
2016-08-11Merge "adding virtual deployment options to docs"Tim Rozet1-2/+3
2016-08-11Fixes MTU issue for nosdnTim Rozet1-1/+2
JIRA: FUNCTEST-379 opnfv-tht-pr: 54 Change-Id: Ie0e8b4c49ffa5f5d57fb14360f822d052734d036 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-11adding virtual deployment options to docsDan Radez1-2/+3
Change-Id: I944908c0e453ccb9a72a5c229fb161839b3badb7 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-11Merge "Initial pass through the docs for Colorado Release"Tim Rozet8-246/+320
2016-08-11Initial pass through the docs for Colorado ReleaseDan Radez8-246/+320
- doc8 compatibility - wraped lines at 79 chars - updated basic information - have not added any new feature information JIRA: DOCS-114 Change-Id: I6fad44315ce9211305399d2d220d0fe80365454a Signed-off-by: Dan Radez <dradez@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-11Making NetworkEnvironment a dictDan Radez3-53/+45
Change-Id: I983f4483b328268413d4ec66c753f1219d59fd27 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-11Fix VPP deploy failuresFeng Pan3-5/+6
- Move deploy option parsing to before network settings parsing, as performance options are needed during networking setting parsing. - Fix numa fdio_enabled option setting - Add numa to controller hiera hierarchy in tht opnfv-tht-pr: 53 Change-Id: I0a87c557c8bf653d5a86eccdbb3172733c06716a Signed-off-by: Feng Pan <fpan@redhat.com>