After a VMware Cloud Foundation upgrade, vRealize workflows are no longer possible
search cancel

After a VMware Cloud Foundation upgrade, vRealize workflows are no longer possible

book

Article ID: 324101

calendar_today

Updated On:

Products

VMware Cloud Foundation

Issue/Introduction

Symptoms:
  • The flag required to make these deployments available is removed during a SDDC Manager upgrade.


Environment

VMware Cloud Foundation 3.10.x

Resolution

This is a known issue in VMware Cloud Foundation . the flag required to make these deployments available is getting lost during VCF upgrades
  1. Open an SSH session to the SDDC Manager VM and switch to root user:
su -
  1. Change directory to /home/vcf and update the feature.properties file
cd /home/vcf
echo "feature.vcf.avn.greenfield=true" >> feature.properties
  1. Change the permssions and ownership as below:
chown vcf:vcf feature.properties
chmod 644 feature.properties
  1. Restart the SDDC Manager services:
/opt/vmware/vcf/operationsmanager/scripts/cli/sddcmanager_restart_services.sh