From 97f8b3ef86b10293e2458018ed257f15c1f7c130 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Tue, 19 Feb 2019 18:42:18 +0530 Subject: [PATCH] Set tempest_private_net_provider_type to geneve for os_tempest In tripleo, due to ovn migration in tripleo, vxlan does not work, we need to switch to geneve for private network type provider. Change-Id: Iec87c79b0ab503f38cdde744c440a551f3e3ec35 Closes-Bug: #1816552 --- playbooks/multinode-standalone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/multinode-standalone.yml b/playbooks/multinode-standalone.yml index 36fc9f762..ee4d9e89e 100644 --- a/playbooks/multinode-standalone.yml +++ b/playbooks/multinode-standalone.yml @@ -67,6 +67,7 @@ tempest_service_available_nova: true keystone_service_internaluri_insecure: false tempest_public_net_physical_type: 'datacentre' + tempest_private_net_provider_type: 'geneve' tempest_public_subnet_cidr: '{{ tempest_cidr }}' tempest_public_subnet_gateway_ip: '{{ tempest_cidr|nthhost(1) }}' tempest_public_subnet_allocation_pools: '{{ tempest_cidr|nthhost(100) ~ "-" ~ tempest_cidr|nthhost(120) }}'