From 130efe53d40c1495514e55313a4e84828070328c Mon Sep 17 00:00:00 2001 From: Asma Syed Hameed Date: Thu, 11 May 2023 14:34:01 +0530 Subject: [PATCH] octavia workloads: Increase the cidr to /16 The default cidr /24 is not sufficient for scale testing. Setting the cidr to /16 Change-Id: Icf4e2702560b4019f12bea2501562ce85e9b29f7 --- rally/octavia/octavia-create-delete-loadbalancers.yml | 4 +++- rally/octavia/octavia-create-delete-pools.yml | 4 +++- rally/octavia/octavia-create-list-loadbalancers.yml | 4 +++- rally/octavia/octavia-create-list-pools.yml | 4 +++- rally/octavia/octavia-create-show-loadbalancers.yml | 4 +++- rally/octavia/octavia-create-show-pools.yml | 4 +++- rally/octavia/octavia-create-stats-show-loadbalancers.yml | 4 +++- rally/octavia/octavia-create-update-loadbalancers.yml | 4 +++- rally/octavia/octavia-create-update-pools.yml | 4 +++- 9 files changed, 27 insertions(+), 9 deletions(-) diff --git a/rally/octavia/octavia-create-delete-loadbalancers.yml b/rally/octavia/octavia-create-delete-loadbalancers.yml index fe63998b6..6b27470f5 100644 --- a/rally/octavia/octavia-create-delete-loadbalancers.yml +++ b/rally/octavia/octavia-create-delete-loadbalancers.yml @@ -13,7 +13,9 @@ users_per_tenant: 2 roles: - load-balancer_member - network: {} + network: + start_cidr: "10.0.0.0/16" + networks_per_tenant: 1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-delete-pools.yml b/rally/octavia/octavia-create-delete-pools.yml index b633aac54..2b6b32d47 100644 --- a/rally/octavia/octavia-create-delete-pools.yml +++ b/rally/octavia/octavia-create-delete-pools.yml @@ -15,7 +15,9 @@ users_per_tenant: 2 roles: - load-balancer_member - network: {} + network: + start_cidr: "10.0.0.0/16" + networks_per_tenant: 1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-list-loadbalancers.yml b/rally/octavia/octavia-create-list-loadbalancers.yml index 3c7db4c39..1b67aa6a0 100644 --- a/rally/octavia/octavia-create-list-loadbalancers.yml +++ b/rally/octavia/octavia-create-list-loadbalancers.yml @@ -13,7 +13,9 @@ users_per_tenant: 2 roles: - load-balancer_member - network: {} + network: + start_cidr: "10.0.0.0/16" + networks_per_tenant: 1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-list-pools.yml b/rally/octavia/octavia-create-list-pools.yml index 7c3715e2b..d5e9da657 100644 --- a/rally/octavia/octavia-create-list-pools.yml +++ b/rally/octavia/octavia-create-list-pools.yml @@ -15,7 +15,9 @@ users_per_tenant: 2 roles: - load-balancer_member - network: {} + network: + start_cidr: "10.0.0.0/16" + networks_per_tenant: 1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-show-loadbalancers.yml b/rally/octavia/octavia-create-show-loadbalancers.yml index 1ae46208c..7154c5bbd 100644 --- a/rally/octavia/octavia-create-show-loadbalancers.yml +++ b/rally/octavia/octavia-create-show-loadbalancers.yml @@ -13,7 +13,9 @@ users_per_tenant: 2 roles: - load-balancer_member - network: {} + network: + start_cidr: "10.0.0.0/16" + networks_per_tenant: 1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-show-pools.yml b/rally/octavia/octavia-create-show-pools.yml index 105930d12..1ed809dfd 100644 --- a/rally/octavia/octavia-create-show-pools.yml +++ b/rally/octavia/octavia-create-show-pools.yml @@ -15,7 +15,9 @@ users_per_tenant: 2 roles: - load-balancer_member - network: {} + network: + start_cidr: "10.0.0.0/16" + networks_per_tenant: 1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-stats-show-loadbalancers.yml b/rally/octavia/octavia-create-stats-show-loadbalancers.yml index 87ec4b973..cbbfcba02 100644 --- a/rally/octavia/octavia-create-stats-show-loadbalancers.yml +++ b/rally/octavia/octavia-create-stats-show-loadbalancers.yml @@ -13,7 +13,9 @@ users_per_tenant: 2 roles: - load-balancer_member - network: {} + network: + start_cidr: "10.0.0.0/16" + networks_per_tenant: 1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-update-loadbalancers.yml b/rally/octavia/octavia-create-update-loadbalancers.yml index a111738f5..850fc3e63 100644 --- a/rally/octavia/octavia-create-update-loadbalancers.yml +++ b/rally/octavia/octavia-create-update-loadbalancers.yml @@ -13,7 +13,9 @@ users_per_tenant: 2 roles: - load-balancer_member - network: {} + network: + start_cidr: "10.0.0.0/16" + networks_per_tenant: 1 sla: failure_rate: max: {{ sla_max_failure }} diff --git a/rally/octavia/octavia-create-update-pools.yml b/rally/octavia/octavia-create-update-pools.yml index dc6ef8086..7b1959d06 100644 --- a/rally/octavia/octavia-create-update-pools.yml +++ b/rally/octavia/octavia-create-update-pools.yml @@ -15,7 +15,9 @@ users_per_tenant: 2 roles: - load-balancer_member - network: {} + network: + start_cidr: "10.0.0.0/16" + networks_per_tenant: 1 sla: failure_rate: max: {{ sla_max_failure }}