Quick Tip: Did you know you can use an NFS path as an the offline depo on fleet management? To achieve his, we will need to mount the NFS share containing the repository on to Fleet management. Start with SSH to VCF9 appliance: Create NFS Mount Directory: Mount NFS path…
Read MoreCategory: misc
vCenter via a salt-proxy minion
Source code: https://github.com/saltstack/salt/blob/v3006.7/salt/proxy/vcenter.py Documentation: https://docs.saltproject.io/en/3007/ref/proxy/all/salt.proxy.vcenter.htmlmodule: https://docs.saltproject.io/en/3006/ref/modules/all/salt.modules.vsphere.html Depending on the version of vsphere, you must install pyvomi sample configs: version: proxy-minion config: start minion: Accept keys Test minion: Available module for vCenter:my-vcenter-proxy: ———- vsphere.: vsphere.add_capacity_to_diskgroup: Adds capacity disks to the disk group with the specified cache disk. cache_disk_id The canonical name…
Read MoreDelete Dead ALB from VCD
Alb records are normally stored in the below tables, Since in my case, my ALB env was unrecoverable, delete the below record from VCD be fore adding a new integration here’s the DB schema (from VCD10.6.1) vcloud=# \d load_balancer_controllersTable “public.load_balancer_controllers”Column | Type | Collation | Nullable | Default——————–+————————-+———–+———-+———id | uuid…
Read MoreSaltConfig and Identity manager integration
SaltConfig must be running version 8.5 and must be deployed via LCM. If vRA is running on self-signed/local-CA/LCM-CA certificates the saltstack UI will not load and you will see similar symptoms: Specifically, a blank page when logging on to salt UI with account/info api returning 500 Logs: To resolve this,…
Read More