summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-07-01Adding congress supportDan Radez4-1/+31
JIRA: APEX-135 opnfv-tht-pr: 16 opnfv-puppet-tripleo-pr: 2 Change-Id: Ic14abd13e2aa46d7ef37b74dd7b005ebf9977bdd Signed-off-by: Dan Radez <dradez@redhat.com>
2016-07-01Merge "Syntax updates and new tests"Dan Radez15-137/+210
2016-07-01Fixes onos artifacts URLTim Rozet2-3/+4
Server that was previously used is blocked on port 9999 in LF lab Change-Id: I8186ea00499352e7a404d0bf38b325e5ae9e8f23 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-30Upgrades DPDK/OVS-DPDK RPMsTim Rozet1-5/+5
Change-Id: I786a01a217bf1bc2fdc52971245d576b4b609545 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-30Syntax updates and new testsDan Radez15-137/+210
- syntax updates to match pep8 standards - tests to cover apex_python_utils.py Change-Id: Ifac06fdbb97266f1b574b20610979b6965d6dd55 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-06-30Merge "Fixes nic template rendering"Tim Rozet2-6/+17
2016-06-30Merge "Fixes slow ssh to overcloud nodes"Dan Radez1-0/+2
2016-06-30Fixes nic template renderingTim Rozet2-6/+17
Issue where in default network_settings, api_network is not specified. This means that the settings do not have api_network in its output, but the nic template checks to see if api_network vlan is native in its logic. This patch assumes a vlan will be numeric. A blank value or a value of 'native' will not be numeric therefore default is expanded to allow blank values as non-vlan networks. Also fixes controller to always have br-ex. Change-Id: Ibebb231901e653127175aef194eec708e8507da2 Signed-off-by: Tim Rozet <trozet@redhat.com> Signed-off-by: Dan Radez <dradez@redhat.com> Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-30Merge "[APEX-171] Upgrade ONOS into 1.6 and ovs into 2.5.90 for SFC function"Tim Rozet2-7/+26
2016-06-30Fixes slow ssh to overcloud nodesTim Rozet1-0/+2
JIRA: APEX-191 Change-Id: Ic2e5c464e7f76dbeddc0d10886246a51ab5c6e30 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-30Merge "Fixes multiple issues in ovs dpdk"Tim Rozet2-2/+2
2016-06-30[APEX-171] Upgrade ONOS into 1.6 and ovs into 2.5.90 for SFC functionbob zhou2-7/+26
Change-Id: Ia4b714fa39438bb7ea77bedff6bb8099a88abb11 Signed-off-by: bob zhou <bob.zh@huawei.com>
2016-06-29Merge "Removes QOS Service plugins for ODL scenarios"Dan Radez1-0/+1
2016-06-29Removes QOS Service plugins for ODL scenariosTim Rozet1-0/+1
opnfv-tht-pr: 33 Change-Id: Ibf880e159c3795f07ec875e14b9578c710eac52d Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-28ISO missing ipxe roms packageDan Radez2-5/+4
JIRA: APEX-157 Change-Id: I5feeec1472f58f1747054d7bb04c20274653594c Signed-off-by: Dan Radez <dradez@redhat.com>
2016-06-28Fixes multiple issues in ovs dpdkTim Rozet2-2/+2
Changes include: - Fixes nova schedulers to be an array instead of string - Fixes os-net-config to only run one time with dpdk nodes - Fixes br-phy creation to only happen on compute nodes opnfv-tht-pr: 32 Change-Id: Ic3ef9ba247535ed00e40fe3fc4f0e78ac7d01c1a Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-28Merge changes from topics 'fix_dpdk', 'vlan_support'Tim Rozet11-550/+272
* changes: Fixes IP failure during os-collect-config ping check Adding VLAN support
2016-06-28Merge "Expanding the overcloud-full filesystem"Tim Rozet1-0/+5
2016-06-28Merge "Remove sahara endpoint"Tim Rozet1-0/+7
2016-06-28Merge "adding a force-build-rpms check in the commit message"Tim Rozet1-1/+3
2016-06-28Merge "Adds initial FDIO support"Dan Radez5-1/+34
2016-06-28Fixes IP failure during os-collect-config ping checkTim Rozet1-5/+6
Moves the (to be) dpdk interface to br-phy so that the ping check passes after os-net-config. The puppet then moves the interface off of br-phy before binding to dpdk. opnfv-tht-pr: 31 Change-Id: I803671831ea5fd2665a7fa1368a7175d3e0a845d Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-28Adding VLAN supportDan Radez11-545/+266
JIRA: APEX-136 JIRA: APEX-30 Change-Id: I7cbbe11f4c1f1455dba253733c78fe8dc215de97 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-06-27adding a force-build-rpms check in the commit messageDan Radez1-1/+3
force-build-rpms Change-Id: I70d101b78608414ad5ffb745e6d8a64f59850f61 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-06-27Merge "Add ovs-dpdk deploy options check"Tim Rozet1-0/+11
2016-06-22Adds opnfv tht OVS DPDK configurationTim Rozet1-0/+1
Note this patch assumes that when performance options are used, that dpdk will always be configured. We can change this behavior later. opnfv-tht-pr: 30 JIRA: APEX-119 Change-Id: Ib730d2d93e1c38246e5d62c667d9554ae57fc744 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-22Adds initial FDIO supportTim Rozet5-1/+34
JIRA: APEX-133 opnfv-tht-pr: 29 Change-Id: I3080c91c3995ed946b902a75907ef11cb349fc33 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-22Merge "Fixes setting dns server for undercloud"Dan Radez2-1/+10
2016-06-17Fixes setting dns server for undercloudTim Rozet2-1/+10
JIRA: APEX-177 Change-Id: I6ee95a3c525fb58699fb3af795a66639f217214c Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-17Merge "Fixes nic templates for ovs dpdk"Dan Radez3-4/+35
2016-06-17Add ovs-dpdk deploy options checkFeng Pan1-0/+11
- Make sure flat network is not used when ovs-dpdk is used - Make sure private network is enabled when ovs-dpdk is used JIRA: APEX-174 Change-Id: I595b142124033392145b28221d64088d45c3e8d5 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-06-16Merge "remove os-net-config before trying to clone it"Tim Rozet1-0/+1
2016-06-16Remove sahara endpointMichael Chapman1-0/+7
Sahara isn't installed, and having the endpoint confuses testing services. This patch removes the endpoint after deployment. Change-Id: Iaab227d398704c31911feaf7ea3bfbfa655d0f54 JIRA: APEX-176 Signed-off-by: Michael Chapman <michapma@redhat.com>
2016-06-15Expanding the overcloud-full filesystemDan Radez1-0/+5
Change-Id: Idc5731380a57e227c989c23521e9283859ea1686 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-06-15Fixes nic templates for ovs dpdkTim Rozet3-4/+35
JIRA: APEX-119 Change-Id: Ia66f2ef4c169187b0cb575b10292d02f530b9902 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-15Merge "Add IPv6 network settings file."Tim Rozet2-0/+130
2016-06-15remove os-net-config before trying to clone itDan Radez1-0/+1
Change-Id: Id09437d4025b761100d7c7371ce70ac2f7ba2d2a Signed-off-by: Dan Radez <dradez@redhat.com>
2016-06-15Merge "Change virtual deployment VMs nic model to virtio for dpdk support"Tim Rozet3-5/+12
2016-06-15Merge "Add DPDK test app for ovs_dpdk deployment"Tim Rozet1-0/+16
2016-06-15Merge "Allows nic mapping to set hieradata variables"Dan Radez1-0/+10
2016-06-15Merge "Fixes unit tests"Dan Radez2-21/+34
2016-06-15Change virtual deployment VMs nic model to virtio for dpdk supportFeng Pan3-5/+12
Also make sure we update ipxe-roms-qemu to support pxe booting VMs with multiple virtio interfaces defined (bz 1234601). JIRA: APEX-119 Change-Id: I6fdecbd365450dec80e41f8407498d884b0bd79e Signed-off-by: Feng Pan <fpan@redhat.com>
2016-06-14Allows nic mapping to set hieradata variablesTim Rozet1-0/+10
Currently os-net-config figures out the mapping of logical nic names, such as "nic1" to a physical nic on the overcloud node. This mapping is not exposed to THT. This patch allows the mapping to be placed in a hieradata file that can be access by THT during the deployment. JIRA: APEX-119 opnfv-tht-pr: 28 Change-Id: I7ec631fe2a04ce6193b72b2e56eb34a24a4507e1 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-14Fixes unit testsTim Rozet2-21/+34
Change-Id: If6a8366dec49cff85ba94c13e70a1796e7b6ca47 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-14Update qemu to 2.3 in overcloudFeng Pan1-0/+3
JIRA: APEX-119 Change-Id: I6ad91644e2b82234c1a40d595c1c56accc9286a3 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-06-14Add IPv6 network settings file.Feng Pan2-0/+130
JIRA: APEX-130 Change-Id: Ic00c36b84de274b43c2555108d78aef307a85499 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-06-14Merge "Install ovs-dpdk rpm when required"Tim Rozet1-0/+1
2016-06-14Merge "puppet-tripleo fork integration"Dan Radez4-41/+69
2016-06-14Merge "Print undercloud IP after deployment"Michael Chapman1-1/+2
2016-06-13Install ovs-dpdk rpm when requiredFeng Pan1-0/+1
JIRA: APEX-119 Change-Id: Ie6d08c39fc22be109bf4792a4b7e6cfb4b44d6db Signed-off-by: Feng Pan <fpan@redhat.com>