The last process in this Image Pipeline series is getting OVA's into LOCAL Content Libraries across our environment. To do this I compare the latest list of OVA's in the Artifactory generated array via my previous post to what's currently in the Content Library. Then I have to add the OVA if it doesn't exist... Continue Reading →
Large Scale Image Pipeline – Part 3 – Query Artifactory via PowerShell
For the next part of this Image Pipeline project, I needed to search Artifactory for all OS Image artifacts within a repo that have a specific property key, filter for the newest artifact with the same key value, download the items, and then upload OVA's to vCenter. When working on large automation projects, there's always... Continue Reading →
Lab Manager to vCloud Director Import Script
One major challenge when migrating from Lab Manager to vCloud Director is getting all of your VM Templates, Library entries, and needed configurations migrated across. When I first looked at this it there was a partially scripted process using perl code that was long and very hard to understand. I found it was better to... Continue Reading →