You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to send a request to vra using the gem for xaas blueprint and it blows up looking for the blueprint name which xaas blueprints do not provide.
Steps to Reproduce:
Expected Result:
the vra gem should be able to make a request to vra with the catalog items provided to provision a machine. But, it throws an error for the blueprint id which t collects for the catalog items.
/usr/lib64/ruby/gems/2.5.0/gems/vmware-vra-2.7.1/lib/vra/catalog_request.rb:56:in request_from_payload': undefined method []' for nil:NilClass (NoMethodError)
from scripts/vra_vm_build.rb:101:in block in submit_vra_vm_request' from scripts/vra_vm_build.rb:98:in times'
from scripts/vra_vm_build.rb:98:in submit_vra_vm_request' from scripts/vra_vm_build.rb:214:in create_vra_vm_request'
from scripts/vra_vm_build.rb:363:in run' from scripts/vra_vm_build.rb:416:in
'
"{"time":"1559155446.6994432213","host":"aos-pipeline-xaas-test-q6pkc-56vhh\n","sourcetype":"_json","event":{"correlationId":"53193364-3139-4a6f-b3cd-191a6764ac5a_b98fb29c-99bd-4425-8da4-b60a84e4647c_a61c83d4-b175-4eef-a96c-949ff528b333","actor":"AOS.automated_testing","action":"Clean up provisioned VMs","state":"END","log_lvl":"INFO","message":"Successfully destroyed VMs"}}"
The text was updated successfully, but these errors were encountered:
Versions: 2.7.1
Platform Details
Scenario:
i am trying to send a request to vra using the gem for xaas blueprint and it blows up looking for the blueprint name which xaas blueprints do not provide.Steps to Reproduce:
Expected Result:
the vra gem should be able to make a request to vra with the catalog items provided to provision a machine. But, it throws an error for the blueprint id which t collects for the catalog items.Actual Result:
VMs\",\"state\":\"BEGIN\",\"log_lvl\":\"INFO\",\"message\":\"Beginning process\"}}"/usr/lib64/ruby/gems/2.5.0/gems/vmware-vra-2.7.1/lib/vra/catalog_request.rb:56:in
'request_from_payload': undefined method
[]' for nil:NilClass (NoMethodError)from scripts/vra_vm_build.rb:101:in
block in submit_vra_vm_request' from scripts/vra_vm_build.rb:98:in
times'from scripts/vra_vm_build.rb:98:in
submit_vra_vm_request' from scripts/vra_vm_build.rb:214:in
create_vra_vm_request'from scripts/vra_vm_build.rb:363:in
run' from scripts/vra_vm_build.rb:416:in
"{"time":"1559155446.6994432213","host":"aos-pipeline-xaas-test-q6pkc-56vhh\n","sourcetype":"_json","event":{"correlationId":"53193364-3139-4a6f-b3cd-191a6764ac5a_b98fb29c-99bd-4425-8da4-b60a84e4647c_a61c83d4-b175-4eef-a96c-949ff528b333","actor":"AOS.automated_testing","action":"Clean up provisioned VMs","state":"END","log_lvl":"INFO","message":"Successfully destroyed VMs"}}"
The text was updated successfully, but these errors were encountered: