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