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 MorevCenter 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 MoreIP ALLOCATE failed: Action run failed with the following error: (‘Error allocating in network or range: Failed to generate hostname. DNS suffix missing’, {})
Earlier this week, I was trying to integrate my test vRA deployment with Infoblox and all deployments failed with the error: When looking at the Extensibility tab > action runs > (filter) change from user runs to all runs and look for a failed action: Infoblox_AllocateIP. There are 2 ways…
Read MoreTroubleshooting saltconfig (aria config) Minion Deployment Failure
When troubleshooting a minion deployment failure, I would recommend hashing out the salt part of the blueprint and run this as a day2 task. This would help save significant deployment time and help focuss on the minion deployment issue alone. So in my scenario, I Finished my deployment and run…
Read More