apex.git
7 years agoFix tenant_nic loopup error for nosdn fdio scenario 41/22841/3
Feng Pan [Fri, 7 Oct 2016 19:20:54 +0000 (15:20 -0400)]
Fix tenant_nic loopup error for nosdn fdio scenario

Currently we assume tenant_nic is a virtual interface name (like nic1),
so we perform an extra hiera lookup, this is not needed if the user
specifies physical nic name in network_settings file. This patch defaults
the hiera lookup of the nic interface lookup to be what the user specifies
if a hiera value can't be found.

JIRA: APEX-293

opnfv-tht-pr: 88

Change-Id: I5f6d3addbaf20c4dfec532b1292ddb9424552a1f
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoMerge "Apply vlan_strip_offload config only when using vlan for fdio" into stable...
Tim Rozet [Sat, 8 Oct 2016 23:53:34 +0000 (23:53 +0000)]
Merge "Apply vlan_strip_offload config only when using vlan for fdio" into stable/colorado

7 years agoApply vlan_strip_offload config only when using vlan for fdio 43/22843/1
Feng Pan [Wed, 5 Oct 2016 23:49:51 +0000 (19:49 -0400)]
Apply vlan_strip_offload config only when using vlan for fdio

We currently apply vlan_strip_offload cnofig to VPP interface for
all enic interfaces, however, this is really only needed when
vlan tagged traffic is being passed on the interface. This patch
adds a vlan config option to puppet-fdio and opnfv-tht so that
we only enable it when needed. Right now the only scenario this
is needed is nosdn-fdio, since the only supported mode for tenant
networking is VLAN.

Dependent on https://github.com/radez/puppet-fdio/pull/11

JIRA: APEX-285

opnfv-tht-pr: 87

Change-Id: I40c444896e036eaa87506cf372bedd4b8a621d00
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoAdding new network settings clean 39/22839/1
Dan Radez [Mon, 12 Sep 2016 13:06:41 +0000 (09:06 -0400)]
Adding new network settings clean

- the new network settings patch uses new network names that
  thet current code can't clean up. This patch adds the clean
  so that the clean can land before the patch gets reviewed more.

Change-Id: I8c8998f24e48929862db40f2d90a2d6c82e70254
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit 0d970ec91f5ff3a758fcba8c8b2a9d64ab20e593)

7 years agoRemove yum udpate all from overcloud build 13/22813/1
Feng Pan [Fri, 7 Oct 2016 17:21:56 +0000 (13:21 -0400)]
Remove yum udpate all from overcloud build

Also changes python path in networking-vpp spec to use abolsute path.
This avoids issues when python path is found on a different path
on build machine.

Change-Id: Icc2951bc66ba0b2ab0510083ecad6e680da9d5fc
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit dfe970932417a0a6ceca1b84d16aa51ba30e07f3)

7 years agoMerge "Fixes sdnvpn (again)" into stable/colorado
Tim Rozet [Fri, 7 Oct 2016 14:05:55 +0000 (14:05 +0000)]
Merge "Fixes sdnvpn (again)" into stable/colorado

7 years agoMerge "VPP version update" into stable/colorado
Tim Rozet [Thu, 6 Oct 2016 18:48:35 +0000 (18:48 +0000)]
Merge "VPP version update" into stable/colorado

7 years agoFixes sdnvpn (again) 15/22715/1
Tim Rozet [Wed, 5 Oct 2016 20:04:51 +0000 (16:04 -0400)]
Fixes sdnvpn (again)

Previous neutron_config did not work because of duplicate declarations
of that as well.  This patch just removes it all together from the
puppet files and into the environment file.

opnfv-tht-pr: 86

JIRA: APEX-278

Change-Id: I18dc5d41a760793417f57bfe0983401ca7ee1746
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoVPP version update 13/22713/1
Feng Pan [Mon, 26 Sep 2016 18:39:23 +0000 (14:39 -0400)]
VPP version update

- Update VPP version to latest on 16.09 branch
- Change networking-vpp repo to point to openstack.
- Update VPP python API rpm location
- Configure etcd for networking-vpp ML2 plugin

opnfv-tht-pr: 85

JIRA: APEX-283

Change-Id: I4e69de3c51b1f4221995cc8568cdfa18aacbc55c
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoremoving the rabbitmq package installed from dropbox 65/22665/1
Dan Radez [Mon, 3 Oct 2016 13:32:12 +0000 (09:32 -0400)]
removing the rabbitmq package installed from dropbox

Package was a workaround to fix ipv6 support, cent has pulled in the
version we needed now so no need to side load it anymore.

Change-Id: I9fa0b6d4f53c3e3caf4b99a229ac74cb357bbb7c
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit ad58eb33f6ae06ca82bdf72f0590cfa9bb0d3d7f)

7 years agoAdding developer/troubleshooting section to Installation Instructions 61/22661/1
Ricardo Noriega [Fri, 5 Aug 2016 12:11:26 +0000 (14:11 +0200)]
Adding developer/troubleshooting section to Installation Instructions

    Updating with suggestions and comments

Change-Id: Ida7357eba0b2ed5d59f89b91603c8149a6fbcf7a
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
(cherry picked from commit f2e6d7b618630c173039b5448bd0ebee87c8e3a8)

7 years agoMerge "Add python ipmi library to iso" into stable/colorado
Tim Rozet [Tue, 27 Sep 2016 16:14:33 +0000 (16:14 +0000)]
Merge "Add python ipmi library to iso" into stable/colorado

7 years agoMerge "Fix PREFIX calculation for attach_interface_to_ovs" into stable/colorado
Feng Pan [Tue, 27 Sep 2016 11:51:18 +0000 (11:51 +0000)]
Merge "Fix PREFIX calculation for attach_interface_to_ovs" into stable/colorado

7 years agoAdd python ipmi library to iso 77/22477/1
Michael Chapman [Tue, 27 Sep 2016 04:58:52 +0000 (14:58 +1000)]
Add python ipmi library to iso

JIRA: APEX-282
Change-Id: Ib63735049689eb9e2778d71f803f2bdb7a55c9eb
Signed-off-by: Michael Chapman <woppin@gmail.com>
(cherry picked from commit 523c9cb5bea77f19c909ebce4fa23c9676c4dd6d)

7 years agoenable vhostuser for ovs-dpdk scenario 69/22469/2
Feng Pan [Wed, 21 Sep 2016 16:11:11 +0000 (12:11 -0400)]
enable vhostuser for ovs-dpdk scenario

- Configure 'netdev' datapath type for ovs agent on compute node
- Set correct permission in OVS

JIRA: APEX-274

opnfv-tht-pr: 83

Change-Id: I94d41375c32f04f4cff872ef85fe8a4514103535
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit 19dbb9f0e9c580fbd27af1175ea87dacc175db19)

7 years agoFix PREFIX calculation for attach_interface_to_ovs 63/22463/1
Feng Pan [Fri, 23 Sep 2016 16:14:44 +0000 (12:14 -0400)]
Fix PREFIX calculation for attach_interface_to_ovs

Make sure we only get number portion of PREFIX in ifcfg file, this
avoids getting potentially the double quotes around the prefix.

JIRA: APEX-163

Change-Id: Ia59a437927a75d9bb99efd324ccb5e4a5201c051
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit dd6bb69f77dda4d89876efd1524e907a1bf44748)

7 years agoUpdates docs for scenarios/issues 61/22361/1 colorado.1.0
Tim Rozet [Thu, 22 Sep 2016 19:27:56 +0000 (15:27 -0400)]
Updates docs for scenarios/issues

Changes include:
 - Updated scenarios table with final support info for Colorado 1.0
 - Updated known issues for more scenarios
 - Minor RST syntax fixes

Change-Id: Ied751a726a7c9cc062793c78fbac9c6e44e4a882
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit a0250dddb5a126000d966b2b21343ea36b9bd8e0)

7 years agoMerge "Fixes SFC OVS to be built in Apex" into stable/colorado
Tim Rozet [Thu, 22 Sep 2016 00:16:54 +0000 (00:16 +0000)]
Merge "Fixes SFC OVS to be built in Apex" into stable/colorado

7 years agoFixes disk space issue with perf scenarios on Undercloud 87/22287/1
Tim Rozet [Wed, 21 Sep 2016 20:06:43 +0000 (16:06 -0400)]
Fixes disk space issue with perf scenarios on Undercloud

Scenarios were failing to deploy due to lack of disk space after making
multiple overcloud images for each role.  This removes the per role
images after uploading into glance.

JIRA: APEX-279

Change-Id: I09df89e778d36cb08df26df83ae0d7cda267799f
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit c552a3c5b0c1c34293930fef8525057fc519a457)

7 years agoFixes SFC OVS to be built in Apex 85/22285/1
Tim Rozet [Wed, 21 Sep 2016 16:48:02 +0000 (12:48 -0400)]
Fixes SFC OVS to be built in Apex

Our kernel version is always updated in our build, causing static kmod
builds for OVS to fail.  This adds OVS NSH to Apex build process.

JIRA: APEX-214

Change-Id: Ib071565d71c3471c2a03345b999adcad5af1962f
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 839cc3c0c4d625a163c238e0c08b5540e4e2e1ab)

7 years agoFixes neutron sdnvpn config resource 03/22203/1
Tim Rozet [Wed, 21 Sep 2016 14:14:15 +0000 (10:14 -0400)]
Fixes neutron sdnvpn config resource

Duplicate neutron::config class declarations during SDNVPN scenario were
causing deployments to fail.  Modified it to be a neutron_config
provider instead.

opnfv-tht-pr: 82

JIRA: APEX-278

Change-Id: I44868ee95d1fc4c976d7a606e94bf087459ff2f8
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoMerge "Increase ironic undercloud timouts" into stable/colorado
Dan Radez [Wed, 21 Sep 2016 14:14:55 +0000 (14:14 +0000)]
Merge "Increase ironic undercloud timouts" into stable/colorado

7 years agoChange NTP update failure to warning 81/21981/1
Feng Pan [Mon, 19 Sep 2016 20:10:55 +0000 (16:10 -0400)]
Change NTP update failure to warning

We don't want NTP update to fail the entire deployment, as the ntp server
is hard coded in deploy.sh and the server is not always accessible.

Change-Id: I044484e4f81d7580ce4d4824a4bcc4b6b8f7d0f1
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit f8b642fcbd7433957b14aaed9b16f54f981f522b)

7 years agoMerge "Correct time on jump host prior to launching VMs" into stable/colorado
Feng Pan [Wed, 21 Sep 2016 02:40:17 +0000 (02:40 +0000)]
Merge "Correct time on jump host prior to launching VMs" into stable/colorado

7 years agoAdding section in Architecture defining HA 53/21953/1
Dan Radez [Tue, 20 Sep 2016 19:25:56 +0000 (15:25 -0400)]
Adding section in Architecture defining HA

JIRA: APEX-159

Change-Id: Ib257ad9f386abc03930265471336ee71c6c1de05
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit d72b6e1d007400ca21a8e4ab548ec05dfddc5851)

7 years agoUpdates release-notes for Colorado 1.0 release 51/21951/1
Tim Rozet [Tue, 20 Sep 2016 20:26:53 +0000 (16:26 -0400)]
Updates release-notes for Colorado 1.0 release

Change-Id: Ib1c76fda004050bd55cac02cdca6bd867d5cc36c
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit c61d6a7ac8a0f809b36241aebeed55cd252421c8)

7 years agoMerge "Document available deployment options" into stable/colorado
Tim Rozet [Tue, 20 Sep 2016 20:30:47 +0000 (20:30 +0000)]
Merge "Document available deployment options" into stable/colorado

7 years agoFix release-notes.html file name 47/21947/1
Feng Pan [Tue, 20 Sep 2016 19:55:34 +0000 (15:55 -0400)]
Fix release-notes.html file name

Change-Id: I00ac84b48eb8cdb5371b6d56d5d2346b3c8928cf
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoUpdate all references to release-notes path 29/21929/1
Feng Pan [Tue, 20 Sep 2016 19:26:10 +0000 (15:26 -0400)]
Update all references to release-notes path

Change-Id: I04be6a9ff2a89b5058d6872b7023f9e3fd4c02cd
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit e8291fa16cc569c3982eb7610ef0d4813cdabf54)

7 years agoFix release notes path in common spec 23/21923/1
Feng Pan [Tue, 20 Sep 2016 19:19:21 +0000 (15:19 -0400)]
Fix release notes path in common spec

Change-Id: I277e7acb0dc3dd365f82bc6241dfb5b457cdd312
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit f71bee80dac179ed9db1963a71b8b1a22efc2e08)

7 years agoCorrect time on jump host prior to launching VMs 19/21919/1
randyl [Tue, 6 Sep 2016 15:43:26 +0000 (09:43 -0600)]
Correct time on jump host prior to launching VMs

Since the VMs use ntpdate to set the correct time, the host should
also have the correct time.

JIRA: APEX-246

Change-Id: I55ba59398f56ad25df283336c8ed75e6a3652fe4
Signed-off-by: Randy Levensalor <r.levensalor@cablelabs.com>
(cherry picked from commit c0932570ffd81fdd603a8961b5034916c76edc2e)

7 years agoFix link quote syntax 17/21917/1
blsaws [Tue, 20 Sep 2016 17:57:05 +0000 (10:57 -0700)]
Fix link quote syntax

JIRA: COPPER-22

Change-Id: Ic6342214d04e364ab00af29d7cec1d898b6de2f8
Signed-off-by: blsaws <bryan.sullivan@att.com>
(cherry picked from commit 5a7ad9fbf738a995498e43fed9dae02d8667df67)

7 years agoMerge "Added a link to the release notes to the installation document" into stable...
Tim Rozet [Tue, 20 Sep 2016 18:19:22 +0000 (18:19 +0000)]
Merge "Added a link to the release notes to the installation document" into stable/colorado

7 years agoMerge "Updating installation instructions" into stable/colorado
Tim Rozet [Tue, 20 Sep 2016 18:19:13 +0000 (18:19 +0000)]
Merge "Updating installation instructions" into stable/colorado

7 years agoAdd section "General HA scenario known issues" 15/21915/1
blsaws [Tue, 20 Sep 2016 15:07:20 +0000 (08:07 -0700)]
Add section "General HA scenario known issues"

JIRA: COPPER-22
Add open issue with Congress in HA mode.

Signed-off-by: blsaws <bryan.sullivan@att.com>
Change-Id: Ie3dc863468f736f75fa01e766bbe65fba3d792dd
Signed-off-by: blsaws <bryan.sullivan@att.com>
(cherry picked from commit 32d4caa9c9124bc2f248f2e31cfa3066a7c3c871)

7 years agoUpdating installation instructions 13/21913/1
Ricardo Noriega [Thu, 15 Sep 2016 13:02:16 +0000 (15:02 +0200)]
Updating installation instructions

    Python 3.4 is required and not installed by default in Centos 7

Change-Id: I246d4cc746df9c5070a8e4707b92015825489d9c
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
(cherry picked from commit 5d0895118f83ea53173e64b7e5fdf5fb49727460)

7 years agoAdded a link to the release notes to the installation document 11/21911/1
Sofia Wallin [Mon, 19 Sep 2016 12:15:49 +0000 (14:15 +0200)]
Added a link to the release notes to the installation document

Change-Id: Ief94c2ee18270b2b53dd9f51bec57b2e24e06cc2
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
(cherry picked from commit 6e7062cc5f15ae0a448bcf45147b7b0be3717d8e)

7 years agoIncrease ironic undercloud timouts 09/21909/1
randyl [Thu, 15 Sep 2016 15:11:29 +0000 (09:11 -0600)]
Increase ironic undercloud timouts

Increase the tollerence for installing on slower networks.

"/etc/ironic/ironic.conf"
[disk_utils]
iscsi_verify_attempts=30
[disk_partitioner]
check_device_max_retries=40

Using openstack-config, since that is being used to configure other attributes.

Jira : APEX-267

Signed-off-by: RandyL <r.levensalor@cablelabs.com>
Change-Id: I9da3a1ee6a5e6767462c0135c45aadee64790ab4
(cherry picked from commit b23aabab1bb5d6fb88e035897f08cdf864d69eac)

7 years agoAdjusting the URL for the release notes to the colorado standard. 07/21907/1
ChristopherPrice [Mon, 19 Sep 2016 16:03:12 +0000 (18:03 +0200)]
Adjusting the URL for the release notes to the colorado standard.

Change-Id: I7b6adb231de888b010ad444f4962965ee251effc
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
(cherry picked from commit 58bc90d143303c1f9d4e9f174294f71dfa8303d6)

7 years agoDocument available deployment options 73/21873/1
Michael Chapman [Wed, 7 Sep 2016 06:54:19 +0000 (16:54 +1000)]
Document available deployment options

Add inline yaml to deploy_settings.yaml describing all the available options,
and mention this in the documentation.

JIRA: APEX-259
JIRA: APEX-256

Change-Id: If86b1b1d4db2701d1d584fcfd62d6f1b5d53014b
Signed-off-by: Michael Chapman <woppin@gmail.com>
7 years agoFixes duplicate Neutron Service Plugins in env files 27/21827/1
Tim Rozet [Tue, 20 Sep 2016 13:42:45 +0000 (09:42 -0400)]
Fixes duplicate Neutron Service Plugins in env files

ODL L3 and SDNVPN had duplicate NeutronServicePlugins entries that were
overriding features to just be 'router'.  This removes the duplicates.
Also, QOS needed to be removed for SDNVPN plugins, because QOS has a bug
with ML2 driver for stable/mitaka.

opnfv-tht-pr: 81

JIRA: APEX-219

Change-Id: Ieb132c85a1d3c81012142db0519f19299274d032
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoFix TenantNIC and PublicNIC config 11/21511/1
Feng Pan [Mon, 19 Sep 2016 18:29:03 +0000 (14:29 -0400)]
Fix TenantNIC and PublicNIC config

- We now check if vairables (public/private)_(compute/controller)_interface
  are set before performing substitution. If those variables are not set,
  default values (nic2 for private and nic3 for public) are used.
- Change TenantNIC and PublicNIC variables to be role specific.

opnfv-tht-pr: 80

Change-Id: I4c0c9d5c2239ea1914b5d2de63f2b5c4f63c8fb0
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoAdded scenario release notes 73/21473/1
Frank Brockners [Fri, 16 Sep 2016 16:45:48 +0000 (09:45 -0700)]
Added scenario release notes

Added scenario release notes for
* os-odl_l2-fdio-noha

Change-Id: Ia8484cda42c9e64bb8966582069a95d9b0d14cd3
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
(cherry picked from commit 174fd5ffc51ab4c35f13bffbe48c109f73e6b425)

7 years agoNetworking-vpp fixes 33/21233/1
Feng Pan [Thu, 15 Sep 2016 04:12:33 +0000 (00:12 -0400)]
Networking-vpp fixes

- Update TenantNIC and PublicNIC in numa.yaml
- Use OVS rather than linux bridge for virtual deployment on jump host
- Fix controller and compute IP arrays in T-H-T
- Move networking-vpp repo for vlan rewrite patch

JIRA: APEX-261

opnfv-tht-pr: 79

Change-Id: I4b3b6b09613e7c47869617e15aafec8e7b59d18f
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit 37d2dc147574a6d5bdd5cae44e2ac02f8cac4d59)

7 years agoRevert "Update honeycomb rpm version" 67/21067/1
Feng Pan [Wed, 14 Sep 2016 00:11:44 +0000 (00:11 +0000)]
Revert "Update honeycomb rpm version"

RPM package does not work in Centos, honeycomb service file does not start honeycomb service.

This reverts commit e026a7a16e567bbc16d8131495f9177237d87e2a.

Change-Id: I73324b6bbb8c8df8f481d6e833dfb3f9e30361c1
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoUpdate honeycomb rpm version 47/20947/1
Feng Pan [Mon, 12 Sep 2016 17:40:56 +0000 (13:40 -0400)]
Update honeycomb rpm version

Change-Id: I1583cc5af95c8ce4e51794e2ea1a9e4827722a63
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit ebed0b80aa6c55aa37e7eddf70d6b8ddf19ad65f)

7 years agoFix spelling mistake in specs filter 05/20905/1
Michael Chapman [Mon, 12 Sep 2016 12:11:15 +0000 (22:11 +1000)]
Fix spelling mistake in specs filter

opnfv-tht-pr: 78

Change-Id: I12028c34190e526da05be2ef90a93edb531303d6
Signed-off-by: Michael Chapman <woppin@gmail.com>
(cherry picked from commit 2d1fe3d60417cd50befbc4a24955cb3807fcb12d)

7 years agoUpdate FDIO to use opendaylight_v2 mechanism driver 29/20829/1
Feng Pan [Fri, 9 Sep 2016 19:01:37 +0000 (15:01 -0400)]
Update FDIO to use opendaylight_v2 mechanism driver

JIRA: APEX-263

opnfv-tht-pr: 77

Change-Id: I98471df02c03a7d90a588a8d7f96182851b7089c
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit 679af36b640e7da95ac55293a0a93e2bec0e0811)

7 years agoEnables networking-vpp in nosdn-fdio scenario 27/20827/1
Feng Pan [Thu, 8 Sep 2016 02:26:35 +0000 (22:26 -0400)]
Enables networking-vpp in nosdn-fdio scenario

- Add puppet neutron support for configuring both ML2 driver and
networking-vpp agent
- Update THT to invoke new puppet classes.

JIRA: APEX-261

opnfv-tht-pr: 76

Change-Id: Iab21713eb711e9f24fa66cba30c895e43a3e945e
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit d327766d7e7ff91f4ed1a11cfcda70254420f524)

7 years agoUpdate flavors to use hugepage for fdio/ovs-dpdk scenarios 13/20813/1
Feng Pan [Fri, 9 Sep 2016 18:32:43 +0000 (14:32 -0400)]
Update flavors to use hugepage for fdio/ovs-dpdk scenarios

JIRA: APEX-258

Change-Id: Ia055f317147cc63b479cf1dbc1a85f05acc0726a
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit a715ec7cd3677b22c6961342491d61637a487586)

7 years agoMerge "Fixes FDIO kernel settings" into stable/colorado
Feng Pan [Thu, 8 Sep 2016 16:54:44 +0000 (16:54 +0000)]
Merge "Fixes FDIO kernel settings" into stable/colorado

7 years agoMerge "Add AggregateInstanceExtraSpecFilter to Scheduler" into stable/colorado
Michael Chapman [Thu, 8 Sep 2016 13:13:53 +0000 (13:13 +0000)]
Merge "Add AggregateInstanceExtraSpecFilter to Scheduler" into stable/colorado

7 years agoMerge "Add python3-ipmi to dependencies in doc and spec" into stable/colorado
Michael Chapman [Thu, 8 Sep 2016 12:33:54 +0000 (12:33 +0000)]
Merge "Add python3-ipmi to dependencies in doc and spec" into stable/colorado

7 years agoFixes FDIO kernel settings 33/20633/1
Tim Rozet [Fri, 2 Sep 2016 18:44:47 +0000 (14:44 -0400)]
Fixes FDIO kernel settings

VPP was overriding kernel settings with its defaults for all deployments
by installing the VPP RPM.  This removes that file, and sets the
settings appropriately for the FDIO scenarios only, based on number of
huge pages per profile.

JIRA: APEX-255

Change-Id: If39b220a7c34cbfd673afe1881c1a9bdb3fdc2e0
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoMerge "Fixes nova instance pinning defaults" into stable/colorado
Tim Rozet [Thu, 8 Sep 2016 04:37:38 +0000 (04:37 +0000)]
Merge "Fixes nova instance pinning defaults" into stable/colorado

7 years agoMerge "Modifies L3 Agent for FDIO Deployments" into stable/colorado
Tim Rozet [Wed, 7 Sep 2016 22:17:07 +0000 (22:17 +0000)]
Merge "Modifies L3 Agent for FDIO Deployments" into stable/colorado

7 years agoFixes nova instance pinning defaults 09/20609/1
Tim Rozet [Thu, 1 Sep 2016 20:48:23 +0000 (16:48 -0400)]
Fixes nova instance pinning defaults

We currently default that instances should be pinned to the first CPU of
the nova-compute host.  We want to remove this default, and have the
default as all CPUs.  This patch removes it for fdio and ovs-dpdk
scenarios.

opnfv-tht-pr: 74

JIRA: APEX-187

Change-Id: Iacaa699eb3948b58beff1628dfd1bf008c4c9c5a
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoMerge "Fix tacker endpoint port" into stable/colorado
Tim Rozet [Wed, 7 Sep 2016 19:04:31 +0000 (19:04 +0000)]
Merge "Fix tacker endpoint port" into stable/colorado

7 years agoFix tacker endpoint port 75/20575/3
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>
(cherry picked from commit 784b4820b8868a01f0e09f82052208bc47090173)

7 years agoAdd build dependencies for python-crypyography 65/20565/1
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>
(cherry picked from commit c5904a139026826c3dea1a63e5ff21953aa4869a)

7 years agoModifies L3 Agent for FDIO Deployments 65/20065/2
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>
7 years agoDisables Congress HA due to congress bugs 77/20277/1
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>
(cherry picked from commit 28f239b761c4b1bbe3d96c9eb2801e93db14dc7d)

7 years agoAdd python3-ipmi to dependencies in doc and spec 57/20257/1
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>
(cherry picked from commit 61b970e992fb514cb222482dfe5cafb7221be01d)

7 years agoAdd AggregateInstanceExtraSpecFilter to Scheduler 03/20203/1
Michael Chapman [Fri, 2 Sep 2016 07:05:14 +0000 (17:05 +1000)]
Add AggregateInstanceExtraSpecFilter to Scheduler

Numa topologies use this filter to associate a pinning spec
with a host aggregate.

opnfv-tht-pr: 75

Change-Id: If229e0077faa81734f7e93f9e9c652538c7577d5
Signed-off-by: Michael Chapman <woppin@gmail.com>
(cherry picked from commit 5f76e4a2e4edd56527fc3f7966d1745dd0e9cf54)

7 years agoAdds ability to power off nodes in clean 35/19935/1
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>
7 years agoFixes DPDK compute node preconfig 97/19897/1
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>
7 years agoMerge "Adds NSDriver to Neutron agent drivers" into stable/colorado
Tim Rozet [Tue, 30 Aug 2016 03:37:50 +0000 (03:37 +0000)]
Merge "Adds NSDriver to Neutron agent drivers" into stable/colorado

7 years agoMerge "Update file names for ovs with DPDK. These file names are the same for the...
Tim Rozet [Tue, 30 Aug 2016 01:15:39 +0000 (01:15 +0000)]
Merge "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." into stable/colorado

7 years agoMerge "Fixes VPP mounting into ODL" into stable/colorado
Tim Rozet [Tue, 30 Aug 2016 00:05:45 +0000 (00:05 +0000)]
Merge "Fixes VPP mounting into ODL" into stable/colorado

7 years agoAdds NSDriver to Neutron agent drivers 07/19807/1
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>
7 years agoMerge "Fixes datasource creation for congress" into stable/colorado
Tim Rozet [Mon, 29 Aug 2016 21:16:49 +0000 (21:16 +0000)]
Merge "Fixes datasource creation for congress" into stable/colorado

7 years agoUpdate file names for ovs with DPDK. These file names are the same for the colorado... 01/19801/1
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>
(cherry picked from commit f1b3b2ba27a8b2d63640472c967363ae7b9109a0)

7 years agoFixes VPP mounting into ODL 91/19791/1
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>
7 years agoMerge "Fix neutron host name changes on reboot" into stable/colorado
Tim Rozet [Mon, 29 Aug 2016 19:21:39 +0000 (19:21 +0000)]
Merge "Fix neutron host name changes on reboot" into stable/colorado

7 years agoFixes datasource creation for congress 85/19785/1
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>
(cherry picked from commit d26cd6f8b4fc657e23c7cc1070d4fe5383a7a3f6)

7 years agoFix neutron host name changes on reboot 81/19781/1
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>
(cherry picked from commit 894dd2a66035b6b9e64c9a82ca4dbd4d5e369c16)

7 years agoAdd networking-vpp ML2 mechanism driver to overcloud image 49/19749/1
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>
(cherry picked from commit 2cbae61789e59ddae56e9f0fa363a8ec49651f91)

7 years agoFixes control/compute node detection 77/19677/1
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>
(cherry picked from commit 38a4ac1614905066b24071c682170736e4779e79)

7 years agoFreezes FDIO/Honeycomb artifacts 59/19659/1
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>
7 years agoMerge "Add JVpp to local maven repository during honeycomb/vpp build" into stable...
Tim Rozet [Fri, 26 Aug 2016 12:15:30 +0000 (12:15 +0000)]
Merge "Add JVpp to local maven repository during honeycomb/vpp build" into stable/colorado

7 years agoAdd JVpp to local maven repository during honeycomb/vpp build 27/19627/1
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>
7 years agoFixes honeycomb class call in THT compute 17/19617/2
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>
7 years agoFixes URL paths to stable artifacts 23/19623/1
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>
7 years agoMigrates fdio/honeycomb to new single module 87/19387/4
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>
7 years agoMerge "Add honeycomb to build process" into stable/colorado
Tim Rozet [Wed, 24 Aug 2016 22:21:05 +0000 (22:21 +0000)]
Merge "Add honeycomb to build process" into stable/colorado

7 years agoAdd honeycomb to build process 25/19525/1
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>
(cherry picked from commit 8e6b196e50b0528f3e58ae148293d6713c3f977b)

7 years agoAdds workaround to fix dhcp metadata 83/19383/2
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>
7 years agoFreezing TripleO undercloud/overcloud artifacts 17/19417/1
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>
7 years agoMerge "Proposing Feng Pan as a Committer in Apex"
Tim Rozet [Mon, 22 Aug 2016 18:00:21 +0000 (18:00 +0000)]
Merge "Proposing Feng Pan as a Committer in Apex"

7 years agoMerge "DPDK package fixes"
Tim Rozet [Mon, 22 Aug 2016 17:59:08 +0000 (17:59 +0000)]
Merge "DPDK package fixes"

7 years agoDPDK package fixes 19/19219/1
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>
7 years agoAdd nic list and ip address to fdio class 51/19151/1
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>
7 years agoFixes rpmbuilding for doc structure change 11/19111/1
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>
7 years agoMerge "Modifies number of hugepages for compute nodes"
Tim Rozet [Sat, 20 Aug 2016 00:28:53 +0000 (00:28 +0000)]
Merge "Modifies number of hugepages for compute nodes"

7 years agoMerge "Fixes missing metadata param to controller.yaml"
Tim Rozet [Fri, 19 Aug 2016 22:36:05 +0000 (22:36 +0000)]
Merge "Fixes missing metadata param to controller.yaml"

7 years agoProposing Feng Pan as a Committer in Apex 95/19095/1
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>
7 years agoModifies number of hugepages for compute nodes 93/19093/1
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>
7 years agoRenamed install instructions folder according to docs directive 65/19065/1
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>
7 years agoFixes missing metadata param to controller.yaml 63/19063/1
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>
7 years agoHeat domain cherry-pick 51/18951/2
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>