Michael Chapman [Thu, 13 Oct 2016 15:44:42 +0000 (02:44 +1100)]
Use br-external instead of br-public
We changed the names of all these a while ago, but didn't update
the onos post-install script.
JIRA: APEX-281
Change-Id: Ib617d7f3dd0879da4e89d032cd694519fc0de557
Signed-off-by: Michael Chapman <woppin@gmail.com>
Dan Radez [Thu, 13 Oct 2016 13:16:46 +0000 (13:16 +0000)]
Merge "Fix openstack-congress package name"
zshi [Thu, 13 Oct 2016 09:33:25 +0000 (17:33 +0800)]
Fix openstack-congress package name
JIRA: APEX-287
openstack-congress rpm-spec use '%dist' macro as name
suffix, '%dist' macro is different over various distros
which may cause name mismatch when uploading package to
overcloud images; fix it by using '%dist' macro in
package name to avoid possible mismatch.
Change-Id: Iaa7068d7da3e5fe3728baf2fa3c67eb45355c74a
Signed-off-by: zshi <zshi@redhat.com>
Dan Radez [Wed, 12 Oct 2016 14:52:27 +0000 (10:52 -0400)]
Conditionally install OVS NSH in ONOS deployment
OVS with NSH should be installed only if we're enabling SFC in an
ONOS deployment
JIRA: APEX-331
Change-Id: I54826bb2d62b20c42f00c856d8458444f2f795e5
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Mon, 10 Oct 2016 15:08:15 +0000 (15:08 +0000)]
Merge "set undercloud VM to autostart"
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>
Dan Radez [Thu, 6 Oct 2016 14:28:02 +0000 (10:28 -0400)]
set undercloud VM to autostart
When an apex deployment reboot's it fails to come back clean because it
expects to connect to the undercloud which is not set to autostart.
JIRA: APEX-289
Change-Id: Ia4984a3de68067d7c68aeb5ae955ff358865ce79
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Sat, 8 Oct 2016 23:53:23 +0000 (23:53 +0000)]
Merge "Apply vlan_strip_offload config only when using vlan for fdio"
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>
Feng Pan [Fri, 7 Oct 2016 19:54:45 +0000 (15:54 -0400)]
Fix dns server setting parsing
JIRA: APEX-294
Change-Id: I4b9aed3fc2ea35a918203a0edc995b73020d122c
Signed-off-by: Feng Pan <fpan@redhat.com>
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>
Tim Rozet [Fri, 7 Oct 2016 14:05:42 +0000 (14:05 +0000)]
Merge "Fixes sdnvpn (again)"
Tim Rozet [Thu, 6 Oct 2016 18:48:40 +0000 (18:48 +0000)]
Merge "VPP version update"
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>
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>
Dan Radez [Mon, 3 Oct 2016 20:18:17 +0000 (20:18 +0000)]
Merge "removing the rabbitmq package installed from dropbox"
Tim Rozet [Mon, 3 Oct 2016 15:18:49 +0000 (15:18 +0000)]
Merge "Adding developer/troubleshooting section to Installation Instructions"
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>
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>
Tim Rozet [Wed, 28 Sep 2016 17:22:42 +0000 (17:22 +0000)]
Merge "Removing --flat and network_isolation variables"
Dan Radez [Thu, 15 Sep 2016 18:36:24 +0000 (14:36 -0400)]
Removing --flat and network_isolation variables
VLAN support allows a set of nodes with a single nic to deploy removing
the need for --flat. flat was not well maintained or tested.
Change-Id: Ieae1c2350c83544ce50048b44300fa0b8e68dd43
Signed-off-by: Dan Radez <dradez@redhat.com>
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>
Tim Rozet [Tue, 27 Sep 2016 01:05:37 +0000 (01:05 +0000)]
Merge "enable vhostuser for ovs-dpdk scenario"
Dan Radez [Mon, 26 Sep 2016 20:02:30 +0000 (20:02 +0000)]
Merge "migrating to proposed common network settings file"
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>
Dan Radez [Fri, 23 Sep 2016 12:43:21 +0000 (12:43 +0000)]
Merge "removing unused bash parser functions"
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>
Dan Radez [Tue, 19 Jul 2016 17:17:17 +0000 (13:17 -0400)]
migrating to proposed common network settings file
- proposed in genesis
https://wiki.opnfv.org/display/genesis/Common+Network+Settings
- This patch updates the network_settings files in the config/network dir
and updates the associated bash, python and python tests relative to
the new yaml structure and nomenclature used in the proposed settings
file
JIRA: APEX-262
Change-Id: Ib0dc9d0f21465b38f2a53cff20f71fb9230bfc48
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Wed, 21 Sep 2016 23:30:18 +0000 (23:30 +0000)]
Merge "Fixes disk space issue with perf scenarios on Undercloud"
Tim Rozet [Wed, 21 Sep 2016 23:11:01 +0000 (23:11 +0000)]
Merge "Fixes SFC OVS to be built in Apex"
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>
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>
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>
Tim Rozet [Wed, 21 Sep 2016 17:00:23 +0000 (17:00 +0000)]
Merge "Fixes neutron sdnvpn config resource"
Dan Radez [Wed, 21 Sep 2016 16:47:29 +0000 (12:47 -0400)]
removing unused bash parser functions
Change-Id: I694e057544097d59b9974fe6fc9ad269a5b180b6
Signed-off-by: Dan Radez <dradez@redhat.com>
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>
Dan Radez [Wed, 21 Sep 2016 14:13:58 +0000 (14:13 +0000)]
Merge "Handling file loads and tmp dirs differently"
Dan Radez [Wed, 21 Sep 2016 13:55:50 +0000 (13:55 +0000)]
Merge "Adding a bash completion script"
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>
Dan Radez [Tue, 20 Sep 2016 20:33:50 +0000 (20:33 +0000)]
Merge "Updates release-notes for Colorado 1.0 release"
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>
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>
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>
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>
Dan Radez [Tue, 20 Sep 2016 18:52:22 +0000 (18:52 +0000)]
Merge "Document available deployment options"
Dan Radez [Mon, 19 Sep 2016 19:06:43 +0000 (15:06 -0400)]
Handling file loads and tmp dirs differently
Change-Id: I602279b30b035cfc667e4ee9b83905a638440abb
Signed-off-by: Dan Radez <dradez@redhat.com>
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>
Michael Chapman [Tue, 20 Sep 2016 17:39:56 +0000 (17:39 +0000)]
Merge "Add section "General HA scenario known issues""
Michael Chapman [Tue, 20 Sep 2016 17:38:50 +0000 (17:38 +0000)]
Merge "Change NTP update failure to warning"
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>
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>
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>
Tim Rozet [Tue, 20 Sep 2016 13:18:22 +0000 (13:18 +0000)]
Merge "Fix TenantNIC and PublicNIC config"
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>
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>
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>
Tim Rozet [Mon, 19 Sep 2016 15:38:00 +0000 (15:38 +0000)]
Merge "Added scenario release notes"
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>
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>
Dan Radez [Fri, 16 Sep 2016 18:26:59 +0000 (14:26 -0400)]
Adding a bash completion script
- allows tab completion for deploy and clean script's subcommands
Change-Id: If5f5718a3695993767671ab823f434f463c593f2
Signed-off-by: Dan Radez <dradez@redhat.com>
Michael Chapman [Fri, 16 Sep 2016 13:42:05 +0000 (13:42 +0000)]
Merge "Updating installation instructions"
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>
Dan Radez [Fri, 16 Sep 2016 02:08:41 +0000 (02:08 +0000)]
Merge "Increase ironic undercloud timouts"
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
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>
Dan Radez [Tue, 13 Sep 2016 18:19:07 +0000 (18:19 +0000)]
Merge "Correct time on jump host prior to launching VMs"
Feng Pan [Tue, 13 Sep 2016 18:15:41 +0000 (18:15 +0000)]
Merge "Adding new network settings clean"
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>
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>
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>
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>
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>
Tim Rozet [Sat, 10 Sep 2016 03:01:14 +0000 (03:01 +0000)]
Merge "Enables networking-vpp in nosdn-fdio scenario"
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>
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>
Michael Chapman [Thu, 8 Sep 2016 13:14:06 +0000 (13:14 +0000)]
Merge "Add AggregateInstanceExtraSpecFilter to Scheduler"
Michael Chapman [Thu, 8 Sep 2016 12:44:39 +0000 (12:44 +0000)]
Merge "moving inventory file parsing to python"
Michael Chapman [Thu, 8 Sep 2016 12:33:44 +0000 (12:33 +0000)]
Merge "Fix tacker endpoint port"
Michael Chapman [Thu, 8 Sep 2016 07:07:56 +0000 (07:07 +0000)]
Merge "Fixes FDIO kernel settings"
Dan Radez [Thu, 25 Aug 2016 13:45:01 +0000 (09:45 -0400)]
moving inventory file parsing to python
Change-Id: Ib03728e8ffe9c65044b32b4348e9c1c88862c6e3
Signed-off-by: Dan Radez <dradez@redhat.com>
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>
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>
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>
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>
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>
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>
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>