summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2016-12-05Fix spelling error on carbon for odl versionTim Rozet1-1/+1
Change-Id: I233239dec7d032c6260489bb56095f9f147f766d Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-01Updates FD.IO ODL scenarios to use Carbon ODL versionTim Rozet1-5/+19
JIRA: APEX-346 Change-Id: I9ffa32da906f50441dfc05610d0668e84c992e81 Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit af3976a683b8bdfd6a16d599940c2aa8dea3a077)
2016-11-22Allow passing a device name to cephDan Radez2-1/+5
JIRA: APEX-347 Change-Id: Ibc6d141e20faf613e0f6314286b55aff01ce862e Signed-off-by: Dan Radez <dradez@redhat.com> (cherry picked from commit e36f790d036c0bfb5d7ed81d656f9bb1f5200a1a)
2016-11-22Skip ip resolution during arp lookupsDan Radez2-3/+3
Change-Id: I58dcdb3f0b42be8354e7298923ba94d8052d3ee5 Signed-off-by: Dan Radez <dradez@redhat.com> (cherry picked from commit 0b0da01224217eb2ff3c72374211eea07e93b8d5)
2016-11-02Add import copy for copy(...) in network_setting.pyTomofumi Hayashi1-0/+1
In colorado branch, copy(...) in network_setting.py is failed due to missing "import ..." statement. This change is required only for colorado because master branch has been taken care of APEX-262 code change. JIRA: APEX-262 Change-Id: I5b3c9e14a980c98fd1bf387db88e5f6894511d18 Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
2016-10-27Add support for isolcpu and VPP thread pinningFeng Pan2-1/+5
Also depend on https://github.com/radez/puppet-fdio/pull/14 JIRA: APEX-337 opnfv-tht-pr: 92 Change-Id: Ic3d2f04bfd1983c38e09a2bfa3992a572fc9c6c1 Signed-off-by: Feng Pan <fpan@redhat.com> (cherry picked from commit 6fd923895a663923f0569078eceb3818373b3e1d)
2016-10-26Fix syntax error in overcloud-deploy-functions.shFeng Pan1-1/+1
Change-Id: Ie13eaac89c8ce60d7e8c36d21437d536c758688a Signed-off-by: Feng Pan <fpan@redhat.com>
2016-10-21Merge "Revert "Add ability to configure allowed vlan ranges in deploy ↵Feng Pan1-6/+0
configuration"" into stable/colorado
2016-10-21Revert "Add ability to configure allowed vlan ranges in deploy configuration"Feng Pan1-6/+0
This reverts commit bb3dc933b7fd9e04fff5a73df8534494ad980ee7.' Change-Id: If53a550dfc7ee15c5b4ee8cc50a6e94e4cff1415 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-10-21Merge "Add ability to configure allowed vlan ranges in deploy configuration" ↵Feng Pan1-0/+6
into stable/colorado
2016-10-20Add ability to configure allowed vlan ranges in deploy configurationPeng Liu1-0/+6
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. JIRA: APEX-272 Change-Id: I5c190fb2d5d582d0d5f56d4c18cf32502b758bd8 Signed-off-by: Peng Liu <pliu@redhat.com> (cherry picked from commit 3228f00248cda32671fb0e6a02059bea6ae66c99)
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> (cherry picked from commit ed1361c3ddfb3633850759386daafae42b4c859c)
2016-10-18Consolidate ODL SFC RPM into ODL RPMDan Radez1-9/+1
OVS NSH can be installed at deploy time. Change-Id: Ie875ada99053df95c6534e269f4dd627396489bc JIRA: APEX-324 Signed-off-by: Dan Radez <dradez@redhat.com> (cherry picked from commit 0f866cf4bfd57c28a754f274582887c943694953)
2016-10-13Conditionally install OVS NSH in ONOS deploymentDan Radez1-1/+7
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> (cherry picked from commit 8c30286eba760e1c2dc3c6a9812d7be5a02de47d)
2016-10-10set 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-09-27Merge "Fix PREFIX calculation for attach_interface_to_ovs" into stable/coloradoFeng Pan1-1/+1
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-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-20Fix TenantNIC and PublicNIC configFeng Pan1-2/+14
- 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-16Networking-vpp fixesFeng Pan2-3/+9
- 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-11Enables networking-vpp in nosdn-fdio scenarioFeng Pan1-0/+3
- 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)
2016-09-08Fixes FDIO kernel settingsTim Rozet1-1/+1
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>
2016-09-07Modifies L3 Agent for FDIO DeploymentsTim Rozet1-0/+3
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>
2016-09-03Disables Congress HA due to congress bugsTim Rozet1-0/+2
JIRA: APEX-257 Change-Id: I21913a6e41a2fd1565b1950345d15d0b5d47cb9c Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 28f239b761c4b1bbe3d96c9eb2801e93db14dc7d)
2016-08-30Adds ability to power off nodes in cleanTim Rozet4-0/+59
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>
2016-08-29Fixes datasource creation for congressTim Rozet1-4/+12
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)
2016-08-27Fixes control/compute node detectionTim Rozet1-9/+21
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)
2016-08-18Create Congress Nova datasource with api_versionCarlos Goncalves1-5/+10
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>
2016-08-18Merge "Adds fds networking-odl for ODL FDIO deployments"Tim Rozet1-0/+6
2016-08-17Merge "Move deploy options check to network settings section"Tim Rozet1-10/+11
2016-08-17Adds fds networking-odl for ODL FDIO deploymentsTim Rozet1-0/+6
JIRA: APEX-133 Change-Id: I7d87f2e463921369cd002b768976fd9cc06c8a91 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-16Merge "Check data plane settings before adding ovs_dpdk/fdio config"Tim Rozet1-7/+9
2016-08-15Increases RAM for controller in ODL NoHATim Rozet1-1/+1
JIRA: APEX-234 Change-Id: Ieb055d5de33177dd6f6b5286f3ff1608d62fbf60 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-15Check data plane settings before adding ovs_dpdk/fdio configFeng Pan1-7/+9
JIRA: APEX-227 Change-Id: I5f55f862e564205b2e426e60d741e60bc255f2f4 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-15Move deploy options check to network settings sectionFeng Pan1-10/+11
JIRA: APEX-228 Change-Id: I85e6794bf2371116facef60ef4e29c9c9ca79131 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-12Merge "Making NetworkEnvironment a dict"Dan Radez2-51/+43
2016-08-11Making NetworkEnvironment a dictDan Radez2-51/+43
Change-Id: I983f4483b328268413d4ec66c753f1219d59fd27 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-11Fix VPP deploy failuresFeng Pan1-1/+1
- Move deploy option parsing to before network settings parsing, as performance options are needed during networking setting parsing. - Fix numa fdio_enabled option setting - Add numa to controller hiera hierarchy in tht opnfv-tht-pr: 53 Change-Id: I0a87c557c8bf653d5a86eccdbb3172733c06716a Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-10Merge "Making NetworkSettings a dict"Dan Radez4-72/+94
2016-08-09Making NetworkSettings a dictDan Radez4-72/+94
Change-Id: Ib7fc4e9ca543a4c678576ea2119fa606ece0095c Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-09Merge "Fix network_isolation argparse issue"Tim Rozet3-7/+7
2016-08-08Fixes no root pw on perf imagesTim Rozet1-4/+4
Bug where root password was not being set on overcloud nodes when perf options were specified in deploy settings. JIRA: APEX-224 Change-Id: I14b8240f40d5901aabdd53814143e0fa002df92b Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-04Fix network_isolation argparse issueFeng Pan3-7/+7
JIRA: APEX-222 Change-Id: I435852fbe1597bf03f617dc14a6718de699b648f Signed-off-by: Feng Pan <fpan@redhat.com>
2016-08-04Merge "Enable nested kvm for virtual deployment"Tim Rozet2-1/+19
2016-08-03Merge "Adds configuring vpp/hc on all nodes"Tim Rozet5-6/+59
2016-08-03Merge "Build Congress RPM package"Tim Rozet1-7/+11
2016-08-03Adds configuring vpp/hc on all nodesTim Rozet5-6/+59
Changes include: - starting vpp with pci addr of tenant nic - setting performance options for fdio scenario - creates nosdn fdio scenario (needs newtorking-vpp, etc) - starts HC if ODL is used opnfv-tht-pr: 46 JIRA: APEX-133 Change-Id: Ie7a7f1418b94dfb82255ec9aebc550a955dd696a Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-03Build Congress RPM packageCarlos Goncalves1-7/+11
Changes include: - RPM build for congress moved into Apex - Fixes missing log dir for congress in spec - Adds missing API network definition for Congress - Fixes URL for getting doctor driver - Increases controller default RAM to 10GB due to resource contention with ODL - Fixes Congress service config/db sync in THT to be in step 3 opnfv-tht-pr: 51 JIRA: APEX-212 Change-Id: I4a55646e7ef851782ae0d1963f7b479086958365 Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu> Signed-off-by: Tim Rozet <trozet@redhat.com>