Dan Radez [Wed, 6 Jul 2016 13:35:07 +0000 (09:35 -0400)]
Splitting out deps configuration to a functions file
trying to reduce the monolith deploy.sh to smaller parts
Change-Id: Ic788748969819637171a51d10b87b018fe286ae1
Signed-off-by: Dan Radez <dradez@redhat.com>
Michael Chapman [Wed, 6 Jul 2016 10:58:42 +0000 (10:58 +0000)]
Merge "Moving parser functions to a sourced file"
Dan Radez [Tue, 5 Jul 2016 20:59:28 +0000 (16:59 -0400)]
Moving parser functions to a sourced file
Trying to split the monolith deploy.sh
Change-Id: Ib145e01696384b1b27e8a79263647235e7d68e2a
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Sat, 2 Jul 2016 03:25:26 +0000 (23:25 -0400)]
Finishes dpdk post install
After dpdk finishes install, br-phy needs to be brought up and ovs-agent
needs to be restarted. This cannot happen in tripleO because
os-collect-config will try to ping from dpdk interfaces to the
controller to validate network connectivity. This doesn't work with
dpdk, so we leave br-phy down until end of deployment.
JIRA: APEX-119
Change-Id: I3d36d02b773fcbb3c5527b85fd00a2fa1b3cc25d
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Tue, 5 Jul 2016 17:25:17 +0000 (17:25 +0000)]
Merge "Adds overcloud ssh support and other fixes"
Tim Rozet [Thu, 30 Jun 2016 16:53:56 +0000 (12:53 -0400)]
Adds overcloud ssh support and other fixes
Changes include:
- Copies root pub key to overcloud nodes
- Introduces overcloud util command to login control/computes
- Minor fixes to undercloud util command
JIRA: APEX-192
Change-Id: I903fda4b1d232fc623137490630ac905ebb781d7
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Thu, 26 May 2016 17:41:24 +0000 (13:41 -0400)]
Adding congress support
JIRA: APEX-135
opnfv-tht-pr: 16
opnfv-puppet-tripleo-pr: 2
Change-Id: Ic14abd13e2aa46d7ef37b74dd7b005ebf9977bdd
Signed-off-by: Dan Radez <dradez@redhat.com>
Dan Radez [Fri, 1 Jul 2016 18:01:24 +0000 (18:01 +0000)]
Merge "Syntax updates and new tests"
Tim Rozet [Fri, 1 Jul 2016 15:57:37 +0000 (11:57 -0400)]
Fixes onos artifacts URL
Server that was previously used is blocked on port 9999 in LF lab
Change-Id: I8186ea00499352e7a404d0bf38b325e5ae9e8f23
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Thu, 30 Jun 2016 22:17:22 +0000 (18:17 -0400)]
Upgrades DPDK/OVS-DPDK RPMs
Change-Id: I786a01a217bf1bc2fdc52971245d576b4b609545
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Mon, 20 Jun 2016 09:56:34 +0000 (05:56 -0400)]
Syntax updates and new tests
- syntax updates to match pep8 standards
- tests to cover apex_python_utils.py
Change-Id: Ifac06fdbb97266f1b574b20610979b6965d6dd55
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Thu, 30 Jun 2016 21:51:13 +0000 (21:51 +0000)]
Merge "Fixes nic template rendering"
Dan Radez [Thu, 30 Jun 2016 19:44:52 +0000 (19:44 +0000)]
Merge "Fixes slow ssh to overcloud nodes"
Tim Rozet [Wed, 29 Jun 2016 20:17:31 +0000 (16:17 -0400)]
Fixes nic template rendering
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>
Tim Rozet [Thu, 30 Jun 2016 15:33:02 +0000 (15:33 +0000)]
Merge "[APEX-171] Upgrade ONOS into 1.6 and ovs into 2.5.90 for SFC function"
Tim Rozet [Thu, 30 Jun 2016 15:28:14 +0000 (11:28 -0400)]
Fixes slow ssh to overcloud nodes
JIRA: APEX-191
Change-Id: Ic2e5c464e7f76dbeddc0d10886246a51ab5c6e30
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Thu, 30 Jun 2016 02:55:59 +0000 (02:55 +0000)]
Merge "Fixes multiple issues in ovs dpdk"
bob zhou [Tue, 14 Jun 2016 05:01:45 +0000 (13:01 +0800)]
[APEX-171] Upgrade ONOS into 1.6 and ovs into 2.5.90 for SFC function
Change-Id: Ia4b714fa39438bb7ea77bedff6bb8099a88abb11
Signed-off-by: bob zhou <bob.zh@huawei.com>
Dan Radez [Wed, 29 Jun 2016 23:20:29 +0000 (23:20 +0000)]
Merge "Removes QOS Service plugins for ODL scenarios"
Tim Rozet [Wed, 29 Jun 2016 14:50:55 +0000 (10:50 -0400)]
Removes QOS Service plugins for ODL scenarios
opnfv-tht-pr: 33
Change-Id: Ibf880e159c3795f07ec875e14b9578c710eac52d
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Tue, 28 Jun 2016 20:04:45 +0000 (16:04 -0400)]
ISO missing ipxe roms package
JIRA: APEX-157
Change-Id: I5feeec1472f58f1747054d7bb04c20274653594c
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Tue, 28 Jun 2016 21:48:41 +0000 (17:48 -0400)]
Fixes multiple issues in ovs dpdk
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>
Tim Rozet [Tue, 28 Jun 2016 18:58:11 +0000 (18:58 +0000)]
Merge changes from topics 'fix_dpdk', 'vlan_support'
* changes:
Fixes IP failure during os-collect-config ping check
Adding VLAN support
Tim Rozet [Tue, 28 Jun 2016 14:52:02 +0000 (14:52 +0000)]
Merge "Expanding the overcloud-full filesystem"
Tim Rozet [Tue, 28 Jun 2016 14:47:41 +0000 (14:47 +0000)]
Merge "Remove sahara endpoint"
Tim Rozet [Tue, 28 Jun 2016 14:45:59 +0000 (14:45 +0000)]
Merge "adding a force-build-rpms check in the commit message"
Dan Radez [Tue, 28 Jun 2016 14:34:30 +0000 (14:34 +0000)]
Merge "Adds initial FDIO support"
Tim Rozet [Tue, 28 Jun 2016 14:19:51 +0000 (10:19 -0400)]
Fixes IP failure during os-collect-config ping check
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>
Dan Radez [Tue, 12 Apr 2016 18:39:32 +0000 (14:39 -0400)]
Adding VLAN support
JIRA: APEX-136
JIRA: APEX-30
Change-Id: I7cbbe11f4c1f1455dba253733c78fe8dc215de97
Signed-off-by: Dan Radez <dradez@redhat.com>
Dan Radez [Mon, 27 Jun 2016 23:37:48 +0000 (19:37 -0400)]
adding a force-build-rpms check in the commit message
force-build-rpms
Change-Id: I70d101b78608414ad5ffb745e6d8a64f59850f61
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Mon, 27 Jun 2016 17:09:57 +0000 (17:09 +0000)]
Merge "Add ovs-dpdk deploy options check"
Tim Rozet [Wed, 22 Jun 2016 14:21:18 +0000 (10:21 -0400)]
Adds opnfv tht OVS DPDK configuration
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>
Tim Rozet [Wed, 15 Jun 2016 18:52:20 +0000 (14:52 -0400)]
Adds initial FDIO support
JIRA: APEX-133
opnfv-tht-pr: 29
Change-Id: I3080c91c3995ed946b902a75907ef11cb349fc33
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Wed, 22 Jun 2016 08:34:42 +0000 (08:34 +0000)]
Merge "Fixes setting dns server for undercloud"
Tim Rozet [Thu, 16 Jun 2016 18:54:26 +0000 (14:54 -0400)]
Fixes setting dns server for undercloud
JIRA: APEX-177
Change-Id: I6ee95a3c525fb58699fb3af795a66639f217214c
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Fri, 17 Jun 2016 14:55:18 +0000 (14:55 +0000)]
Merge "Fixes nic templates for ovs dpdk"
Feng Pan [Fri, 17 Jun 2016 14:38:50 +0000 (10:38 -0400)]
Add ovs-dpdk deploy options check
- 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>
Tim Rozet [Thu, 16 Jun 2016 20:55:44 +0000 (20:55 +0000)]
Merge "remove os-net-config before trying to clone it"
Michael Chapman [Thu, 16 Jun 2016 20:30:55 +0000 (16:30 -0400)]
Remove sahara endpoint
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>
Dan Radez [Wed, 15 Jun 2016 21:29:10 +0000 (17:29 -0400)]
Expanding the overcloud-full filesystem
Change-Id: Idc5731380a57e227c989c23521e9283859ea1686
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Tue, 14 Jun 2016 21:20:13 +0000 (17:20 -0400)]
Fixes nic templates for ovs dpdk
JIRA: APEX-119
Change-Id: Ia66f2ef4c169187b0cb575b10292d02f530b9902
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Wed, 15 Jun 2016 19:07:31 +0000 (19:07 +0000)]
Merge "Add IPv6 network settings file."
Dan Radez [Wed, 15 Jun 2016 18:54:34 +0000 (14:54 -0400)]
remove os-net-config before trying to clone it
Change-Id: Id09437d4025b761100d7c7371ce70ac2f7ba2d2a
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Wed, 15 Jun 2016 16:24:11 +0000 (16:24 +0000)]
Merge "Change virtual deployment VMs nic model to virtio for dpdk support"
Tim Rozet [Wed, 15 Jun 2016 15:54:51 +0000 (15:54 +0000)]
Merge "Add DPDK test app for ovs_dpdk deployment"
Dan Radez [Wed, 15 Jun 2016 14:28:21 +0000 (14:28 +0000)]
Merge "Allows nic mapping to set hieradata variables"
Dan Radez [Wed, 15 Jun 2016 14:01:33 +0000 (14:01 +0000)]
Merge "Fixes unit tests"
Feng Pan [Tue, 14 Jun 2016 02:19:32 +0000 (22:19 -0400)]
Change virtual deployment VMs nic model to virtio for dpdk support
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>
Tim Rozet [Tue, 14 Jun 2016 19:39:26 +0000 (15:39 -0400)]
Allows nic mapping to set hieradata variables
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>
Tim Rozet [Tue, 14 Jun 2016 14:06:05 +0000 (10:06 -0400)]
Fixes unit tests
Change-Id: If6a8366dec49cff85ba94c13e70a1796e7b6ca47
Signed-off-by: Tim Rozet <trozet@redhat.com>
Feng Pan [Tue, 14 Jun 2016 17:46:19 +0000 (13:46 -0400)]
Update qemu to 2.3 in overcloud
JIRA: APEX-119
Change-Id: I6ad91644e2b82234c1a40d595c1c56accc9286a3
Signed-off-by: Feng Pan <fpan@redhat.com>
Feng Pan [Tue, 14 Jun 2016 14:37:48 +0000 (10:37 -0400)]
Add IPv6 network settings file.
JIRA: APEX-130
Change-Id: Ic00c36b84de274b43c2555108d78aef307a85499
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Tue, 14 Jun 2016 13:24:22 +0000 (13:24 +0000)]
Merge "Install ovs-dpdk rpm when required"
Dan Radez [Tue, 14 Jun 2016 12:53:42 +0000 (12:53 +0000)]
Merge "puppet-tripleo fork integration"
Michael Chapman [Tue, 14 Jun 2016 04:57:47 +0000 (04:57 +0000)]
Merge "Print undercloud IP after deployment"
Feng Pan [Tue, 14 Jun 2016 02:56:18 +0000 (22:56 -0400)]
Install ovs-dpdk rpm when required
JIRA: APEX-119
Change-Id: Ie6d08c39fc22be109bf4792a4b7e6cfb4b44d6db
Signed-off-by: Feng Pan <fpan@redhat.com>
Dan Radez [Mon, 13 Jun 2016 18:56:16 +0000 (14:56 -0400)]
puppet-tripleo fork integration
moving the github integration with pull requests
into a function so we can continue to service opnfv-tht
and also service opnfv-puppet-tripleo with the same code
opnfv-puppet-tripleo-pr: 3
Change-Id: Ief2b1e7309defce9ed2029f6baade3c1371b7d96
Signed-off-by: Dan Radez <dradez@redhat.com>
Dan Radez [Tue, 14 Jun 2016 00:24:11 +0000 (00:24 +0000)]
Merge "Change keystone CLI to OSC"
Feng Pan [Mon, 13 Jun 2016 14:46:25 +0000 (10:46 -0400)]
Add DPDK test app for ovs_dpdk deployment
JIRA: APEX-119
Change-Id: I5d677a0480b63a286a3aa0f70b99dced7e06b909
Signed-off-by: Feng Pan <fpan@redhat.com>
Dan Radez [Mon, 13 Jun 2016 16:55:48 +0000 (16:55 +0000)]
Merge "Fixes incorrect ODL ML2 IP for non-HA ODL deployments"
Tim Rozet [Mon, 13 Jun 2016 16:51:00 +0000 (16:51 +0000)]
Merge "Add ipv6 support in network environment"
Feng Pan [Mon, 13 Jun 2016 14:56:26 +0000 (10:56 -0400)]
Print undercloud IP after deployment
Change-Id: Ic0828622d129d8acd686d944fff88ed8593227b7
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Mon, 13 Jun 2016 16:22:56 +0000 (16:22 +0000)]
Merge "converting apex ip_utils unit tests to nose"
Feng Pan [Mon, 13 Jun 2016 14:53:42 +0000 (10:53 -0400)]
Change keystone CLI to OSC
Change-Id: I24934e4fde9037a5f625fe4100799390937f4016
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Mon, 13 Jun 2016 14:10:57 +0000 (10:10 -0400)]
Fixes incorrect ODL ML2 IP for non-HA ODL deployments
JIRA: APEX-173
opnfv-tht-pr: 26
Change-Id: I0b6b0922ba45e786641bdb400965376f8ab36685
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Mon, 13 Jun 2016 14:09:35 +0000 (14:09 +0000)]
Merge "Forces metadata on every scenario"
Feng Pan [Fri, 10 Jun 2016 19:10:57 +0000 (15:10 -0400)]
Add ipv6 support in network environment
Change-Id: I8db0cc0f715e95414e20f8a1e4d49f8d77e7b9ae
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Fri, 10 Jun 2016 21:34:23 +0000 (21:34 +0000)]
Merge "Install dpdk packages when dataplane is set to ovs_dpdk"
Tim Rozet [Fri, 10 Jun 2016 21:33:08 +0000 (21:33 +0000)]
Merge "Defaults dns server netenv settings"
Tim Rozet [Fri, 10 Jun 2016 19:28:03 +0000 (15:28 -0400)]
Forces metadata on every scenario
JIRA: APEX-160
opnfv-tht-pr: 25
Change-Id: Ia32d77db4c3de702d8ceae0e0fe9189dd77680df
Signed-off-by: Tim Rozet <trozet@redhat.com>
Feng Pan [Fri, 10 Jun 2016 13:01:30 +0000 (09:01 -0400)]
Install dpdk packages when dataplane is set to ovs_dpdk
Change-Id: Ib9978595738bb70172244af0505b6b43b0bc60a2
Signed-off-by: Feng Pan <fpan@redhat.com>
Dan Radez [Wed, 8 Jun 2016 19:12:20 +0000 (15:12 -0400)]
converting apex ip_utils unit tests to nose
Change-Id: I54205d217807fd5499a71571ef8bed7c684fe944
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Fri, 10 Jun 2016 15:31:49 +0000 (15:31 +0000)]
Merge changes from topics 'c_doc_update', 'detached_cleanup'
* changes:
Documentation updates
fixing detached state deployment
Tim Rozet [Fri, 10 Jun 2016 15:26:15 +0000 (15:26 +0000)]
Merge "updating undercloud build"
Tim Rozet [Fri, 10 Jun 2016 13:30:54 +0000 (09:30 -0400)]
Defaults dns server netenv settings
Change-Id: I3936eae693ab8bea8de3826653aad6081ddc8d96
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 10 Jun 2016 02:19:02 +0000 (02:19 +0000)]
Merge "Parameterizes ODL version to deploy options"
Dan Radez [Fri, 10 Jun 2016 01:10:49 +0000 (01:10 +0000)]
Merge "Fixes ODL environment files in THT"
Tim Rozet [Thu, 9 Jun 2016 21:24:28 +0000 (17:24 -0400)]
Parameterizes ODL version to deploy options
Changes include:
- Minor syntax fix to dataplane check
- Adds 'odl_version' to deploy options
- Builds ODL overcloud image with boron rpm included
- If user specifies 'boron' as odl_version then, package is upgraded on
overcloud image
Change-Id: I37436cb8cc4d6cff1fede6c13836f26a4cc57f49
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Thu, 9 Jun 2016 23:59:58 +0000 (19:59 -0400)]
Documentation updates
- now referencing opnfv-util
- now referencing the python34 packages for installation
Change-Id: Idf2973766aab01629734e6180f6c0bd248872475
Signed-off-by: Dan Radez <dradez@redhat.com>
Dan Radez [Thu, 9 Jun 2016 20:26:52 +0000 (16:26 -0400)]
updating undercloud build
if the undercloud build fails and make is rerun
make will think that the undercloud is already
built, this fix updates the undercloud build to
match the overcloud builds such that the image
file is appended with _build until the build is
completed.
Change-Id: I4640a1b3c4024778bbab8fbd2f65a320baaabe4b
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Thu, 9 Jun 2016 20:17:27 +0000 (20:17 +0000)]
Merge "Add API network support"
Tim Rozet [Thu, 9 Jun 2016 19:45:34 +0000 (19:45 +0000)]
Merge "Enabling DNS server assignment in entwork settings"
Tim Rozet [Thu, 9 Jun 2016 15:56:11 +0000 (15:56 +0000)]
Merge "Remove swift endpoint and service"
Tim Rozet [Thu, 9 Jun 2016 03:57:09 +0000 (23:57 -0400)]
Fixes ODL environment files in THT
opnfv-tht-pr: 23
Change-Id: I8bb1b5112496abfc994bbc31af0c3de4405e329e
Signed-off-by: Tim Rozet <trozet@redhat.com>
Michael Chapman [Thu, 2 Jun 2016 05:03:47 +0000 (15:03 +1000)]
Add required kernel modules for dpdk
vfio_pci and uio_pci_generic are required for dpdk, and will now
be available on boot.
Change-Id: Ie91d0e66d2b797d909944df662f9f087f36630a1
Signed-off-by: Michael Chapman <woppin@gmail.com>
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Wed, 8 Jun 2016 21:07:31 +0000 (21:07 +0000)]
Merge "Add custom domain file for virtual deploy"
Michael Chapman [Tue, 7 Jun 2016 04:34:04 +0000 (14:34 +1000)]
Remove swift endpoint and service
Swift is not functional, and ceph is used instead for glance, nova and cinder,
so the endpoint should not be present in the overcloud. The endpoint is
removed via CLI post-install since there is no parameter for overcloud.yaml
to disable endpoint creation, and the mechanism for endpoint creation will
likely change within the next release as it is moved from heat to puppet.
JIRA: APEX-146
Change-Id: If91b9d2747d5eed89c569ed9a34ab84370c3d65f
Signed-off-by: Michael Chapman <woppin@gmail.com>
Michael Chapman [Thu, 2 Jun 2016 04:34:15 +0000 (14:34 +1000)]
Add custom domain file for virtual deploy
Upstream packaging for tripleo-incubator seems to be lagging
significantly, and in addition we will likely want to add a myriad
of custom features like numa support that may not be suitable for
upstream, so copy our own domain.xml into the tripleo templates
directory when deploying.
This may be improved in future if we can land a patch that
allows a custom template directory to be specified upstream, and
have it packaged and released.
Change-Id: I7e7e7f695d9473545014761e9f8986616bc2cd19
JIRA: APEX-119
JIRA: APEX-106
JIRA: APEX-127
Signed-off-by: Michael Chapman <woppin@gmail.com>
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Wed, 8 Jun 2016 18:46:13 +0000 (18:46 +0000)]
Merge "Fixes setting kernel boot arguments with perf options"
Tim Rozet [Wed, 8 Jun 2016 18:43:13 +0000 (18:43 +0000)]
Merge "Add dataplane deploy setting"
Dan Radez [Wed, 8 Jun 2016 17:30:29 +0000 (17:30 +0000)]
Merge "Adds cleaning up the tmp netenv file produced by python lib"
Michael Chapman [Wed, 1 Jun 2016 05:10:05 +0000 (15:10 +1000)]
Add dataplane deploy setting
Adds the dataplane deploy option, which can have values of
ovs, ovs_dpdk, or fdio. Currently does nothing
JIRA: APEX-119
Change-Id: I6c14a9c9d6887a325525d634052ea8300b30ee57
Signed-off-by: Michael Chapman <woppin@gmail.com>
Tim Rozet [Mon, 6 Jun 2016 21:34:53 +0000 (17:34 -0400)]
Fixes setting kernel boot arguments with perf options
JIRA: APEX-168
opnfv-tht-pr: 22
Change-Id: I224b16be24b34e245d22c9321ca94ebe52c52dfd
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Wed, 8 Jun 2016 14:45:30 +0000 (10:45 -0400)]
Removes blocking build due to coverage failures
Change-Id: Ife0f4b0d3c59512ce378f7e2b7bf1f5d98e9cada
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Wed, 8 Jun 2016 14:23:25 +0000 (10:23 -0400)]
Adds cleaning up the tmp netenv file produced by python lib
Change-Id: Id9a5dd9a29b6fd70c06c1b053e1d390f5e9f6764
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Tue, 7 Jun 2016 19:01:54 +0000 (15:01 -0400)]
fixing detached state deployment
JIRA: APEX-157
Change-Id: Ifb3b706c61c6df5534bc7c22948fc0ae57a923df
Signed-off-by: Dan Radez <dradez@redhat.com>
Dan Radez [Tue, 31 May 2016 16:34:15 +0000 (12:34 -0400)]
Enabling DNS server assignment in entwork settings
Change-Id: Ibb30129ca52392cd152b6af61e0545ba47153bda
Signed-off-by: Dan Radez <dradez@redhat.com>
Dan Radez [Tue, 7 Jun 2016 16:23:30 +0000 (16:23 +0000)]
Merge "Enabling python coverage tests in build.sh"
Tim Rozet [Tue, 7 Jun 2016 14:16:59 +0000 (14:16 +0000)]
Merge "Serialize db_sync and increase sql sleep timer"
Dan Radez [Wed, 1 Jun 2016 02:58:00 +0000 (22:58 -0400)]
Enabling python coverage tests in build.sh
Change-Id: Iececedb03a60dd0bfc1ad6ef1275f6a0427350eb
Signed-off-by: Dan Radez <dradez@redhat.com>