VMware Cloud Community
HariRajan
Hot Shot
Hot Shot

How to inject a VRO attribute and it's value , this for calling from vCAC agent during machine provisioned.

Hello All,

I need to call an attribute from vCAC guest agent as part of machine provisioning  and the attribute is a VRO attribute. Currently I am pushing the value to a custom property and updating the property value each time with vcac extensibility  workflow "update property value".

But i feel there are lot of overhead in this and is there anyway I can push the value to properties of the vCAC using VRO , so that vcac guest agent call this value and execute my script.

if (vCACVmProperties != null) {

vCACVmProperties.put("customvalue", "I@mT!s3ST##@");

}

Thanks & Regards in Plenteous . Hari Rajan
Reply
0 Kudos
3 Replies
HariRajan
Hot Shot
Hot Shot

Anybody  Please help me on this .

Thanks & Regards in Plenteous . Hari Rajan
Reply
0 Kudos
Dan_Linsley
VMware Employee
VMware Employee

First of all: which version of vCAC / vRA are you working against? 5.2.x? 6.x? 7.0?  7.1?

Are you already working with the Extensibility Stub workflows or the Event Broker? The route you would take depends on which version of the platform you are using.

Dan.

Reply
0 Kudos
HariRajan
Hot Shot
Hot Shot

Hello Dan ,

It's VRO 6.3 and no EBS .

Thanks & Regards in Plenteous . Hari Rajan
Reply
0 Kudos