If you work with VMware vCloud Director (vCD) and Terraform regularly, you're likely familiar with the vcd provider for interacting with the vCD API. This provider is an excellent tool for automating the deployment of vCD resources and managing the lifecycle of your virtual datacenters.
However, you may have noticed …
Read MoreVMware Cloud Director API Programming Guide: Notification Message Format
If it does not work:
- Search
VMware Cloud Director API Programming Guide
into code.vmware.com - Look for section
Configuring and Using Blocking Tasks and Notifications
- Look for sub-section
Notification Message Format
Read More- Search
Use VMware Container Service Extension with a corporate proxy
The current post is a quickstart to VMware open-source project Container Service Extension (CSE), a Kubernetes as a Service for VMware vCloud Director.
The project is already well documented (CSE documentation) and you should not have any trouble to set it up by following the installation steps.
Except... if you plan …
Read MoreObject notfound in vRO using the vCloud Director plugin
A strange behavior has happened just after vRO installation and vCloud director plugin configuration, I wasn't able to interact with any objects managed by the vcloud director plugin.
I created a simple workflow on my lab to illustrate the issue.
The workflow cannot be more basic as it has only a single line of code to …
Read MoreUse following commands to set a customized value for request timeout for API extension services:
SSH to the vCloud cell(s) then:
1cd /opt/vmware/vcloud-director/bin 2# Get the current value 3./cell-management-tool manage-config -n extensibility.timeout -l 4# Change value 5./cell-management-tool manage-config -n …
Read MoreAfter a short introduction of Swagger Codegen and the context of the demo made for a French vMUG Webinar, we will see how to apply this to VMware products like vCenter and vCloud Director.
As this post is following the steps made in the part 1, I strongly encourage you to start with the previous post.
Pre-requisites …
Read MoreOn March 30th, I presented a webinar to the French VMUG community on the REST API subject and in particular on the way to generate API SDK clients without writing any code.
Slide deck is published (only in french, sorry) here: vupti.me/rls.
As said in the slide deck, this presentation was greatly inspired by a VMworld …
Read MoreUse these (with caution) commands to publish a vCloud Director's UI plugin to specific organisations of your deployment:
1# Prepare settings 2vcloud_host="vcd.vuptime.io" # specify your vcd host 3vcloud_token="ff27f9fde1784b4289c58e7f848190c7" # specify an auth token for a system administrator …
Read MoreExtending VMware vCloud Director functionalities
This post is the English translation of the one published on blog.groupe-sii.com to present a new kind of development activities in SII Group: the extension of the VMware vCloud Director portal.
The post will explain the concept that enables the extension of this VMware product to add new functionalities to the native …
Read MoreVMware vCloud Director – Change SSL certificates
The following procedure is a self-reminder of How-To replace the certificates of a VMware vCloud Director deployment.
Prepare informations
Here is a configuration sample for a single cell deployment. Change settings according to your needs:
If you are using multi-cells deployment, I stronlgy recommend you to extend …
Read More