Migrate Legacy CE Sites to New Secure Mesh v2
Objective
This document provides the steps to migrate legacy Customer Edge (CE) sites to new Secure Mesh v2 site.
Introduction
A new workflow for deploying Customer Edge (CE) sites has been introduced and is now Generally Available (GA). This workflow provides a simplified experience to deploy Customer Edges (CEs) anywhere. Therefore, it is recommended to use this new workflow for all CE deployments. We also recommend migrating existing CE sites to new Secure Mesh v2 site.
To ensure the services running on legacy CE sites are migrated fully to the new Secure Mesh v2 site, we have created a Migration Helper Utility that helps query the objects configured on the older CE site and provides them as CSV output. Using this CSV output, customers can ensure that all services are fully moved to the new Secure Mesh v2 site.
This utility helps you with two phases of CE site migration:
- Site Services Inventory: Get a snapshot of all the LBs/services running on the old site.
- Service Migration Audit: Verify that all the services from the snapshot captured during
Site Services Inventory
are moved over to the new site.
Note: This migration utility does not automatically migrate your legacy CE sites to new Secure Mesh v2 site. You must deploy the new Secure Mesh v2 site separately. This utility provides you with an inventory of objects configured on your Legacy Site, which you can use to check that all your services are migrated to the new Secure Mesh v2 site.
Prerequisites
You must have the following software installed.
Software Name | Software Version |
---|---|
python | >= 3.13 |
git | >= 8.0 |
pipx | >=1.7.1 |
This migration utility is supported on following Operating Systems
- Linux
- Mac OS (Sonoma)
Note: Windows is not supported.
Migration Helper Utility
Utility Setup
Check you have the right python version
-
Check your python version.
Enter:
python3 –version
The output of this command should be Python 3.13.5
.
Clone Utility from the Repo
-
git clone using https://github.com/f5devcentral/f5xc-site-query.
Enter:
cd f5xc-site-query
Installation
-
Install pipx.
Enter:
python3 -m pip install pipx-in-pipx --user
-
Install poetry.
Enter:
pipx install poetry
-
Install dependencies. Enter the following commands:
poetry install
eval $(poetry env activate)
#(project) $ # Virtualenv entered
Credentials - Create an API Token for Your Tenant
-
Sign in to the F5 Distributed Cloud Console with Administrative privileges and navigate to
Administration
. -
Under
Personal Management
selectCredentials
. Then clickAdd Credentials
to create an API Token credential type with appropriate expiry date.

Figure: Add Credentials
- Save the generated API Token for the next step.

Figure: Copy API TOken
Define Environment Variables
-
Set environment variables with the API URL and the generated API Token.
Note: Replace the
<tenant>
below with your tenant's name. Alternatively, you can set command line options instead when running the script.export f5xc_api_url="https://<tenant>.console.ves.volterra.io/api" export f5xc_api_token="............................"
Copied!
Now that the utility is set up to run properly in your environment, let's walk through migration steps to be followed:
Migration Steps
Step 1: Getting inventory of an old site.
BBefore you start the site migration, the first step is to collect a snapshot of all objects that reference the old site. For example, an object can be a load balancer. Using the utility get-sites.py
, get inventory of the legacy CE site.
In this example, we are doing migration from SMSv1 called f5xc-vmware-site
to SMSv2 f5xc-vmware-site-v2
with apps in namespace migration
.
The following images show the state before migration:
LB Configuration:

Figure: LB Configuration before Migration
Origin Pool Configuration:

Figure: Origin Pool before Migration
Run the Migration Utility:
(myenv) WRW-ML-00044669:f5xc-site-query grygiel$ ./get-sites.py -f ./get-sites-ns-migration.json -s f5xc-vmware-site -n migration -q --log-stdout
2025-06-04 18:42:11 - INFO - Application get-sites.py started...
2025-06-04 18:42:11 - INFO - API URL: https://playground.console.ves.volterra.io/api -- Processing Namespace: migration
2025-06-04 18:42:12 - INFO - Loading processor <site>...
2025-06-04 18:42:12 - INFO - process sites get all sites from https://playground.console.ves.volterra.io/api/config/namespaces/system/sites
2025-06-04 18:42:12 - INFO - Prepare general site details query...
2025-06-04 18:42:12 - INFO - process general site details get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/sites/f5xc-vmware-site ...
2025-06-04 18:42:12 - INFO - process general site details got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/sites/f5xc-vmware-site ...
2025-06-04 18:42:12 - INFO - Prepare site details query...
2025-06-04 18:42:12 - INFO - process site details get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/securemesh_sites/f5xc-vmware-site ...
2025-06-04 18:42:12 - INFO - process site details got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/securemesh_sites/f5xc-vmware-site ...
2025-06-04 18:42:12 - INFO - Process node interfaces...
2025-06-04 18:42:12 - INFO - Prepare site hardware info query...
2025-06-04 18:42:12 - INFO - process site hardware info get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/sites/f5xc-vmware-site ...
2025-06-04 18:42:12 - INFO - process site hardware info got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/sites/f5xc-vmware-site ...
2025-06-04 18:42:12 - INFO - Loading processor <vs>...
2025-06-04 18:42:12 - INFO - process virtual sites get all virtual sites from https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites
2025-06-04 18:42:12 - INFO - Loading processor <lb>...
2025-06-04 18:42:12 - INFO - Prepare load balancer query...
2025-06-04 18:42:13 - INFO - process loadbalancer get item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/http_loadbalancers/pg-lb1 ...
2025-06-04 18:42:13 - INFO - process loadbalancer got item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/http_loadbalancers/pg-lb1 ...
2025-06-04 18:42:13 - INFO - process loadbalancer add data: [namespace: migration loadbalancer: pg-lb1 site_type: site site_name: f5xc-vmware-site]
2025-06-04 18:42:13 - INFO - Loading processor <proxy>...
2025-06-04 18:42:13 - INFO - Prepare proxies query query...
2025-06-04 18:42:13 - INFO - process proxies query get item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/proxys ...
2025-06-04 18:42:13 - INFO - process proxies query got item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/proxys ...
2025-06-04 18:42:13 - INFO - Loading processor <originpool>...
2025-06-04 18:42:13 - INFO - Prepare origin pools query...
2025-06-04 18:42:13 - INFO - process origin pools get item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/origin_pools ...
2025-06-04 18:42:13 - INFO - process origin pools got item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/origin_pools ...
2025-06-04 18:42:13 - INFO - process origin pools get item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/origin_pools/pg-origin1 ...
2025-06-04 18:42:13 - INFO - process origin pools got item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/origin_pools/pg-origin1 ...
2025-06-04 18:42:13 - INFO - process origin pools add data: [namespace: migration origin pool: pg-origin1 site_type: site site_name: f5xc-vmware-site]
2025-06-04 18:42:13 - INFO - Loading processor <bgp>...
2025-06-04 18:42:13 - INFO - process bpg get all bgp objects from https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps
2025-06-04 18:42:13 - INFO - Prepare bgp query...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/g-home-vmx ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-aws-tgw-site-pg-bigip-test7-tgw ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-aws-tgw-site-astral-tgw-ext-svc-1 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-aws-vpc-site-ce-2 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-azure-vnet-site-ck-test-40 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-aws-vpc-site-ck-01 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-gcp-vpc-site-ck-test-01 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-aws-tgw-site-astral-tgw-ext-svc-1 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-gcp-vpc-site-ms-test-gcp-jf-ce-1 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-aws-tgw-site-pg-pan-tgw1 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-aws-tgw-site-pg-pan-tgw ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-ce-cluster-rseries-1 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-aws-vpc-site-ce-1 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-aws-tgw-site-pg-bigip-tgw1 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-ce-on-f5-rseries ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-f5xc-aws-ce-test-60 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-f5xc-aws-ce-test-93 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-f5xc-sn-mnic-vmware-le-01 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-f5xc-vmware-site ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-aws-tgw-site-pg-pan-tgw ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-f5xc-sn-snic-az-le-01 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-aws-tgw-site-pg-pan-tgw1 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-pg-seg-site-red ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-pg-seg-site-blue ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-ce-on-rseries-play-prod-8 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-f5xc-aws-ce-test-61 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-ce-on-rseries-sh ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-mw-azure ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-gfdgsdgdgsdf ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-f5xc-vmware-site-v2 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-mw-think1 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-mw-gcp ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-pg-azure-1a1 ...
2025-06-04 18:42:13 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-pg-aws-v2a ...
2025-06-04 18:42:14 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-pg-kvm-1a ...
2025-06-04 18:42:14 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-r5-test ...
2025-06-04 18:42:14 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-pg-kvm-single ...
2025-06-04 18:42:14 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-sri-test-re-rseries-prod-2 ...
2025-06-04 18:42:14 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-sri-test-re-rseries-prod-5 ...
2025-06-04 18:42:14 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-test-ce-rseries ...
2025-06-04 18:42:14 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-sri-test-re-rseries-prod-4 ...
2025-06-04 18:42:14 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-voltstack-site-pg-appstack-single-template ...
2025-06-04 18:42:14 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-voltstack-site-llm-poc-prod-2 ...
2025-06-04 18:42:14 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-voltstack-site-pg-appstack-template ...
2025-06-04 18:42:14 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-voltstack-site-sb-infra-lab-v5 ...
2025-06-04 18:42:14 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-voltstack-site-sb-r650-gpu ...
2025-06-04 18:42:14 - INFO - Loading processor <smg>...
2025-06-04 18:42:14 - INFO - Prepare site mesh group query...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ms-jf-c5n4xl-july19-single-node-ce-mesh-group ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ms-jf-c5n4xl-july19-single-node-ce-mesh-group ...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ce5-mesh-group ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ce5-mesh-group ...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ce-mesh-group ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ce-mesh-group ...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ms-perf-staging-jan10-single-1-mesh-group ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ms-perf-staging-jan10-single-1-mesh-group ...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/gcp-ms-jf-oct15 ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/gcp-ms-jf-oct15 ...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/mw-site-group ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/mw-site-group ...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/mwprod-k0s-smg ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/mwprod-k0s-smg ...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/rr-perf-test-mesh-group ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/rr-perf-test-mesh-group ...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/perf-l-cl-mesh ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/perf-l-cl-mesh ...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/pg-vsite-smg ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/pg-vsite-smg ...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/test123 ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/test123 ...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/scb-site-mesh ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/scb-site-mesh ...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/tgw-sm ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/tgw-sm ...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/tgw-sm-2 ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/tgw-sm-2 ...
2025-06-04 18:42:14 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/site-mesh-group-full ...
2025-06-04 18:42:14 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/site-mesh-group-full ...
2025-06-04 18:42:14 - INFO - Prepare virtual site query...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/gcp-ms-perf-label ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/gcp-ms-perf-label ...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ms-perf-staging-jan10-single-1-vs ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ms-perf-staging-jan10-single-1-vs ...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ce5-vs ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ce5-vs ...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ms-jf-c5n4xl-july19-single-node-ce-vs ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ms-jf-c5n4xl-july19-single-node-ce-vs ...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/pg-visite-smg ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/pg-visite-smg ...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/mw-site-group ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/mw-site-group ...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/rr-perf-test-vs ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/rr-perf-test-vs ...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/mwprod-k0s-vsite ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/mwprod-k0s-vsite ...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/perf-l-cl ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/perf-l-cl ...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ce-vs ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ce-vs ...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/test123 ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/test123 ...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/site-mesh-group ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/site-mesh-group ...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/madhukar-s2s-2 ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/madhukar-s2s-2 ...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/madhukar-s2s-1 ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/madhukar-s2s-1 ...
2025-06-04 18:42:14 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/site-mesh-group-full-mesh ...
2025-06-04 18:42:14 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/site-mesh-group-full-mesh ...
2025-06-04 18:42:14 - INFO - Loading processor <cloudconnect>...
2025-06-04 18:42:14 - INFO - process cloud connect objects get all cloud connect objects from https://playground.console.ves.volterra.io/api/config/namespaces/system/cloud_connects
2025-06-04 18:42:14 - INFO - Prepare cloud connector details query...
2025-06-04 18:42:14 - INFO - Loading processor <segment>...
2025-06-04 18:42:14 - INFO - process segments get all cloud connect objects from https://playground.console.ves.volterra.io/api/config/namespaces/system/segments
2025-06-04 18:42:14 - INFO - Prepare segment details query...
2025-06-04 18:42:14 - INFO - process segment details get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/segments/red-segment ...
2025-06-04 18:42:14 - INFO - process segment details got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/segments/red-segment ...
2025-06-04 18:42:14 - INFO - process segment details get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/segments/blue-segment ...
2025-06-04 18:42:14 - INFO - process segment details got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/segments/blue-segment ...
2025-06-04 18:42:14 - INFO - 1 site and 0 virtual site written to ./get-sites-ns-migration.json
2025-06-04 18:42:14 - INFO - Query time: 3 seconds with 10 workers
2025-06-04 18:42:14 - INFO - Application get-sites.py finished
Output of the migration utility for new SMSv2 site:
cat get-sites-ns-migration.json
{
"site": {
"f5xc-vmware-site": {
"kind": "securemesh_site",
"main_node_count": 1,
"metadata": {
"name": "f5xc-vmware-site",
"namespace": "system",
"labels": {
"domain": "",
"host-os-version": "rhel-9-2023-29",
"hw-model": "vmware-virtual-platform",
"hw-serial-number": "vmware-42-36-dd-4c-d4-cc-10-f8-dd-1b-4e-92-e3-19-ae-43",
"hw-vendor": "vmware-inc",
"hw-version": "none",
"ves.io/provider": "ves-io-VMWARE",
"ves.io/siteType": "ves-io-ce"
},
"annotations": {},
"description": "",
"disable": false
},
"spec": {
"site_type": "CUSTOMER_EDGE",
"address": "",
"coordinates": {
"latitude": 0,
"longitude": 0
},
"volterra_software_version": "crt-20240326-2726",
"site_subtype": "NO_SUBTYPE",
"connected_re": [
{
"kind": "site",
"uid": "f79b24e6-733e-4e98-b900-9972bbc901fb",
"tenant": "ves-io",
"namespace": "system",
"name": "wes-sea"
},
{
"kind": "site",
"uid": "f63d75b7-5b8e-400a-952e-86dabaecde77",
"tenant": "ves-io",
"namespace": "system",
"name": "sv10-sjc"
}
],
"connected_re_for_config": [
{
"kind": "site",
"uid": "f63d75b7-5b8e-400a-952e-86dabaecde77",
"tenant": "ves-io",
"namespace": "system",
"name": "sv10-sjc"
}
],
"inside_vip": "",
"inside_vip_v6": "",
"outside_vip": "",
"outside_vip_v6": "",
"vip_selection": "VIP_SELECTION_IPV4_IPV6",
"vip_params_per_az": [],
"vip_vrrp_mode": "VIP_VRRP_INVALID",
"site_to_site_network_type": "VIRTUAL_NETWORK_SITE_LOCAL",
"site_to_site_tunnel_ip": "",
"volterra_software_overide": "SITE_SOFTWARE_OVERRIDE_NEWER",
"bgp_router_id": "",
"bgp_peer_address": "",
"bgp_peer_address_v6": "",
"inside_nameserver": "",
"outside_nameserver": "",
"inside_nameserver_v6": "",
"outside_nameserver_v6": "",
"desired_pool_count": 0,
"tunnel_type": "SITE_TO_SITE_TUNNEL_IPSEC_OR_SSL",
"operating_system_version": "9.2023.29",
"site_state": "ONLINE",
"tunnel_dead_timeout": 0,
"region": "",
"ce_site_mode": "CE_SITE_MODE_INGRESS_EGRESS_GW",
"local_k8s_access_enabled": false,
"default_underlay_network": null,
"local_access_k8s_enabled": false,
"global_access_k8s_enabled": false,
"vm_enabled": false,
"site_to_site_ipsec_connectivity": [
{
"destination": [
"10.21.40.15"
],
"port": 0
}
],
"ipsec_ssl_nodes_fqdn": [],
"main_nodes": [
{
"name": "master-0",
"slo_address": "10.21.40.15",
"sli_address": ""
}
],
"multus_enabled": true,
"private_connectivity": null,
"re_select": null,
"admin_user_credentials": null,
"proactive_monitoring": null
},
"sms": {
"metadata": {
"name": "f5xc-vmware-site",
"namespace": "system",
"labels": {
"domain": "",
"host-os-version": "rhel-9-2023-29",
"hw-model": "vmware-virtual-platform",
"hw-serial-number": "vmware-42-36-dd-4c-d4-cc-10-f8-dd-1b-4e-92-e3-19-ae-43",
"hw-vendor": "vmware-inc",
"hw-version": "none",
"ves.io/provider": "ves-io-VMWARE",
"ves.io/siteType": "ves-io-ce"
},
"annotations": {},
"description": "",
"disable": false
},
"spec": {
"volterra_certified_hw": "vmware-regular-nic-voltmesh",
"master_node_configuration": [
{
"name": "master-0",
"public_ip": ""
}
],
"worker_nodes": [],
"volterra_software_version": "crt-20240326-2726",
"operating_system_version": "9.2023.29",
"no_bond_devices": {},
"default_network_config": {},
"address": "",
"coordinates": {
"latitude": 0,
"longitude": 0
},
"logs_streaming_disabled": {},
"site_state": "ONLINE",
"default_blocked_services": {},
"offline_survivability_mode": {
"no_offline_survivability_mode": {}
},
"performance_enhancement_mode": {
"perf_mode_l7_enhanced": {}
},
"kubernetes_upgrade_drain": null
}
},
"sub_kind": null,
"worker_node_count": 0,
"nodes": {
"node0": {
"hostname": "master-0",
"hw_info": {
"os": {
"name": "Red Hat Enterprise Linux 9.2023.29.2 (Plow)",
"vendor": "rhel",
"version": "9.2023.29",
"release": "8.9",
"architecture": "amd64"
},
"product": {
"name": "VMware Virtual Platform",
"vendor": "VMware, Inc.",
"version": "None",
"serial": "VMware-42 36 dd 4c d4 cc 10 f8-dd 1b 4e 92 e3 19 ae 43"
},
"board": {
"name": "440BX Desktop Reference Platform",
"vendor": "Intel Corporation",
"version": "None",
"serial": "None",
"asset_tag": ""
},
"chassis": {
"type": 1,
"vendor": "No Enclosure",
"version": "N/A",
"serial": "None",
"asset_tag": "No Asset Tag"
},
"bios": {
"vendor": "Phoenix Technologies LTD",
"version": "6.00",
"date": "11/12/2020"
},
"cpu": {
"vendor": "GenuineIntel",
"model": "Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz",
"speed": 2400,
"cache": 16896,
"cpus": 4,
"cores": 4,
"threads": 4,
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon nopl xtopology tsc_reliable nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512vl xsaveopt xsavec xsaves arat pku ospke md_clear flush_l1d arch_capabilities"
},
"memory": {
"type": "DRAM",
"speed": 0,
"size_mb": 16384
},
"storage": [
{
"name": "sda",
"driver": "sd",
"vendor": "VMware",
"model": "Virtual disk",
"serial": "",
"size_gb": 42
}
],
"network": [],
"kernel": {
"release": "5.14.0-284.30.1.el9_2.x86_64",
"version": "#1 SMP PREEMPT_DYNAMIC Fri Aug 25 09:13:12 EDT 2023",
"architecture": "x86_64"
},
"usb": [],
"gpu": null,
"numa_nodes": 0
}
}
},
"namespaces": {
"migration": {
"loadbalancer": {
"http": {
"pg-lb1": {
"spec": {
"domains": [
"example.com"
],
"http": {
"dns_volterra_managed": false,
"port": 80
},
"downstream_tls_certificate_expiration_timestamps": [],
"advertise_custom": {
"advertise_where": [
{
"site": {
"network": "SITE_NETWORK_INSIDE_AND_OUTSIDE",
"site": {
"tenant": "playground-urxgwtyy",
"namespace": "system",
"name": "f5xc-vmware-site"
},
"ip": "",
"ipv6": ""
},
"use_default_port": {}
}
]
},
"default_route_pools": [
{
"pool": {
"tenant": "playground-urxgwtyy",
"namespace": "migration",
"name": "pg-origin1"
},
"weight": 1,
"priority": 1,
"endpoint_subsets": {}
}
],
"origin_server_subset_rule_list": null,
"routes": [],
"cors_policy": null,
"disable_waf": {},
"add_location": true,
"no_challenge": {},
"more_option": null,
"user_id_client_ip": {},
"api_rate_limit_legacy": null,
"disable_rate_limit": {},
"malicious_user_mitigation": null,
"waf_exclusion_rules": [],
"data_guard_rules": [],
"blocked_clients": [],
"trusted_clients": [],
"api_protection_rules": null,
"ddos_mitigation_rules": [],
"service_policies_from_namespace": {},
"round_robin": {},
"disable_trust_client_ip_headers": {},
"disable_malicious_user_detection": {},
"disable_api_discovery": {},
"disable_bot_defense": {},
"default_sensitive_data_policy": {},
"disable_api_definition": {},
"disable_ip_reputation": {},
"disable_client_side_defense": {},
"csrf_policy": null,
"graphql_rules": [],
"protected_cookies": [],
"host_name": "",
"dns_info": [],
"state": "VIRTUAL_HOST_READY",
"auto_cert_info": {
"auto_cert_state": "AutoCertNotApplicable",
"auto_cert_expiry": null,
"auto_cert_subject": "",
"auto_cert_issuer": "",
"dns_records": [],
"state_start_time": null
},
"internet_vip_info": [],
"system_default_timeouts": {},
"jwt_validation": null,
"disable_threat_mesh": {},
"l7_ddos_action_default": {},
"cert_state": "AutoCertNotApplicable",
"sensitive_data_disclosure_rules": null,
"disable_malware_protection": {}
},
"metadata": {
"name": "pg-lb1",
"namespace": "migration",
"labels": {},
"annotations": {},
"description": "",
"disable": false
},
"system_metadata": {
"uid": "2f8aedf8-202e-4c1c-8e3f-a43fab21dcf6",
"creation_timestamp": "2025-06-04T18:41:45.121077469Z",
"deletion_timestamp": null,
"modification_timestamp": null,
"initializers": null,
"finalizers": [],
"tenant": "playground-urxgwtyy",
"creator_class": "prism",
"creator_id": "p.grygiel@ves.io",
"object_index": 0,
"owner_view": null,
"labels": {}
}
}
}
},
"origin_pools": {
"pg-origin1": {
"spec": {
"origin_servers": [
{
"private_ip": {
"ip": "10.1.1.100",
"site_locator": {
"site": {
"tenant": "playground-urxgwtyy",
"namespace": "system",
"name": "f5xc-vmware-site"
}
},
"inside_network": {},
"snat_pool": {}
},
"labels": {}
},
{
"private_ip": {
"ip": "10.1.1.101",
"site_locator": {
"site": {
"tenant": "playground-urxgwtyy",
"namespace": "system",
"name": "f5xc-vmware-site"
}
},
"inside_network": {},
"snat_pool": {}
},
"labels": {}
}
],
"no_tls": {},
"port": 80,
"same_as_endpoint_port": {},
"healthcheck": [],
"loadbalancer_algorithm": "LB_OVERRIDE",
"endpoint_selection": "LOCAL_PREFERRED",
"advanced_options": null,
"upstream_conn_pool_reuse_type": {
"enable_conn_pool_reuse": {}
}
},
"metadata": {
"name": "pg-origin1",
"namespace": "migration",
"labels": {},
"annotations": {},
"description": "",
"disable": false
},
"system_metadata": {
"uid": "bf5583d9-94e3-4bbb-a23a-88a17edd491d",
"creation_timestamp": "2025-01-16T11:43:00.588929962Z",
"deletion_timestamp": null,
"modification_timestamp": "2025-06-04T18:41:20.808331678Z",
"initializers": null,
"finalizers": [],
"tenant": "playground-urxgwtyy",
"creator_class": "prism",
"creator_id": "p.grygiel@ves.io",
"object_index": 0,
"owner_view": null,
"labels": {}
}
}
}
}
},
"bgp": {
"ves-io-bgp-ves-io-securemesh-site-f5xc-vmware-site": {
"spec": {
"where": {
"site": {
"ref": [
{
"kind": "site",
"uid": "",
"tenant": "playground-urxgwtyy",
"namespace": "system",
"name": "f5xc-vmware-site"
}
],
"network_type": "VIRTUAL_NETWORK_SITE_LOCAL",
"disable_internet_vip": {},
"refs": []
}
},
"bgp_parameters": {
"asn": 64513,
"local_address": {},
"bgp_router_id_type": "BGP_ROUTER_ID_FROM_INTERFACE",
"bgp_router_id": null,
"bgp_router_id_key": ""
},
"peers": [
{
"metadata": {
"name": "ves-io-phobos1",
"description": "Auto-configured iBGP peer representing phobos1",
"disable": false
},
"internal": {
"dns_name": "phobos1",
"port": 65378,
"family_inetvpn": {
"enable": {
"disable": {}
}
},
"family_inet6vpn": {
"enable": {}
},
"family_uuidvpn": null,
"family_rtarget": {
"enable": {}
},
"enable_mtls": {}
},
"passive_mode_disabled": {},
"target_service": "phobos"
}
]
},
"metadata": {
"name": "ves-io-bgp-ves-io-securemesh-site-f5xc-vmware-site",
"namespace": "system",
"labels": {},
"annotations": {},
"description": "",
"disable": false
},
"system_metadata": {
"uid": "3358eb62-0c56-4bbe-bb11-4a7f5f555b77",
"creation_timestamp": "2024-03-28T20:40:39.264513539Z",
"deletion_timestamp": null,
"modification_timestamp": "2025-04-30T18:18:29.917002776Z",
"initializers": null,
"finalizers": [],
"tenant": "playground-urxgwtyy",
"creator_class": "akar",
"creator_id": "",
"object_index": 0,
"owner_view": {
"kind": "fleet",
"uid": "e9936988-a796-4e34-941d-dd9868e79c81",
"namespace": "system",
"name": "ves-io-securemesh-site-f5xc-vmware-site"
},
"labels": {
"ves.io/child-object": "true"
}
}
}
},
"vsites": [],
"smg": {}
}
},
"virtual_site": {},
"namespaces": [
"migration"
],
"failed": {}
Convert the output to CSV:
#./get-sites.py -f ./get-sites-ns-migration.json --build-inventory --inventory-file-csv inventory.csv --log-stdout
2025-06-04 18:45:47 - INFO - Application get-sites.py started...
2025-06-04 18:45:47 - INFO - API URL: https://playground.console.ves.volterra.io/api -- Processing Namespace: ALL
2025-06-04 18:45:48 - INFO - Processing 21 available namespaces
2025-06-04 18:45:48 - INFO - build_inventory started...
2025-06-04 18:45:48 - INFO - 1 site and 0 virtual site read from ./get-sites-ns-migration.json
2025-06-04 18:45:48 - INFO - build_inventory -> Done
2025-06-04 18:45:48 - INFO - wrote 776 bytes to file inventory.csv
2025-06-04 18:45:48 - INFO - Application get-sites.py finished
View the inventory CSV in excel:

Figure: View the Inventory CSV in Excel
Step 2: Create a new Secure Mesh v2 site.
Looking at the infrastructure resources from the get-sites-ns-migration.json
we got from Step 1, create a new Secure Mesh v2 site having identical resources as the legacy CE site (f5xc-vmware-site
) in this example.
For example, we have created a SMSv2 site in VMware f5xc-vmware-site-v2
using steps provided in here.
Step 3: Move configuration objects to the new Secure Mesh v2 site.
Here you manually migrate HTTP LB pg-lb1 from f5xc-vmware-site
to SMSv2 f5xc-vmware-site-v2
.
The following images show the state after migration.
LB Configuration:

Figure: LB Configuration after Migration
Origin Pool Configuration:
Here you manually migrate the Origin pool pg-origin1 from f5xc-vmware-site
to SMSv2 f5xc-vmware-site-v2
.

Figure: Origin Pool Configuration after Migration
Once you manually migrate the objects to the new site, use the migration utility to get inventory of objects on new Secure Mesh v2 site.
Run the migration utility on new SMSv2 site:
# ./get-sites.py -f ./get-sites-ns-migration-after.json -s f5xc-vmware-site-v2 -n migration -q --log-stdout
2025-06-04 18:50:15 - INFO - Application get-sites.py started...
2025-06-04 18:50:15 - INFO - API URL: https://playground.console.ves.volterra.io/api -- Processing Namespace: migration
2025-06-04 18:50:16 - INFO - Loading processor <site>...
2025-06-04 18:50:16 - INFO - process sites get all sites from https://playground.console.ves.volterra.io/api/config/namespaces/system/sites
2025-06-04 18:50:16 - INFO - Prepare general site details query...
2025-06-04 18:50:16 - INFO - process general site details get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/sites/f5xc-vmware-site-v2 ...
2025-06-04 18:50:16 - INFO - process general site details got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/sites/f5xc-vmware-site-v2 ...
2025-06-04 18:50:16 - INFO - Prepare site details query...
2025-06-04 18:50:16 - INFO - process site details get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/securemesh_site_v2s/f5xc-vmware-site-v2 ...
2025-06-04 18:50:16 - INFO - process site details got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/securemesh_site_v2s/f5xc-vmware-site-v2 ...
2025-06-04 18:50:16 - INFO - Prepare dc cluster group slo details query...
2025-06-04 18:50:16 - INFO - process dc cluster group slo details get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/dc_cluster_groups/pg-dccg ...
2025-06-04 18:50:16 - INFO - process dc cluster group slo details got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/dc_cluster_groups/pg-dccg ...
2025-06-04 18:50:16 - INFO - Process node interfaces...
2025-06-04 18:50:16 - INFO - Prepare site hardware info query...
2025-06-04 18:50:16 - INFO - process site hardware info get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/sites/f5xc-vmware-site-v2 ...
2025-06-04 18:50:16 - INFO - process site hardware info got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/sites/f5xc-vmware-site-v2 ...
2025-06-04 18:50:16 - INFO - Loading processor <vs>...
2025-06-04 18:50:16 - INFO - process virtual sites get all virtual sites from https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites
2025-06-04 18:50:16 - INFO - Loading processor <lb>...
2025-06-04 18:50:16 - INFO - Prepare load balancer query...
2025-06-04 18:50:17 - INFO - process loadbalancer get item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/http_loadbalancers/pg-lb1 ...
2025-06-04 18:50:17 - INFO - process loadbalancer got item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/http_loadbalancers/pg-lb1 ...
2025-06-04 18:50:17 - INFO - process loadbalancer add data: [namespace: migration loadbalancer: pg-lb1 site_type: site site_name: f5xc-vmware-site-v2]
2025-06-04 18:50:17 - INFO - Loading processor <proxy>...
2025-06-04 18:50:17 - INFO - Prepare proxies query query...
2025-06-04 18:50:17 - INFO - process proxies query get item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/proxys ...
2025-06-04 18:50:17 - INFO - process proxies query got item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/proxys ...
2025-06-04 18:50:17 - INFO - Loading processor <originpool>...
2025-06-04 18:50:17 - INFO - Prepare origin pools query...
2025-06-04 18:50:17 - INFO - process origin pools get item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/origin_pools ...
2025-06-04 18:50:17 - INFO - process origin pools got item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/origin_pools ...
2025-06-04 18:50:17 - INFO - process origin pools get item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/origin_pools/pg-origin1 ...
2025-06-04 18:50:17 - INFO - process origin pools got item: https://playground.console.ves.volterra.io/api/config/namespaces/migration/origin_pools/pg-origin1 ...
2025-06-04 18:50:17 - INFO - process origin pools add data: [namespace: migration origin pool: pg-origin1 site_type: site site_name: f5xc-vmware-site-v2]
2025-06-04 18:50:17 - INFO - Loading processor <bgp>...
2025-06-04 18:50:17 - INFO - process bpg get all bgp objects from https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps
2025-06-04 18:50:17 - INFO - Prepare bgp query...
2025-06-04 18:50:17 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-aws-tgw-site-pg-bigip-test7-tgw ...
2025-06-04 18:50:17 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/g-home-vmx ...
2025-06-04 18:50:17 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-aws-tgw-site-astral-tgw-ext-svc-1 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-aws-vpc-site-ce-2 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-aws-vpc-site-ck-01 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-azure-vnet-site-ck-test-40 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-aws-tgw-site-pg-bigip-tgw1 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-aws-tgw-site-astral-tgw-ext-svc-1 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-aws-tgw-site-pg-pan-tgw1 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-gcp-vpc-site-ms-test-gcp-jf-ce-1 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-aws-tgw-site-pg-pan-tgw1 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-aws-tgw-site-pg-pan-tgw ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-ce-cluster-rseries-1 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-gcp-vpc-site-ck-test-01 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-aws-tgw-site-pg-pan-tgw ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-aws-vpc-site-ce-1 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-ce-on-f5-rseries ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-f5xc-aws-ce-test-60 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-f5xc-aws-ce-test-93 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-f5xc-sn-snic-az-le-01 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-f5xc-sn-mnic-vmware-le-01 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-f5xc-vmware-site ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-pg-seg-site-red ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-pg-seg-site-blue ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-ce-on-rseries-play-prod-8 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-ce-on-rseries-sh ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-f5xc-aws-ce-test-61 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-gfdgsdgdgsdf ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-mw-azure ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-f5xc-vmware-site-v2 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-pg-aws-v2a ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-mw-think1 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-mw-gcp ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-pg-azure-1a1 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-pg-kvm-1a ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-pg-kvm-single ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-r5-test ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-sri-test-re-rseries-prod-5 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-sri-test-re-rseries-prod-2 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-sri-test-re-rseries-prod-4 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-voltstack-site-llm-poc-prod-2 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-voltstack-site-pg-appstack-single-template ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-securemesh-site-v2-test-ce-rseries ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-voltstack-site-pg-appstack-template ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-voltstack-site-sb-infra-lab-v5 ...
2025-06-04 18:50:18 - INFO - process bgp got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/bgps/ves-io-bgp-ves-io-voltstack-site-sb-r650-gpu ...
2025-06-04 18:50:18 - INFO - Loading processor <smg>...
2025-06-04 18:50:18 - INFO - Prepare site mesh group query...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/gcp-ms-jf-oct15 ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/gcp-ms-jf-oct15 ...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ms-jf-c5n4xl-july19-single-node-ce-mesh-group ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ms-jf-c5n4xl-july19-single-node-ce-mesh-group ...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ce-mesh-group ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ce-mesh-group ...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ce5-mesh-group ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ce5-mesh-group ...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ms-perf-staging-jan10-single-1-mesh-group ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/ms-perf-staging-jan10-single-1-mesh-group ...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/pg-vsite-smg ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/pg-vsite-smg ...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/mw-site-group ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/mw-site-group ...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/rr-perf-test-mesh-group ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/rr-perf-test-mesh-group ...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/perf-l-cl-mesh ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/perf-l-cl-mesh ...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/mwprod-k0s-smg ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/mwprod-k0s-smg ...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/scb-site-mesh ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/scb-site-mesh ...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/tgw-sm ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/tgw-sm ...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/site-mesh-group-full ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/site-mesh-group-full ...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/test123 ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/test123 ...
2025-06-04 18:50:18 - INFO - process site mesh group get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/tgw-sm-2 ...
2025-06-04 18:50:18 - INFO - process site mesh group got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/site_mesh_groups/tgw-sm-2 ...
2025-06-04 18:50:18 - INFO - Prepare virtual site query...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ms-jf-c5n4xl-july19-single-node-ce-vs ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ms-jf-c5n4xl-july19-single-node-ce-vs ...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ms-perf-staging-jan10-single-1-vs ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ms-perf-staging-jan10-single-1-vs ...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ce-vs ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ce-vs ...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ce5-vs ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/ce5-vs ...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/rr-perf-test-vs ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/rr-perf-test-vs ...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/pg-visite-smg ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/pg-visite-smg ...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/perf-l-cl ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/perf-l-cl ...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/gcp-ms-perf-label ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/gcp-ms-perf-label ...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/mwprod-k0s-vsite ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/mwprod-k0s-vsite ...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/mw-site-group ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/mw-site-group ...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/site-mesh-group-full-mesh ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/site-mesh-group-full-mesh ...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/site-mesh-group ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/site-mesh-group ...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/madhukar-s2s-2 ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/madhukar-s2s-2 ...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/test123 ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/test123 ...
2025-06-04 18:50:19 - INFO - process virtual site get item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/madhukar-s2s-1 ...
2025-06-04 18:50:19 - INFO - process virtual site got item: https://playground.console.ves.volterra.io/api/config/namespaces/shared/virtual_sites/madhukar-s2s-1 ...
2025-06-04 18:50:19 - INFO - Loading processor <cloudconnect>...
2025-06-04 18:50:19 - INFO - process cloud connect objects get all cloud connect objects from https://playground.console.ves.volterra.io/api/config/namespaces/system/cloud_connects
2025-06-04 18:50:19 - INFO - Prepare cloud connector details query...
2025-06-04 18:50:19 - INFO - Loading processor <segment>...
2025-06-04 18:50:19 - INFO - process segments get all cloud connect objects from https://playground.console.ves.volterra.io/api/config/namespaces/system/segments
2025-06-04 18:50:19 - INFO - Prepare segment details query...
2025-06-04 18:50:19 - INFO - process segment details get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/segments/red-segment ...
2025-06-04 18:50:19 - INFO - process segment details got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/segments/red-segment ...
2025-06-04 18:50:19 - INFO - process segment details get item: https://playground.console.ves.volterra.io/api/config/namespaces/system/segments/blue-segment ...
2025-06-04 18:50:19 - INFO - process segment details got item: https://playground.console.ves.volterra.io/api/config/namespaces/system/segments/blue-segment ...
2025-06-04 18:50:19 - INFO - 1 site and 0 virtual site written to ./get-sites-ns-migration-after.json
2025-06-04 18:50:19 - INFO - Query time: 3 seconds with 10 workers
2025-06-04 18:50:19 - INFO - Application get-sites.py finished
Output of the migration utility:
# cat get-sites-ns-migration-after.json
{
"site": {
"f5xc-vmware-site-v2": {
"kind": "securemesh_site_v2",
"main_node_count": 1,
"metadata": {
"name": "f5xc-vmware-site-v2",
"namespace": "system",
"labels": {
"domain": "",
"host-os-version": "rhel-9-2024-40",
"hw-model": "vmware-virtual-platform",
"hw-serial-number": "vmware-42-24-d2-dc-5b-57-71-20-bc-05-31-8a-1b-5f-a0-ba",
"hw-vendor": "vmware-inc",
"hw-version": "none",
"ves.io/provider": "ves-io-VMWARE",
"ves.io/siteType": "ves-io-ce"
},
"annotations": {},
"description": "",
"disable": false
},
"spec": {
"site_type": "CUSTOMER_EDGE",
"address": "",
"coordinates": {
"latitude": 37.18,
"longitude": -121.75
},
"volterra_software_version": "crt-20250110-3090",
"site_subtype": "NO_SUBTYPE",
"connected_re": [
{
"kind": "site",
"uid": "f63d75b7-5b8e-400a-952e-86dabaecde77",
"tenant": "ves-io",
"namespace": "system",
"name": "sv10-sjc"
},
{
"kind": "site",
"uid": "f79b24e6-733e-4e98-b900-9972bbc901fb",
"tenant": "ves-io",
"namespace": "system",
"name": "wes-sea"
}
],
"connected_re_for_config": [
{
"kind": "site",
"uid": "f79b24e6-733e-4e98-b900-9972bbc901fb",
"tenant": "ves-io",
"namespace": "system",
"name": "wes-sea"
}
],
"inside_vip": "",
"inside_vip_v6": "",
"outside_vip": "",
"outside_vip_v6": "",
"vip_selection": "VIP_SELECTION_IPV4_IPV6",
"vip_params_per_az": [],
"vip_vrrp_mode": "VIP_VRRP_DISABLE",
"site_to_site_network_type": "VIRTUAL_NETWORK_SITE_LOCAL",
"site_to_site_tunnel_ip": "",
"volterra_software_overide": "SITE_SOFTWARE_OVERRIDE_NEWER",
"bgp_router_id": "",
"bgp_peer_address": "",
"bgp_peer_address_v6": "",
"inside_nameserver": "",
"outside_nameserver": "",
"inside_nameserver_v6": "",
"outside_nameserver_v6": "",
"desired_pool_count": 0,
"tunnel_type": "SITE_TO_SITE_TUNNEL_IPSEC_OR_SSL",
"operating_system_version": "9.2024.40",
"site_state": "ONLINE",
"tunnel_dead_timeout": 0,
"region": "",
"ce_site_mode": "CE_SITE_MODE_INGRESS_EGRESS_GW",
"local_k8s_access_enabled": false,
"default_underlay_network": null,
"local_access_k8s_enabled": false,
"global_access_k8s_enabled": false,
"vm_enabled": false,
"site_to_site_ipsec_connectivity": [],
"ipsec_ssl_nodes_fqdn": [],
"main_nodes": [
{
"name": "f5xc-vmware-site-v2",
"slo_address": "10.251.0.70",
"sli_address": ""
}
],
"multus_enabled": true,
"private_connectivity": null,
"re_select": null,
"admin_user_credentials": null,
"proactive_monitoring": {
"proactive_monitoring_enable": {}
}
},
"sms": {
"metadata": {
"annotations": {},
"description": "",
"disable": false,
"labels": {
"domain": "",
"host-os-version": "rhel-9-2024-40",
"hw-model": "vmware-virtual-platform",
"hw-serial-number": "vmware-42-24-d2-dc-5b-57-71-20-bc-05-31-8a-1b-5f-a0-ba",
"hw-vendor": "vmware-inc",
"hw-version": "none",
"ves.io/provider": "ves-io-VMWARE",
"ves.io/siteType": "ves-io-ce"
},
"name": "f5xc-vmware-site-v2",
"namespace": "system"
},
"spec": {
"admin_user_credentials": null,
"block_all_services": {},
"dc_cluster_group_slo": {
"name": "pg-dccg",
"namespace": "system",
"tenant": "playground-urxgwtyy"
},
"disable_ha": {},
"dns_ntp_config": {
"f5_dns_default": {},
"f5_ntp_default": {}
},
"f5_proxy": {},
"load_balancing": {
"vip_vrrp_mode": "VIP_VRRP_DISABLE"
},
"local_vrf": {
"default_config": {},
"default_sli_config": {}
},
"logs_streaming_disabled": {},
"no_forward_proxy": {},
"no_network_policy": {},
"no_s2s_connectivity_sli": {},
"offline_survivability_mode": {
"no_offline_survivability_mode": {}
},
"operating_system_version": "9.2024.40",
"performance_enhancement_mode": {
"perf_mode_l7_enhanced": {}
},
"proactive_monitoring": {
"proactive_monitoring_enable": {}
},
"re_select": {
"geo_proximity": {}
},
"site_state": "ONLINE",
"software_settings": {
"os": {
"default_os_version": {}
},
"sw": {
"default_sw_version": {}
}
},
"tunnel_dead_timeout": 0,
"tunnel_type": "SITE_TO_SITE_TUNNEL_IPSEC_OR_SSL",
"upgrade_settings": {
"kubernetes_upgrade_drain": {
"enable_upgrade_drain": {
"disable_vega_upgrade_mode": {},
"drain_max_unavailable_node_count": 1,
"drain_node_timeout": 300
}
}
},
"vmware": {
"not_managed": {
"node_list": [
{
"hostname": "f5xc-vmware-site-v2",
"interface_list": [
{
"description": "",
"dhcp_client": {},
"ethernet_interface": {
"device": "ens192",
"mac": "00:50:56:a4:8c:de"
},
"is_management": false,
"is_primary": false,
"labels": {},
"mtu": 0,
"name": "ens192",
"network_option": {
"site_local_network": {}
},
"priority": 0
},
{
"description": "",
"dhcp_client": {},
"ethernet_interface": {
"device": "ens224",
"mac": "00:50:56:a4:c5:e2"
},
"is_management": false,
"is_primary": false,
"labels": {},
"mtu": 0,
"name": "ens224",
"network_option": {
"site_local_inside_network": {}
},
"priority": 0
}
],
"public_ip": "",
"type": "Control"
}
]
}
},
"volterra_software_version": "crt-20250110-3090"
}
},
"sub_kind": null,
"dc_cluster_group": {
"pg-dccg": {
"slo": {
"metadata": {
"name": "pg-dccg",
"namespace": "system",
"labels": {},
"annotations": {},
"description": "",
"disable": false
},
"spec": {
"type": null
}
}
}
},
"nodes": {
"node0": {
"hostname": "f5xc-vmware-site-v2",
"hw_info": {
"os": {
"name": "Red Hat Enterprise Linux 9.2024.40.4 (Plow)",
"vendor": "rhel",
"version": "9.2024.40",
"release": "9.5",
"architecture": "amd64"
},
"product": {
"name": "VMware Virtual Platform",
"vendor": "VMware, Inc.",
"version": "None",
"serial": "VMware-42 24 f2 c9 49 19 f1 f5-2e 9c 38 53 bc 43 e6 86"
},
"board": {
"name": "440BX Desktop Reference Platform",
"vendor": "Intel Corporation",
"version": "None",
"serial": "None",
"asset_tag": ""
},
"chassis": {
"type": 1,
"vendor": "No Enclosure",
"version": "N/A",
"serial": "None",
"asset_tag": "No Asset Tag"
},
"bios": {
"vendor": "Phoenix Technologies LTD",
"version": "6.00",
"date": "12/09/2019"
},
"cpu": {
"vendor": "GenuineIntel",
"model": "Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz",
"speed": 2200,
"cache": 14080,
"cpus": 4,
"cores": 4,
"threads": 4,
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon nopl xtopology tsc_reliable nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault pti ssbd ibrs ibpb stibp fsgsbase tsc_adjust bmi1 smep bmi2 invpcid rdseed adx smap clflushopt clwb arat md_clear flush_l1d arch_capabilities"
},
"memory": {
"type": "DRAM",
"speed": 0,
"size_mb": 16384
},
"storage": [
{
"name": "sda",
"driver": "sd",
"vendor": "VMware",
"model": "Virtual disk",
"serial": "",
"size_gb": 83
}
],
"network": [
{
"name": "ens192",
"driver": "vmxnet3",
"ip_address": [],
"mac_address": "00:50:56:a4:8c:de",
"port": "",
"speed": 0,
"link_quality": "QUALITY_UNKNOWN",
"link_type": "LINK_TYPE_UNKNOWN"
},
{
"name": "ens224",
"driver": "vmxnet3",
"ip_address": [],
"mac_address": "00:50:56:a4:c5:e2",
"port": "",
"speed": 0,
"link_quality": "QUALITY_UNKNOWN",
"link_type": "LINK_TYPE_UNKNOWN"
}
],
"kernel": {
"release": "5.14.0-427.37.1.el9_4.x86_64",
"version": "#1 SMP PREEMPT_DYNAMIC Fri Sep 13 12:41:50 EDT 2024",
"architecture": "x86_64"
},
"usb": [],
"gpu": null,
"numa_nodes": 1
}
}
},
"namespaces": {
"migration": {
"loadbalancer": {
"http": {
"pg-lb1": {
"spec": {
"domains": [
"example.com"
],
"http": {
"dns_volterra_managed": false,
"port": 80
},
"downstream_tls_certificate_expiration_timestamps": [],
"advertise_custom": {
"advertise_where": [
{
"site": {
"network": "SITE_NETWORK_INSIDE_AND_OUTSIDE",
"site": {
"tenant": "playground-urxgwtyy",
"namespace": "system",
"name": "f5xc-vmware-site-v2"
},
"ip": "",
"ipv6": ""
},
"use_default_port": {}
}
]
},
"default_route_pools": [
{
"pool": {
"tenant": "playground-urxgwtyy",
"namespace": "migration",
"name": "pg-origin1"
},
"weight": 1,
"priority": 1,
"endpoint_subsets": {}
}
],
"origin_server_subset_rule_list": null,
"routes": [],
"cors_policy": null,
"disable_waf": {},
"add_location": true,
"no_challenge": {},
"more_option": null,
"user_id_client_ip": {},
"api_rate_limit_legacy": null,
"disable_rate_limit": {},
"malicious_user_mitigation": null,
"waf_exclusion_rules": [],
"data_guard_rules": [],
"blocked_clients": [],
"trusted_clients": [],
"api_protection_rules": null,
"ddos_mitigation_rules": [],
"service_policies_from_namespace": {},
"round_robin": {},
"disable_trust_client_ip_headers": {},
"disable_malicious_user_detection": {},
"disable_api_discovery": {},
"disable_bot_defense": {},
"default_sensitive_data_policy": {},
"disable_api_definition": {},
"disable_ip_reputation": {},
"disable_client_side_defense": {},
"csrf_policy": null,
"graphql_rules": [],
"protected_cookies": [],
"host_name": "",
"dns_info": [],
"state": "VIRTUAL_HOST_READY",
"auto_cert_info": {
"auto_cert_state": "AutoCertNotApplicable",
"auto_cert_expiry": null,
"auto_cert_subject": "",
"auto_cert_issuer": "",
"dns_records": [],
"state_start_time": null
},
"internet_vip_info": [],
"system_default_timeouts": {},
"jwt_validation": null,
"disable_threat_mesh": {},
"l7_ddos_action_default": {},
"cert_state": "AutoCertNotApplicable",
"sensitive_data_disclosure_rules": null,
"disable_malware_protection": {}
},
"metadata": {
"name": "pg-lb1",
"namespace": "migration",
"labels": {},
"annotations": {},
"description": "",
"disable": false
},
"system_metadata": {
"uid": "2f8aedf8-202e-4c1c-8e3f-a43fab21dcf6",
"creation_timestamp": "2025-06-04T18:41:45.121077469Z",
"deletion_timestamp": null,
"modification_timestamp": "2025-06-04T18:49:29.127088923Z",
"initializers": null,
"finalizers": [],
"tenant": "playground-urxgwtyy",
"creator_class": "prism",
"creator_id": "p.grygiel@ves.io",
"object_index": 0,
"owner_view": null,
"labels": {}
}
}
}
},
"origin_pools": {
"pg-origin1": {
"spec": {
"origin_servers": [
{
"private_ip": {
"ip": "10.1.1.100",
"site_locator": {
"site": {
"tenant": "playground-urxgwtyy",
"namespace": "system",
"name": "f5xc-vmware-site-v2"
}
},
"inside_network": {},
"snat_pool": {}
},
"labels": {}
},
{
"private_ip": {
"ip": "10.1.1.101",
"site_locator": {
"site": {
"tenant": "playground-urxgwtyy",
"namespace": "system",
"name": "f5xc-vmware-site-v2"
}
},
"inside_network": {},
"snat_pool": {}
},
"labels": {}
}
],
"no_tls": {},
"port": 80,
"same_as_endpoint_port": {},
"healthcheck": [],
"loadbalancer_algorithm": "LB_OVERRIDE",
"endpoint_selection": "LOCAL_PREFERRED",
"advanced_options": null,
"upstream_conn_pool_reuse_type": {
"enable_conn_pool_reuse": {}
}
},
"metadata": {
"name": "pg-origin1",
"namespace": "migration",
"labels": {},
"annotations": {},
"description": "",
"disable": false
},
"system_metadata": {
"uid": "bf5583d9-94e3-4bbb-a23a-88a17edd491d",
"creation_timestamp": "2025-01-16T11:43:00.588929962Z",
"deletion_timestamp": null,
"modification_timestamp": "2025-06-04T18:48:58.035024577Z",
"initializers": null,
"finalizers": [],
"tenant": "playground-urxgwtyy",
"creator_class": "prism",
"creator_id": "p.grygiel@ves.io",
"object_index": 0,
"owner_view": null,
"labels": {}
}
}
}
}
},
"bgp": {
"ves-io-bgp-ves-io-securemesh-site-v2-f5xc-vmware-site-v2": {
"spec": {
"where": {
"site": {
"ref": [
{
"kind": "site",
"uid": "",
"tenant": "playground-urxgwtyy",
"namespace": "system",
"name": "f5xc-vmware-site-v2"
}
],
"network_type": "VIRTUAL_NETWORK_SITE_LOCAL",
"disable_internet_vip": {},
"refs": []
}
},
"bgp_parameters": {
"asn": 64513,
"local_address": {},
"bgp_router_id_type": "BGP_ROUTER_ID_FROM_INTERFACE",
"bgp_router_id": null,
"bgp_router_id_key": ""
},
"peers": [
{
"metadata": {
"name": "ves-io-phobos1",
"description": "Auto-configured iBGP peer representing phobos1",
"disable": false
},
"internal": {
"dns_name": "phobos1",
"port": 65378,
"family_inetvpn": {
"enable": {
"disable": {}
}
},
"family_inet6vpn": {
"enable": {}
},
"family_uuidvpn": null,
"family_rtarget": {
"enable": {}
},
"enable_mtls": {}
},
"passive_mode_disabled": {},
"target_service": "phobos"
}
]
},
"metadata": {
"name": "ves-io-bgp-ves-io-securemesh-site-v2-f5xc-vmware-site-v2",
"namespace": "system",
"labels": {},
"annotations": {},
"description": "",
"disable": false
},
"system_metadata": {
"uid": "28c62ef0-2f63-4928-a79b-aa2a57c98064",
"creation_timestamp": "2025-01-17T07:19:44.230118467Z",
"deletion_timestamp": null,
"modification_timestamp": "2025-05-19T20:13:30.144973258Z",
"initializers": null,
"finalizers": [],
"tenant": "playground-urxgwtyy",
"creator_class": "akar",
"creator_id": "",
"object_index": 0,
"owner_view": {
"kind": "fleet",
"uid": "9c9a8337-3cab-433a-a38f-e37aada61885",
"namespace": "system",
"name": "ves-io-securemesh-site-v2-f5xc-vmware-site-v2"
},
"labels": {
"ves.io/child-object": "true"
}
}
}
},
"vsites": [],
"smg": {}
}
},
"virtual_site": {},
"namespaces": [
"migration"
],
"failed": {}
Convert the above output to CSV:
# ./get-sites.py -f ./get-sites-ns-migration-after.json --build-inventory --inventory-file-csv inventory-after.csv --log-stdout
2025-06-04 18:53:31 - INFO - Application get-sites.py started...
2025-06-04 18:53:31 - INFO - API URL: https://playground.console.ves.volterra.io/api -- Processing Namespace: ALL
2025-06-04 18:53:31 - INFO - Processing 21 available namespaces
2025-06-04 18:53:31 - INFO - build_inventory started...
2025-06-04 18:53:31 - INFO - 1 site and 0 virtual site read from ./get-sites-ns-migration-after.json
2025-06-04 18:53:31 - INFO - build_inventory -> Done
2025-06-04 18:53:31 - INFO - wrote 792 bytes to file inventory-after.csv
2025-06-04 18:53:31 - INFO - Application get-sites.py finished
View CSV in Excel:

Figure: View CSV in Excel
Here you see that we migrated HTTP LB object and Origin pool object to the new Secure Mesh v2 site.
Frequently Asked Questions (FAQs)
Why should I build a new site and migrate services to the new site?
A new and simplified workflow for Secure Mesh sites has been introduced and is now Generally Available (GA). This allows for simplified experience to deploy Customer Edges (CEs) anywhere. It is recommended to use the new workflow for all Customer Edge deployments and to migrate existing Customer Edge sites to the new Secure Mesh v2 site.
Will this utility migrate from the old site to the new site?
The migration helper utility does not migrate your services from old site to new site, but rather aids you in planning for migration by helping create a snapshot of all services prior to migration, run validation checks against the new site to verify site infra compatibility and lastly allows you to keep track of services that are migrated over to the site to ensure old site is decommissioned once everything is moved over.
What are the minimum requirements to take advantage of the utility?
The utility needs an API token of your tenant in F5 Distributed Cloud to query necessary information and an environment to run the utility as a python script.
Concepts
- System Overview
- Core Concepts
- Networking
- F5 Distributed Cloud - Customer Edge
- F5 Distributed Cloud Site