Tanzu Network to Broadcom’s Customer Support Portal Transition - Automation Impact
search cancel

Tanzu Network to Broadcom’s Customer Support Portal Transition - Automation Impact

book

Article ID: 370181

calendar_today

Updated On:

Products

Concourse for VMware Tanzu Redis for VMware Tanzu Tanzu Application Catalog for Tanzu Advanced Prepaid Commitment per Core Tanzu Hub SaaS Tanzu Hub Self-Managed Tanzu Kubernetes Grid Tanzu Mission Control Tanzu Mission Control Prepaid Commitment Plan per Core Tanzu Service Mesh Enterprise - Per Core - Commitment Plan Tanzu Service Mesh, built on VMware NSX - Advanced Prepaid Commitment Plan per Core Tanzu Standard per CPU - Subscription Tanzu Web Service VMware Application Transformer for VMware Tanzu VMware Application Transformer for VMware Tanzu NFR VMware NSX Advanced Load Balancer essentials for Tanzu VMware NSX-T Advanced for VMware Tanzu Application Service Term License (50 pack Application Instance) VMware Tanzu Advanced VMware Tanzu App Ops VMware Tanzu Application Catalog VMware Tanzu Application Catalog Subscription VMware Tanzu Application Platform VMware Tanzu Application Platform per vCPU VMware Tanzu Application Platform SM VMware Tanzu Application Service VMware Tanzu Application Service VMware Tanzu Application Service for VMs VMware Tanzu Build Service VMware Tanzu Data Services Pack VMware Tanzu Data Suite VMware Tanzu Data Suite VMware Tanzu Gemfire VMware Tanzu Greenplum VMware Tanzu Guardrails VMware Tanzu Kubernetes Grid VMware Tanzu Kubernetes Grid 1.x VMware Tanzu Kubernetes Grid Integrated (TKGi) VMware Tanzu Kubernetes Grid Integrated Edition VMware Tanzu Kubernetes Grid Integrated Edition (Core) VMware Tanzu Kubernetes Grid Integrated Edition 1.x VMware Tanzu Kubernetes Grid Integrated EditionStarter Pack (Core) VMware Tanzu Kubernetes Grid Plus VMware Tanzu Kubernetes Grid Plus 1.x VMware Tanzu Kubernetes Grid Service (TKGs) VMware Tanzu Mission Control VMware Tanzu Mission Control - SM VMware Tanzu Mission Control Self-Managed VMware Tanzu MySQL VMware Tanzu Platform Vmware Tanzu Platform - SM VMware Tanzu Platform Spring Essentials VMware Tanzu PostgreSQL VMware Tanzu RabbitMQ VMware Tanzu Redis VMware Tanzu Service Mesh VMware Tanzu Service Mesh, Secure App IX VMware Tanzu Spring Runtime VMware Tanzu Spring Runtime - SM VMware Tanzu SQL VMware Tanzu Standard VMware Tanzu tc Server VMware Tanzu Toolkit for Kubernetes VMware Tanzu Toolkit for Kubernetes 1.x VMware vSphere 7.0 with Tanzu VMware vSphere with Tanzu vSphere with Tanzu

Issue/Introduction

Starting on June 24th 2024, all on-premise Tanzu products will be distributed on Broadcom's Customer Support Portal (https://support.broadcom.com). The impact to Tanzu Network automation tools is clarified below.

Environment

Keywords:

  • TanzuNet
  • Tanzu
  • Download
  • Pivnet
  • Platform
  • Automation 

Environment: 

  • TanzuNet
  • Tanzu Network 
  • Customer Connect
  • Tanzu
  • Download
  • Pivnet
  • Platform Automation
  • Pipeline

Resolution

How can I discover new versions of products? How can I obtain the product slug ID?

The existing Tanzu Network API has been replicated for most use cases, and the product/releases endpoints will continue to function.. Users will be able to get JSON formatted responses with information on products, slugs, and releases, including:

 

The slug ID is not currently user-facing in Support Portal UI directly or via the url like in Tanzu Network today. Instead, the information will be solely discovered via the replicated API.

Existing pivnet CLI commands may continue to function, but since the existing Tanzu Network API is not being fully replicated, some commands, flags, and options may not function fully.

 

Are there any redirects, how do they work?

The Tanzu Network domain and respective UI will redirect starting on June 24th, 2024.

 

Cutover Date

Current domain

Redirected to

June 24th, 2024

Tanzu Network

https://network.pivotal.io

https://network.tanzu.vmware.com

Customer Support Portal

https://support.broadcom.com

 

The API itself will not have a redirect but will instead cutover to a new service responding to the legacy DNS (network.pivotal.io and network.vmware.com). This is a new DNS - not a http redirect - but the prior API path will continue to work.

 

Please note that the prior Tanzu Network API is not fully replicated in Support Portal; a subset of functionality has been reduced, but the main endpoints most used for consuming product, release, and slug information has been retained.

IP Addresses to Allow List

  • Support Portal - 141.202.0.1

  • Cloudflare IPs
    • IPv4- 162.159.140.167,  172.66.0.165
    • IPv6- 2606:4700:7::a5,  2a06:98c1:58::a5

 

Where can I find API documentation?

Documentation can be found here:  https://developer.broadcom.com/xapis/tanzu-api/latest/all-tanzu-apis/
 

How is the pivnet-resource changing?

The pivnet-resource can continue to be used, however the metadata returned may be limited due to API changes. For example, copy_metadata will operate on less metadata after the cutover.

API EULA Acceptance Instructions

Option 1

Download the new version of the OM CLI from the Github Release, which will automatically accept the EULA for a release when a

user requests to download it . The next release of Platform Automation will include this updated version of the OM CLI

Option 2

Use the following `pivnet` cli commands to accept the eula for a given product and release.

pivnet login --api-token=$PIVNET_API_TOKEN

pivnet accept-eula -p $PRODUCT_SLUG -r $VERSION

 

Option 3

Use curl to manually accept the EULA for a release. Instructions below:

curl -X GET -H "Authorization: $AUTH" "https://network.tanzu.vmware.com/api/v2/products/$product_slug/releases"

  - find release w/ the release version number and record the release id

curl -X POST -H "Authorization: $AUTH" "https://network.tanzu.vmware.com/api/v2/products/$product_slug/releases/$release_id/pivnet_resource_eula_acceptance"

 

How is the OM CLI changing, is there a new pivnet token?

Existing pivnet tokens were migrated if used within the last 12 months. The tokens do not expire.

There is no direct change to OM CLI, it will continue to function. You do not need to download a new version.

 

Will there be a new Pivnet resource in dockerhub?

No - the existing Dockerhub artifact can continue to be used as-is.