Version 8.18.2 of VCF Salt RaaS is provided as an rpm package through the Broadcom Support Downloads via the following link:
VCF Salt 8.18.2 - ProductFiles - Broadcom support portal
As such, there are some tasks which must be performed manually to ensure a smooth upgrade.
pg_dump -U postgres -f "raas_$(date +%s).sql" raas_43cab1f4de604ab185b51d883c5c5d09
systemctl stop salt-mastersystemctl stop raas/etc/raas directory, for example:
cp -a /etc/raas /root/raas_pre-upgrade_backuprpm -Uvh raas-8.18.2.14.rpm/etc/raas directory from backup, for example:
mv /etc/raas /root/raas_post-upgrade_backupcp -a /root/raas_pre-upgrade_backup /etc/raas/etc/raas/raas so as to make use of changes to configs which have come in with this version:
su - raas -c "raas genconfig /tmp/raas-config"/tmp/raas-config with reference to your existing config at /etc/raas/raasmv /etc/raas/raas /etc/raas/raas_8.17-backupmv /tmp/raas-config /etc/raas/raassu - raas -c "raas -l debug upgrade"systemctl start raassystemctl start salt-master
Once complete, log into the RaaS GUI and navigate to the Administration > Master Plugins page to download and install the new master plugin on your salt masters.