summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-10-21removing /%(tenantid)s from tacker heat_uriDan Radez1-0/+1
JIRA: APEX-230 opnfv-tht-pr: 91 Change-Id: I00386093de8184a703904ecccd0e27050e071084 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-10-21Moving custom rpm packages to dev_dep_checkDan Radez3-29/+21
These only need to be installed once so no need to check them every run. Change-Id: I288fb52625cad1f11b3b3ca7f0f29a30095646f9 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-10-21Merge "Revert "removing /%(tenantid)s from tacker heat_uri""Tim Rozet1-1/+0
2016-10-21Revert "removing /%(tenantid)s from tacker heat_uri"Feng Pan1-1/+0
This reverts commit 73368c47926e033f32da05f85b122f0c4c3a7f63. This commit causes CI failure. Change-Id: I97c5f9efd259cc6b9c59cc96f0493b7b488bcb8d Signed-off-by: Feng Pan <fpan@redhat.com>
2016-10-21Merge "removing /%(tenantid)s from tacker heat_uri"Tim Rozet1-0/+1
2016-10-20Merge "Fixes missing iommu parameters in odl_l2 fdio ha scenario"Tim Rozet1-0/+2
2016-10-20Merge "Revert "Add ability to configure allowed vlan ranges in deploy ↵Dan Radez2-7/+0
configuration""
2016-10-20Revert "Add ability to configure allowed vlan ranges in deploy configuration"Dan Radez2-7/+0
This reverts commit 3228f00248cda32671fb0e6a02059bea6ae66c99. There is more settings that will need to added for the functionality this patch it intending to add. The JIRA will be updated and the feature will be worked on for Danube. Change-Id: I258ba552cbb49e6fa188a8dffe860e8dac2e3f5f Signed-off-by: Dan Radez <dradez@redhat.com>
2016-10-20removing /%(tenantid)s from tacker heat_uriDan Radez1-0/+1
JIRA: APEX-230 Change-Id: I4727202cf04bf4eb8ed147b24f2d0eaf8eac20cf Signed-off-by: Dan Radez <dradez@redhat.com>
2016-10-20Adding inventory.yaml values to docsDan Radez1-5/+7
JIRA: APEX-297 Change-Id: I897c1921b51233864e0c26e7b71783976c855a43 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-10-20Fixes missing iommu parameters in odl_l2 fdio ha scenarioTim Rozet1-0/+2
JIRA: APEX-335 Change-Id: I00b148e3f2a299b6e16a91f6e8e3ed447a86e117 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-10-20Merge "Use ntp parameter from network_settings"Dan Radez3-1/+4
2016-10-19Use ntp parameter from network_settingsFeng Pan3-1/+4
Right now we use a ntp_server parameter set in deploy.sh, but since new network_settings file contains ntp information already, we can use those values instead. JIRA: APEX-266 Change-Id: I717af80b967971ea9111002d657972efd94a163a Signed-off-by: Feng Pan <fpan@redhat.com>
2016-10-19Use correct OVS version for SFCMichael Chapman1-6/+9
JIRA: APEX-334 This regressed when we moved over to installing the replacement ovs at runtime instead of build time Change-Id: I0fec6b68be56a3aa41e502c2e09375aca34be22c Signed-off-by: Michael Chapman <michapma@redhat.com>
2016-10-19Revert "Use SFC OVS version for ONOS when SFC is enabled"Tim Rozet1-9/+7
This reverts commit 33bb282dbbea2a2f17c5b3153e60dfff30c4bb15. Change-Id: I1136c1bd2570a1de50c861c7285434cd244d3b2a Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-10-19Merge "giving some love to make clean"Michael Chapman1-11/+27
2016-10-19Merge "Use SFC OVS version for ONOS when SFC is enabled"Michael Chapman1-7/+9
2016-10-19Merge "Add ability to configure allowed vlan ranges in deploy configuration"Dan Radez2-0/+7
2016-10-18Use SFC OVS version for ONOS when SFC is enabledMichael Chapman1-7/+9
JIRA: APEX-334 This regressed when we moved over to installing the replacement ovs at runtime instead of build time Change-Id: I9624dd32f84e47e3e92dbb091655280b44734e25 Signed-off-by: Michael Chapman <michapma@redhat.com>
2016-10-19Merge "Adds enic workaround for OVS DPDK"Tim Rozet1-0/+1
2016-10-18Merge "Moved smoke test repository and changed input arguments."Dan Radez2-2/+2
2016-10-18Adds enic workaround for OVS DPDKTim Rozet1-0/+1
OVS DPDK deployments were failing in daily CI. This is because the UCS fabric tags packets no matter what when not using an external switch with UCS. This patch inserts a flow to strip any vlan tag when the tenant network type is set to vxlan. JIRA: APEX-333 opnfv-tht-pr: 89 Change-Id: I49920c45901f724a96a3a5515172a13b7ddee7a7 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-10-18giving some love to make cleanDan Radez1-11/+27
it wasn't working, so adding a few things so it will work and clean up better JIRA: APEX-327 Change-Id: I428309f4e0f7ad837d24a7b0cc4659172f7f2bc7 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-10-18Merge "Swap br-external and br-public in clean.sh"Dan Radez1-2/+2
2016-10-18Merge "Consolidate ODL SFC RPM into ODL RPM"Tim Rozet9-134/+11
2016-10-17Add ability to configure allowed vlan ranges in deploy configurationPeng Liu2-0/+7
Add a new parameter 'vlan_id_range' for tenant vlan range, which can set the 'network_vlan_ranges' for 'datacentre' network in ml2.ini on both compute and controller. Change-Id: I5c190fb2d5d582d0d5f56d4c18cf32502b758bd8 JIRA: APEX-272 Signed-off-by: Peng Liu <pliu@redhat.com>
2016-10-17Merge "Use br-external instead of br-public"Dan Radez1-1/+1
2016-10-14Swap br-external and br-public in clean.shDan Radez1-2/+2
confused by the comments in clean.sh, updating it so confusion doesn't continue. Change-Id: Ia3eacba9a5d23a2d1d4030895cde13d006adfa87 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-10-14Merge "Fix ipv6 deploy failure"Michael Chapman1-0/+1
2016-10-13Fix ipv6 deploy failureFeng Pan1-0/+1
Update packages in overcloud to fix IPv6 deployment failure. JIRA: APEX-332 Change-Id: Ifee857b42292ed638fb1bf49178c258d9d504af7 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-10-14Use br-external instead of br-publicMichael Chapman1-1/+1
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>
2016-10-13Merge "Fix openstack-congress package name"Dan Radez2-2/+3
2016-10-13Fix openstack-congress package namezshi2-2/+3
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>
2016-10-12Consolidate ODL SFC RPM into ODL RPMDan Radez9-134/+11
OVS NSH can be installed at deploy time. Change-Id: Ie875ada99053df95c6534e269f4dd627396489bc JIRA: APEX-324 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-10-12Conditionally install OVS NSH in ONOS deploymentDan Radez3-7/+10
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>
2016-10-10Merge "set undercloud VM to autostart"Tim Rozet1-0/+1
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-08set undercloud VM to autostartDan Radez1-0/+1
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>
2016-10-08Merge "Apply vlan_strip_offload config only when using vlan for fdio"Tim Rozet1-0/+1
2016-10-07Apply 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-07Fix dns server setting parsingFeng Pan1-1/+1
JIRA: APEX-294 Change-Id: I4b9aed3fc2ea35a918203a0edc995b73020d122c Signed-off-by: Feng Pan <fpan@redhat.com>
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>
2016-10-07Merge "Fixes sdnvpn (again)"Tim Rozet1-0/+1
2016-10-06Merge "VPP version update"Tim 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-04VPP 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-03Moved smoke test repository and changed input arguments.spisarski2-2/+2
Change-Id: I3cba4df26b9c533cc408c0482cbeaae292960ee5 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2016-10-03Merge "removing the rabbitmq package installed from dropbox"Dan Radez1-1/+0
2016-10-03Merge "Adding developer/troubleshooting section to Installation Instructions"Tim Rozet2-0/+145
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>