summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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-23Merge "removing enabled_network_list as an argument to network env"Dan Radez3-13/+9
2016-08-23Merge "correcting the virtual baremetal defaults"Dan Radez3-9/+9
2016-08-22Merge "Proposing Feng Pan as a Committer in Apex"Tim Rozet1-3/+4
2016-08-22Merge "DPDK package fixes"Tim Rozet2-6/+6
2016-08-22correcting the virtual baremetal defaultsDan Radez3-9/+9
Defaults for virtual deployments was not correct, there were three baremetal nodes being created by default for a noha deployment. JIRA: APEX-221 Change-Id: I8b13ffb620d8ebaed4308725edbc7e84279872dd Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-22removing enabled_network_list as an argument to network envDan Radez3-13/+9
NetworkSettings Object is being rendered and passed to net env object already. We can get the enabled network list from the network settings object instead of passing it in as an arg. Basically just removing duplicate arguments to the network env object. Change-Id: I828c60878a0432cae2b37c08ae1896dce49071d0 Signed-off-by: Dan Radez <dradez@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-22Add nic list and ip address to fdio classFeng Pan1-0/+1
opnfv-tht-pr: 65 Change-Id: I47b773129636c541bdb0e93e88e334587ac7c2a0 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-20Fixes rpmbuilding for doc structure changeTim Rozet2-5/+5
Change-Id: I2ac2910eaecab1fc4fb9634b6af9bc7f454ff77a Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-20Merge "Modifies number of hugepages for compute nodes"Tim Rozet5-5/+5
2016-08-19Merge "Fixes missing metadata param to controller.yaml"Tim Rozet1-0/+1
2016-08-19Proposing Feng Pan as a Committer in ApexTim Rozet1-3/+4
Feng has contributed greatly to Apex C release. Achievements/Conbributions include: - OVS DPDK Integration - FDIO/VPP Integration - Converting portions of Apex code base to Python - Implementing IPv6 in Apex Change-Id: Ied0130b37b1c4fc89c72ccba83328d45d1375ff0 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-19Modifies number of hugepages for compute nodesTim Rozet5-5/+5
2048 is the acceptable value where default Virtual deployments will still work. A user can then modify deploy_settings in order to increase number of huge pages to something other than the default. JIRA: APEX-184 Change-Id: I7962c8e1ae09df60c51375b4ed343b44bce52b59 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-19Renamed install instructions folder according to docs directiveSofia Wallin9-0/+0
Change-Id: I8970be0bcbed501e43d6fb76af1278881274f69a Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2016-08-19Fixes missing metadata param to controller.yamlTim Rozet1-0/+1
DHCP Metadata network was not being enabled because I missed passing it in overcloud.yaml to controller.yaml. JIRA: APEX-236 opnfv-tht-pr: 64 Change-Id: Ibfd69f5fe5c6f5f2e0bd9c7e47ce1b35e9bd050e Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-18Heat domain cherry-pickMichael Chapman1-0/+1
opnfv-tht-pr: 62 Change-Id: If08e779e49afa217870124d1dc0deccd086bfa91 Signed-off-by: Michael Chapman <michapma@redhat.com>
2016-08-18Fixes compute honeycombTim Rozet1-1/+2
opnfv-tht-pr: 63 Change-Id: Ie91809d222cae34b81f541bdbc83b6d0fe561973 Signed-off-by: Tim Rozet <trozet@redhat.com>
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