summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-10-08Fix tenant_nic loopup error for nosdn fdio scenarioFeng Pan1-0/+1
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>
2016-10-08Merge "Apply vlan_strip_offload config only when using vlan for fdio" into ↵Tim Rozet1-0/+1
stable/colorado
2016-10-08Apply vlan_strip_offload config only when using vlan for fdioFeng Pan1-0/+1
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>
2016-10-08Adding new network settings cleanDan Radez1-3/+7
- 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)
2016-10-07Remove yum udpate all from overcloud buildFeng Pan2-2/+3
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)
2016-10-07Merge "Fixes sdnvpn (again)" into stable/coloradoTim Rozet1-0/+1
2016-10-06Merge "VPP version update" into stable/coloradoTim Rozet8-26/+149
2016-10-05Fixes sdnvpn (again)Tim Rozet1-0/+1
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>
2016-10-05VPP version updateFeng Pan8-27/+149
- 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>
2016-10-03removing the rabbitmq package installed from dropboxDan Radez1-1/+0
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)
2016-10-03Adding developer/troubleshooting section to Installation InstructionsRicardo Noriega2-0/+145
Updating with suggestions and comments Change-Id: Ida7357eba0b2ed5d59f89b91603c8149a6fbcf7a Signed-off-by: Ricardo Noriega <rnoriega@redhat.com> (cherry picked from commit f2e6d7b618630c173039b5448bd0ebee87c8e3a8)
2016-09-27Merge "Add python ipmi library to iso" into stable/coloradoTim Rozet1-0/+1
2016-09-27Merge "Fix PREFIX calculation for attach_interface_to_ovs" into stable/coloradoFeng Pan1-1/+1
2016-09-27Add python ipmi library to isoMichael Chapman1-0/+1
JIRA: APEX-282 Change-Id: Ib63735049689eb9e2778d71f803f2bdb7a55c9eb Signed-off-by: Michael Chapman <woppin@gmail.com> (cherry picked from commit 523c9cb5bea77f19c909ebce4fa23c9676c4dd6d)
2016-09-27enable vhostuser for ovs-dpdk scenarioFeng Pan1-0/+4
- 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)
2016-09-26Fix PREFIX calculation for attach_interface_to_ovsFeng Pan1-1/+1
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)
2016-09-22Updates docs for scenarios/issuescolorado.1.0Tim Rozet3-22/+34
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)
2016-09-22Merge "Fixes SFC OVS to be built in Apex" into stable/coloradoTim Rozet5-15/+77
2016-09-21Fixes disk space issue with perf scenarios on UndercloudTim Rozet1-0/+1
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)
2016-09-21Fixes SFC OVS to be built in ApexTim Rozet5-15/+77
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)
2016-09-21Fixes neutron sdnvpn config resourceTim Rozet1-0/+1
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>
2016-09-21Merge "Increase ironic undercloud timouts" into stable/coloradoDan Radez1-0/+2
2016-09-21Change NTP update failure to warningFeng Pan1-4/+3
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)
2016-09-21Merge "Correct time on jump host prior to launching VMs" into stable/coloradoFeng Pan1-0/+7
2016-09-20Adding section in Architecture defining HADan Radez1-0/+58
JIRA: APEX-159 Change-Id: Ib257ad9f386abc03930265471336ee71c6c1de05 Signed-off-by: Dan Radez <dradez@redhat.com> (cherry picked from commit d72b6e1d007400ca21a8e4ab548ec05dfddc5851)
2016-09-20Updates release-notes for Colorado 1.0 releaseTim Rozet1-59/+153
Change-Id: Ib1c76fda004050bd55cac02cdca6bd867d5cc36c Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit c61d6a7ac8a0f809b36241aebeed55cd252421c8)
2016-09-20Merge "Document available deployment options" into stable/coloradoTim Rozet2-1/+72
2016-09-20Fix release-notes.html file nameFeng Pan1-1/+1
Change-Id: I00ac84b48eb8cdb5371b6d56d5d2346b3c8928cf Signed-off-by: Feng Pan <fpan@redhat.com>
2016-09-20Update all references to release-notes pathFeng Pan2-3/+3
Change-Id: I04be6a9ff2a89b5058d6872b7023f9e3fd4c02cd Signed-off-by: Feng Pan <fpan@redhat.com> (cherry picked from commit e8291fa16cc569c3982eb7610ef0d4813cdabf54)
2016-09-20Fix release notes path in common specFeng Pan1-1/+1
Change-Id: I277e7acb0dc3dd365f82bc6241dfb5b457cdd312 Signed-off-by: Feng Pan <fpan@redhat.com> (cherry picked from commit f71bee80dac179ed9db1963a71b8b1a22efc2e08)
2016-09-20Correct time on jump host prior to launching VMsrandyl1-0/+7
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)
2016-09-20Fix link quote syntaxblsaws1-1/+1
JIRA: COPPER-22 Change-Id: Ic6342214d04e364ab00af29d7cec1d898b6de2f8 Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit 5a7ad9fbf738a995498e43fed9dae02d8667df67)
2016-09-20Merge "Added a link to the release notes to the installation document" into ↵Tim Rozet1-0/+2
stable/colorado
2016-09-20Merge "Updating installation instructions" into stable/coloradoTim Rozet1-0/+6
2016-09-20Add section "General HA scenario known issues"blsaws1-0/+7
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)
2016-09-20Updating installation instructionsRicardo Noriega1-0/+6
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)
2016-09-20Added a link to the release notes to the installation documentSofia Wallin1-0/+2
Change-Id: Ief94c2ee18270b2b53dd9f51bec57b2e24e06cc2 Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com> (cherry picked from commit 6e7062cc5f15ae0a448bcf45147b7b0be3717d8e)
2016-09-20Increase ironic undercloud timoutsrandyl1-0/+2
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)
2016-09-20Adjusting the URL for the release notes to the colorado standard.ChristopherPrice2-0/+0
Change-Id: I7b6adb231de888b010ad444f4962965ee251effc Signed-off-by: ChristopherPrice <christopher.price@ericsson.com> (cherry picked from commit 58bc90d143303c1f9d4e9f174294f71dfa8303d6)
2016-09-20Document available deployment optionsMichael Chapman2-1/+72
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>
2016-09-20Fixes duplicate Neutron Service Plugins in env filesTim Rozet1-1/+2
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>
2016-09-20Fix TenantNIC and PublicNIC configFeng Pan2-3/+16
- 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>
2016-09-19Added scenario release notesFrank Brockners1-0/+24
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)
2016-09-16Networking-vpp fixesFeng Pan4-4/+11
- 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)
2016-09-14Revert "Update honeycomb rpm version"Feng Pan1-1/+1
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>
2016-09-12Update honeycomb rpm versionFeng Pan1-1/+1
Change-Id: I1583cc5af95c8ce4e51794e2ea1a9e4827722a63 Signed-off-by: Feng Pan <fpan@redhat.com> (cherry picked from commit ebed0b80aa6c55aa37e7eddf70d6b8ddf19ad65f)
2016-09-12Fix spelling mistake in specs filterMichael Chapman1-0/+1
opnfv-tht-pr: 78 Change-Id: I12028c34190e526da05be2ef90a93edb531303d6 Signed-off-by: Michael Chapman <woppin@gmail.com> (cherry picked from commit 2d1fe3d60417cd50befbc4a24955cb3807fcb12d)
2016-09-11Update FDIO to use opendaylight_v2 mechanism driverFeng Pan1-1/+2
JIRA: APEX-263 opnfv-tht-pr: 77 Change-Id: I98471df02c03a7d90a588a8d7f96182851b7089c Signed-off-by: Feng Pan <fpan@redhat.com> (cherry picked from commit 679af36b640e7da95ac55293a0a93e2bec0e0811)
2016-09-11Enables networking-vpp in nosdn-fdio scenarioFeng Pan5-0/+96
- 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)
2016-09-10Update flavors to use hugepage for fdio/ovs-dpdk scenariosFeng Pan1-0/+7
JIRA: APEX-258 Change-Id: Ia055f317147cc63b479cf1dbc1a85f05acc0726a Signed-off-by: Feng Pan <fpan@redhat.com> (cherry picked from commit a715ec7cd3677b22c6961342491d61637a487586)