Hi All,
I have recently deployed gaprindashvili-3 as it fixed a problem with service dialog’s drop down fields but (which are now working ok) but unfortunately I am now unable to deploy VMs (ovirt template via RHEV provider) via from service catalogs (which apart from drop-down issue works fine in gaprindashvili-2). I wanted to use the drop-downs for vCPUs/RAM allocation to VMs…
Request fails with generic error:
Service Provision Error: Server [EVM] Service XXX Step [checkprovisioned] Status [Error Creating Service] Message [Creating VM]
I can actually see the VM created in ovirt but it’s not powered on and not customized…
I do not see anything useful in production.log:
INFO – : NotificationChannel is transmitting the subscription confirmation
INFO – : NotificationChannel is streaming from notifications_1000000000001
INFO – : [ActionCable] Broadcasting to notifications_1000000000001: {:level=>“success”, :created_at=>Fri, 18 May 2018 07:21:09 UTC +00:00, :text=>“Request %{subject} has been approved.”, :bindings=>{:subject=>{:link=>{:id=>1000000000006, :model=>“ServiceTemplateProvisionRequest”}, :text=>“Provisioning Service [XXX] from [XXX]”}}}
INFO – : NotificationChannel transmitting {“level”=>“success”, “created_at”=>“2018-05-18T07:21:09.288Z”, “text”=>“Request %{subject} has been approved.”, “bindings”=>{“subject”=>{“link”=>{“id”=>1000000000006, “model”=>“ServiceTemplateProvisionRequest”}, “text”=>“Provisioning Service [XXX] from [XXX]”}}} (via streamed from notifications_1000000000001)
…
INFO – : Processing by Api::ApiController#index as JSON
INFO – : Completed 200 OK in 25ms (Views: 0.1ms | ActiveRecord: 2.2ms)
INFO – : Started GET “/api” for 127.0.0.1 at 2018-05-18 08:22:56 +0100
INFO – : Processing by Api::ApiController#index as JSON
INFO – : Completed 200 OK in 40ms (Views: 0.1ms | ActiveRecord: 9.4ms)
INFO – : [ActionCable] Broadcasting to notifications_1000000000001: {:level=>“error”, :created_at=>Fri, 18 May 2018 07:23:38 UTC +00:00, :text=>"%{message}", :bindings=>{:message=>{:text=>“Service Provision Error: Server [EVM] Service [ZZZ] Step [checkprovisioned] Status [Error Creating Service] Message [Creating VM] “}, :initiator=>{:link=>{:id=>1000000000001, :model=>“User”}, :text=>“Administrator”}, :subject=>{:link=>{:id=>1000000000006, :model=>“ServiceTemplateProvisionRequest”}, :text=>“Provisioning Service [XXX] from [XXX]”}}}
INFO – : NotificationChannel transmitting {“level”=>“error”, “created_at”=>“2018-05-18T07:23:38.180Z”, “text”=>”%{message}”, “bindings”=>{“message”=>{“text”=>"Service Provision Error: Server [EVM] Service [ZZZ] Step [checkprovisioned] Status [Error Creating Service] Message [Creating VM] “}, “initiator”=>{“link”=>{“i… (via streamed from notifications_1000000000001)
…
INFO – : Processing by Api::ApiController#index as JSON
INFO – : Completed 200 OK in 26ms (Views: 0.1ms | ActiveRecord: 2.3ms)
INFO – : [ActionCable] Broadcasting to notifications_1000000000001: {:level=>“error”, :created_at=>Fri, 18 May 2018 07:24:04 UTC +00:00, :text=>”%{message}”, :bindings=>{:message=>{:text=>“Service Provision Error: Server [EVM] Service [ZZZ] Step [checkprovisioned] Status [Error Creating Service] Message [Creating VM] “}, :initiator=>{:link=>{:id=>1000000000001, :model=>“User”}, :text=>“Administrator”}, :subject=>{:link=>{:id=>1000000000006, :model=>“ServiceTemplateProvisionRequest”}, :text=>“Provisioning Service [XXX] from [XXX]”}}}
INFO – : NotificationChannel transmitting {“level”=>“error”, “created_at”=>“2018-05-18T07:24:04.382Z”, “text”=>”%{message}”, “bindings”=>{“message”=>{“text”=>"Service Provision Error: Server [EVM] Service [ZZZ] Step [checkprovisioned] Status [Error Creating Service] Message [Creating VM] “}, “initiator”=>{“link”=>{“i… (via streamed from notifications_1000000000001)
INFO – : [ActionCable] Broadcasting to notifications_1000000000001: {:level=>“error”, :created_at=>Fri, 18 May 2018 07:24:32 UTC +00:00, :text=>”%{message}”, :bindings=>{:message=>{:text=>“VM Provision Error: [EVM] VM [rhel-miq2-catalog4] Step [CheckProvisioned] Status [Error Creating VM] Message [Creating VM] “}, :initiator=>{:link=>{:id=>1000000000001, :model=>“User”}, :text=>“Administrator”}, :subject=>{:link=>{:id=>1000000000006, :model=>“ServiceTemplateProvisionRequest”}, :text=>“Provisioning Service [XXX] from [XXX]”}}}
INFO – : NotificationChannel transmitting {“level”=>“error”, “created_at”=>“2018-05-18T07:24:32.378Z”, “text”=>”%{message}”, “bindings”=>{“message”=>{“text”=>"VM Provision Error: [EVM] VM [rhel-miq2-catalog4] Step [CheckProvisioned] Status [Error Creating VM] Message [Creating VM] "}, “initiator”=>{“link”=>{“id”=>1000000000001, “model”=>… (via streamed from notifications_1000000000001)
INFO – : Finished “/ws/notifications” [WebSocket] for 127.0.0.1 at 2018-05-18 0
Is anyone able to advice?
Thanks in advance,
Tomasz