Michael Chapman [Wed, 7 Sep 2016 06:11:06 +0000 (02:11 -0400)]
Fix tacker endpoint port
JIRA: APEX-260
Change-Id: Ie6a546b9cdde8fa016cf1d50c4641ed97f51306d
Signed-off-by: Michael Chapman <michapma@redhat.com>
Michael Chapman [Wed, 7 Sep 2016 02:37:57 +0000 (12:37 +1000)]
Add build dependencies for python-crypyography
pip will attempt to build this from source, so it needs some
libraries.
Change-Id: I85820789c5e99b72454e648b21de525bccf314a3
Signed-off-by: Michael Chapman <woppin@gmail.com>
Tim Rozet [Sat, 3 Sep 2016 18:59:16 +0000 (18:59 +0000)]
Merge "Add python3-ipmi to dependencies in doc and spec"
Tim Rozet [Sat, 3 Sep 2016 18:52:22 +0000 (14:52 -0400)]
Disables Congress HA due to congress bugs
JIRA: APEX-257
Change-Id: I21913a6e41a2fd1565b1950345d15d0b5d47cb9c
Signed-off-by: Tim Rozet <trozet@redhat.com>
Michael Chapman [Fri, 2 Sep 2016 14:28:41 +0000 (00:28 +1000)]
Add python3-ipmi to dependencies in doc and spec
Change-Id: I5dea9d61c2fc0b9d5af1ff88823f4ec3cb92c8d5
Signed-off-by: Michael Chapman <woppin@gmail.com>
Tim Rozet [Wed, 31 Aug 2016 19:33:03 +0000 (15:33 -0400)]
Modifies L3 Agent for FDIO Deployments
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>
Tim Rozet [Wed, 31 Aug 2016 01:40:12 +0000 (01:40 +0000)]
Merge "Adds ability to power off nodes in clean"
Tim Rozet [Tue, 30 Aug 2016 17:06:33 +0000 (13:06 -0400)]
Adds ability to power off nodes in clean
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>
Tim Rozet [Tue, 30 Aug 2016 14:10:13 +0000 (10:10 -0400)]
Fixes DPDK compute node preconfig
Bug where IP was being detected on DPDK interface, which is attached to
br-phy and has no IP. IP parsing is only needed on FDIO deployments -
so moving that part into the fdio clause.
JIRA: APEX-119
opnfv-tht-pr: 72
Change-Id: I7540a97de399271eebae907f868a7ed044f3aefe
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 30 Aug 2016 00:11:51 +0000 (00:11 +0000)]
Merge "Adds NSDriver to Neutron agent drivers"
Feng Pan [Mon, 29 Aug 2016 22:34:28 +0000 (22:34 +0000)]
Merge "Fixes VPP mounting into ODL"
Tim Rozet [Mon, 29 Aug 2016 20:38:19 +0000 (16:38 -0400)]
Adds NSDriver to Neutron agent drivers
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>
Tim Rozet [Mon, 29 Aug 2016 19:19:44 +0000 (15:19 -0400)]
Fixes VPP mounting into ODL
VPP nodes were being mounted into ODL with hostname rather than FQDN,
which is required for matching nova/neutron services FQDN.
JIRA: APEX-247
opnfv-tht-pr: 69
Change-Id: I83c9128e7644bcf294ced2f93b6f4e7f7a156866
Signed-off-by: Tim Rozet <trozet@redhat.com>
Thomas F Herbert [Tue, 23 Aug 2016 22:43:26 +0000 (18:43 -0400)]
Update file names for ovs with DPDK. These file names are the same for the 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>
Tim Rozet [Mon, 29 Aug 2016 17:45:03 +0000 (17:45 +0000)]
Merge "Fixes datasource creation for congress"
Tim Rozet [Mon, 29 Aug 2016 16:28:57 +0000 (16:28 +0000)]
Merge "Fix neutron host name changes on reboot"
Tim Rozet [Mon, 29 Aug 2016 14:14:27 +0000 (10:14 -0400)]
Fixes datasource creation for congress
There were syntax errors with "auth_url" and an extra double quote.
Also added logging to make it more clear when datasources get created.
JIRA: APEX-245
Change-Id: I554fb8195116dd71f4b34b8ccf6e969d9b2e7224
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 29 Aug 2016 13:32:34 +0000 (13:32 +0000)]
Merge "Add networking-vpp ML2 mechanism driver to overcloud image"
Michael Chapman [Mon, 29 Aug 2016 05:44:57 +0000 (15:44 +1000)]
Fix neutron host name changes on reboot
Neutron agents have a different host name on reboot, causing duplicate
entries in the agent list. This is corrected by locking the host name
to be the fqdn.
opnfv-tht-pr: 68
JIRA: APEX-239
Change-Id: Ia2026e0515cd2fd42a4a18cbd1e26d2864f31b28
Signed-off-by: Michael Chapman <woppin@gmail.com>
Feng Pan [Mon, 29 Aug 2016 01:54:21 +0000 (21:54 -0400)]
Add networking-vpp ML2 mechanism driver to overcloud image
Change-Id: Icfeb02f73b18aa6dbcca449b83d2c8c8bf0f6dab
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Sat, 27 Aug 2016 15:35:48 +0000 (11:35 -0400)]
Fixes control/compute node detection
Previous behavior was detecting the total number of nodes in the
inventory file and defining number of compute nodes as total nodes,
minus 1 or 3 control nodes (depending on HA flag). This patch changes
the behavior to look explicitly for number of compute/control
nodes in the inventory file.
JIRA: APEX-244
Change-Id: I0191bb88e7dc5bebb5f7bfed39661f8047dbd476
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 26 Aug 2016 16:29:57 +0000 (12:29 -0400)]
Freezes FDIO/Honeycomb artifacts
JIRA: APEX-243
Change-Id: I1ed843c316b840aa9c0f85ef250fcecc59197188
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 26 Aug 2016 03:28:47 +0000 (03:28 +0000)]
Merge "Add JVpp to local maven repository during honeycomb/vpp build"
Feng Pan [Fri, 26 Aug 2016 00:01:47 +0000 (20:01 -0400)]
Add JVpp to local maven repository during honeycomb/vpp build
Change-Id: I1002eb3d2a6e58621582dd61348ffa2745c77655
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Thu, 25 Aug 2016 18:22:53 +0000 (14:22 -0400)]
Fixes honeycomb class call in THT compute
opnfv-tht-pr: 67
JIRA: APEX-133
Change-Id: I73aa66925773eab392f8da8fb750fc7cb1b4d3e5
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Thu, 25 Aug 2016 20:12:16 +0000 (16:12 -0400)]
Fixes URL paths to stable artifacts
Change-Id: I177066f2bd7be77feaa5618d2f09c1aac26cc953
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Wed, 24 Aug 2016 00:22:26 +0000 (20:22 -0400)]
adding more network_environment.py tests
- increasing required test coverage to 90%
- also consolidating some repeated code into functions
Change-Id: I6b582478c509c24fce43224a516414e1ead6c8e4
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Wed, 24 Aug 2016 17:21:31 +0000 (17:21 +0000)]
Merge "converiting the deploy settings obj to a dict"
Dan Radez [Tue, 23 Aug 2016 22:52:12 +0000 (18:52 -0400)]
adding more test coverage for apex_ip_utils.py
Change-Id: Ice02b4eabffc49f47185978b5068676ef095a647
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Mon, 22 Aug 2016 17:42:20 +0000 (13:42 -0400)]
Migrates fdio/honeycomb to new single module
JIRA: APEX-133
opnfv-tht-pr: 66
Change-Id: I4e529fa83330d090fc2bb42283d98f02cf1454eb
Signed-off-by: Tim Rozet <trozet@redhat.com>
Feng Pan [Tue, 23 Aug 2016 19:57:25 +0000 (15:57 -0400)]
Add honeycomb to build process
JIRA: APEX-133
Change-Id: I96b278996edc6897408111d31b9effe472fb0d10
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Wed, 24 Aug 2016 02:21:58 +0000 (02:21 +0000)]
Merge "Freezing TripleO undercloud/overcloud artifacts"
Dan Radez [Tue, 23 Aug 2016 20:22:40 +0000 (16:22 -0400)]
converiting the deploy settings obj to a dict
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>
Tim Rozet [Tue, 23 Aug 2016 19:42:47 +0000 (15:42 -0400)]
Freezing TripleO undercloud/overcloud artifacts
JIRA: APEX-240
Change-Id: Icd69c76b624182042aea67fd23ecd33241325e26
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 23 Aug 2016 15:40:57 +0000 (11:40 -0400)]
Adds workaround to fix dhcp metadata
JIRA: APEX-236
Change-Id: If237340529f2b9898d91c420b004770e0f883ce0
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Tue, 23 Aug 2016 02:40:11 +0000 (02:40 +0000)]
Merge "removing enabled_network_list as an argument to network env"
Dan Radez [Tue, 23 Aug 2016 02:37:42 +0000 (02:37 +0000)]
Merge "correcting the virtual baremetal defaults"
Tim Rozet [Mon, 22 Aug 2016 18:00:21 +0000 (18:00 +0000)]
Merge "Proposing Feng Pan as a Committer in Apex"
Tim Rozet [Mon, 22 Aug 2016 17:59:08 +0000 (17:59 +0000)]
Merge "DPDK package fixes"
Dan Radez [Thu, 18 Aug 2016 17:13:54 +0000 (13:13 -0400)]
correcting the virtual baremetal defaults
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>
Dan Radez [Thu, 18 Aug 2016 21:03:02 +0000 (17:03 -0400)]
removing enabled_network_list as an argument to network env
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>
Feng Pan [Mon, 22 Aug 2016 13:38:58 +0000 (09:38 -0400)]
DPDK package fixes
- 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>
Feng Pan [Mon, 22 Aug 2016 04:19:57 +0000 (00:19 -0400)]
Add nic list and ip address to fdio class
opnfv-tht-pr: 65
Change-Id: I47b773129636c541bdb0e93e88e334587ac7c2a0
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Sun, 21 Aug 2016 01:17:34 +0000 (21:17 -0400)]
Fixes rpmbuilding for doc structure change
Change-Id: I2ac2910eaecab1fc4fb9634b6af9bc7f454ff77a
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Sat, 20 Aug 2016 00:28:53 +0000 (00:28 +0000)]
Merge "Modifies number of hugepages for compute nodes"
Tim Rozet [Fri, 19 Aug 2016 22:36:05 +0000 (22:36 +0000)]
Merge "Fixes missing metadata param to controller.yaml"
Tim Rozet [Fri, 19 Aug 2016 20:13:11 +0000 (16:13 -0400)]
Proposing Feng Pan as a Committer in Apex
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>
Tim Rozet [Fri, 19 Aug 2016 19:57:40 +0000 (15:57 -0400)]
Modifies number of hugepages for compute nodes
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>
Sofia Wallin [Fri, 19 Aug 2016 14:39:06 +0000 (16:39 +0200)]
Renamed install instructions folder according to docs directive
Change-Id: I8970be0bcbed501e43d6fb76af1278881274f69a
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
Tim Rozet [Fri, 19 Aug 2016 14:33:42 +0000 (10:33 -0400)]
Fixes missing metadata param to controller.yaml
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>
Michael Chapman [Thu, 18 Aug 2016 02:13:02 +0000 (22:13 -0400)]
Heat domain cherry-pick
opnfv-tht-pr: 62
Change-Id: If08e779e49afa217870124d1dc0deccd086bfa91
Signed-off-by: Michael Chapman <michapma@redhat.com>
Tim Rozet [Thu, 18 Aug 2016 15:29:47 +0000 (11:29 -0400)]
Fixes compute honeycomb
opnfv-tht-pr: 63
Change-Id: Ie91809d222cae34b81f541bdbc83b6d0fe561973
Signed-off-by: Tim Rozet <trozet@redhat.com>
Feng Pan [Thu, 18 Aug 2016 00:10:52 +0000 (20:10 -0400)]
Add dpdk bind lock file for vpp deployment
opnfv-tht-pr: 61
Change-Id: I7a0dc80f6ec2c9c7b0233a71baf51aa66867c0e4
Signed-off-by: Feng Pan <fpan@redhat.com>
Dan Radez [Thu, 18 Aug 2016 14:25:10 +0000 (14:25 +0000)]
Merge "Create Congress Nova datasource with api_version"
Dan Radez [Thu, 18 Aug 2016 12:20:01 +0000 (12:20 +0000)]
Merge "Moving rpm spec files to a sub directory"
Carlos Goncalves [Thu, 18 Aug 2016 10:51:13 +0000 (11:51 +0100)]
Create Congress Nova datasource with api_version
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>
Tim Rozet [Thu, 18 Aug 2016 02:45:43 +0000 (02:45 +0000)]
Merge "Enable ceph on boot"
Tim Rozet [Thu, 18 Aug 2016 00:04:16 +0000 (00:04 +0000)]
Merge "Adds fds networking-odl for ODL FDIO deployments"
Tim Rozet [Thu, 18 Aug 2016 00:03:59 +0000 (00:03 +0000)]
Merge "Fixes honeycomb"
Tim Rozet [Wed, 17 Aug 2016 21:37:35 +0000 (21:37 +0000)]
Merge "Move deploy options check to network settings section"
Tim Rozet [Wed, 17 Aug 2016 21:30:16 +0000 (21:30 +0000)]
Merge "Fixes dhcp metadata"
Tim Rozet [Wed, 17 Aug 2016 16:53:11 +0000 (12:53 -0400)]
Adds fds networking-odl for ODL FDIO deployments
JIRA: APEX-133
Change-Id: I7d87f2e463921369cd002b768976fd9cc06c8a91
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Wed, 17 Aug 2016 18:50:34 +0000 (14:50 -0400)]
Fixes honeycomb
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>
Dan Radez [Tue, 16 Aug 2016 20:58:31 +0000 (16:58 -0400)]
Moving rpm spec files to a sub directory
Change-Id: I10eebc955cae5006155e045accf2924c393ab522
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Wed, 17 Aug 2016 17:05:28 +0000 (17:05 +0000)]
Merge "adding tackerclient to the build"
Tim Rozet [Wed, 17 Aug 2016 13:59:48 +0000 (09:59 -0400)]
Fixes dhcp metadata
JIRA: APEX-236
opnfv-tht-pr: 59
Change-Id: Ic8fad4abb3846c57d218b2b23ef44750a644fe73
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Tue, 16 Aug 2016 20:48:21 +0000 (16:48 -0400)]
adding tackerclient to the build
JIRA: APEX-235
Change-Id: Ie3ead17f1f82bc74dc38413bb4a3118fbcb82e9c
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Wed, 17 Aug 2016 04:36:05 +0000 (00:36 -0400)]
Upgrades honeycomb to new version
Change-Id: Iee70813504977f6433691d6e9253f329dbe0e372
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Wed, 17 Aug 2016 04:21:24 +0000 (04:21 +0000)]
Merge "Adding docs for IPv6 underlay deployments"
Tim Rozet [Wed, 17 Aug 2016 03:59:53 +0000 (03:59 +0000)]
Merge "Added VPP (including python API) to build process"
Michael Chapman [Wed, 17 Aug 2016 02:47:26 +0000 (02:47 +0000)]
Merge "Fix tacker endpoint"
Michael Chapman [Tue, 16 Aug 2016 17:58:34 +0000 (03:58 +1000)]
Enable ceph on boot
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>
Dan Radez [Tue, 16 Aug 2016 18:32:43 +0000 (14:32 -0400)]
Adding moch-detached rules to FORWARD table
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>
Feng Pan [Thu, 11 Aug 2016 13:34:25 +0000 (09:34 -0400)]
Added VPP (including python API) to build process
Change-Id: Iccc88105e92540fa2a52c827941827c05b8edf7b
Signed-off-by: Feng Pan <fpan@redhat.com>
Michael Chapman [Tue, 16 Aug 2016 13:55:27 +0000 (09:55 -0400)]
Fix tacker endpoint
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>
Dan Radez [Thu, 11 Aug 2016 15:08:54 +0000 (11:08 -0400)]
Adding docs for IPv6 underlay deployments
Change-Id: I948b905201489e1865d8313173e8e1938d2d5ac5
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Tue, 16 Aug 2016 13:41:38 +0000 (13:41 +0000)]
Merge "Remove trailing newline from dpdk pci address"
Tim Rozet [Tue, 16 Aug 2016 13:39:46 +0000 (13:39 +0000)]
Merge "Check data plane settings before adding ovs_dpdk/fdio config"
Dan Radez [Tue, 16 Aug 2016 11:05:46 +0000 (11:05 +0000)]
Merge "adding DNS to ports to block in mock-detach"
Feng Pan [Tue, 16 Aug 2016 03:14:45 +0000 (23:14 -0400)]
Remove trailing newline from dpdk pci address
opnfv-tht-pr: 57
Change-Id: I0d1b3bb8983c1f7464b0270955fa4ba4e05d3467
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Tue, 16 Aug 2016 02:56:34 +0000 (02:56 +0000)]
Merge "Adds supported scenarios to docs"
Tim Rozet [Tue, 16 Aug 2016 02:55:19 +0000 (02:55 +0000)]
Merge "Fixes tacker heat_uri config"
Tim Rozet [Tue, 16 Aug 2016 02:54:55 +0000 (02:54 +0000)]
Merge "Fixes heat-engine failures"
Tim Rozet [Tue, 16 Aug 2016 02:54:35 +0000 (02:54 +0000)]
Merge "Increases RAM for controller in ODL NoHA"
Tim Rozet [Mon, 15 Aug 2016 20:51:55 +0000 (16:51 -0400)]
Adds supported scenarios to docs
Change-Id: Iaf451cd0c6b2bc847e1fffb8e99dc9d3d3abfe91
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 15 Aug 2016 18:59:33 +0000 (14:59 -0400)]
Fixes tacker heat_uri config
JIRA: APEX-230
opnfv-tht-pr: 56
Change-Id: Ibc62472fe0877dd8e9d0fcc3ffab922f7a0d6c67
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 15 Aug 2016 18:50:24 +0000 (14:50 -0400)]
Increases RAM for controller in ODL NoHA
JIRA: APEX-234
Change-Id: Ieb055d5de33177dd6f6b5286f3ff1608d62fbf60
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 15 Aug 2016 18:47:32 +0000 (14:47 -0400)]
Fixes heat-engine failures
Senlinclient was missing causing problems with heat-engine.
JIRA: APEX-231
Change-Id: I6793c352de117cf36b9660e9b99102a0189f8a6e
Signed-off-by: Tim Rozet <trozet@redhat.com>
Feng Pan [Mon, 15 Aug 2016 15:26:09 +0000 (11:26 -0400)]
Check data plane settings before adding ovs_dpdk/fdio config
JIRA: APEX-227
Change-Id: I5f55f862e564205b2e426e60d741e60bc255f2f4
Signed-off-by: Feng Pan <fpan@redhat.com>
Feng Pan [Mon, 15 Aug 2016 14:28:25 +0000 (10:28 -0400)]
Move deploy options check to network settings section
JIRA: APEX-228
Change-Id: I85e6794bf2371116facef60ef4e29c9c9ca79131
Signed-off-by: Feng Pan <fpan@redhat.com>
Tim Rozet [Fri, 12 Aug 2016 21:07:15 +0000 (17:07 -0400)]
Adds missing packages to undercloud
JIRA: APEX-226
Change-Id: Icadf8eee603e753fcaaff0465bd4f9c1596a9804
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Fri, 12 Aug 2016 15:00:03 +0000 (11:00 -0400)]
adding DNS to ports to block in mock-detach
Change-Id: Ic1be571650a301384b91981f3c2a362fa50c7414
Signed-off-by: Dan Radez <dradez@redhat.com>
Dan Radez [Fri, 12 Aug 2016 13:22:41 +0000 (13:22 +0000)]
Merge "Making NetworkEnvironment a dict"
Tim Rozet [Thu, 11 Aug 2016 21:22:47 +0000 (21:22 +0000)]
Merge "Fixes NSH OVS 2.5.90"
Tim Rozet [Thu, 11 Aug 2016 19:04:09 +0000 (19:04 +0000)]
Merge "adding virtual deployment options to docs"
Tim Rozet [Thu, 11 Aug 2016 15:00:53 +0000 (11:00 -0400)]
Fixes MTU issue for nosdn
JIRA: FUNCTEST-379
opnfv-tht-pr: 54
Change-Id: Ie0e8b4c49ffa5f5d57fb14360f822d052734d036
Signed-off-by: Tim Rozet <trozet@redhat.com>
Dan Radez [Thu, 11 Aug 2016 18:42:11 +0000 (14:42 -0400)]
adding virtual deployment options to docs
Change-Id: I944908c0e453ccb9a72a5c229fb161839b3badb7
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Thu, 11 Aug 2016 18:41:29 +0000 (18:41 +0000)]
Merge "Initial pass through the docs for Colorado Release"
Dan Radez [Wed, 10 Aug 2016 19:53:36 +0000 (15:53 -0400)]
Initial pass through the docs for Colorado Release
- 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>
Tim Rozet [Thu, 11 Aug 2016 17:33:41 +0000 (13:33 -0400)]
Fixes NSH OVS 2.5.90
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>