Hi,
In vCAC Triggered request mail shows as "Disk 1 size is 50 GB" for both Disk 1 and disk 2.
After User requesting VM with catalog, triggered mails shows as,
CPU - 2
RAM - 4096
Disk 1 size - 50 GB
Disk 1 size - 50 GB
Disk 2 size name shows like "Disk 1 size". How can i edit or modify this?
Note: Blueprint created with 1 HDD as 50 GB. HDD limit set as 200 GB.User creates new HDD
while request catalog, by selecting New volume tab,
Kindly help me out.
Hmm. That looks like a bug. Let me see if I can reproduce.
Grant
Hi Grant,
Thanks for your kind response. I'm waiting for that hotfix!!!!!!!!!!
Regards,
chinnasamy
There is a bug in the template code.
To fix it:
1. Install the templates from KB VMware KB: Customizing email templates in VMware vRealize Automation (formerly known as VMware vC...
2. On vCAC VA open following file with a text editor
/vcac/templates/email/html/extensions/defaults/csp.places.iaas.forms.vm
3. Find the following line:
<div class="label">#msg("notification.email.extensions.disk.size", [$1])</div>
Change [$1] to [$i]
4. Save the file
It should start increment properly:
Disk 0 size40 GB
Disk 1 size1 GB
Disk 2 size2 GB
Thanks,
Vai.