I am checking the possibility to deliver KubeVirt vm in self service way to
the end users and for that my plan is to use ansible. Using ansible I can create
a virtual machine. I am planning to add vmcreate job template into ansible workflow and
in post provisioning, I want to connect kubevirt either API or virtctl and get NoVNC
url of the vm an embed it into the email notification. Workflow something like
below.
Create VM Job > Get NOVNC Url of the vm Job > Construct Email Massage (Include NoVNC url )Job > Send email Job
any thought on how can I achieve this, specifically getting novnc console url
of the vm?