Service catalog to provision vm using embedded workflows #23107
Replies: 4 comments 1 reply
-
Here are the logs from 1-automation pod for "PowerOnVM" state execution: output: [{"Cause"=>"HTTP status code 422, Pod \"floe-workflows-examples-provision-vm-service-power-on--8cd51a52\" is invalid: spec.containers[0].name: Invalid value: \"floe-workflows-examples-provision-vm-service-power-on-\": a lowercase RFC 1123 label must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc', regex used for validation is 'a-z0-9?') for POST https://172.30.0.1/api/v1/namespaces/cp4aiops/pods", "Error"=>"States.TaskFailed"}]"} @Fryguy could you please help out with this? Thanks much! |
Beta Was this translation helpful? Give feedback.
-
Opened #23120 |
Beta Was this translation helpful? Give feedback.
-
Do I have to do anything to get the fix to this repo/docker images names? |
Beta Was this translation helpful? Give feedback.
-
Between ManageIQ/floe#252 and using a newer version this should be fixed |
Beta Was this translation helpful? Give feedback.
-
I am trying to provision VMWare VM using Embedded workflows using reference asl code from below link:
https://github.com/ManageIQ/workflows-examples/tree/master/provision-vm-service
The last portion of the workflow (power on vm) seems to be running into some issue and is not completing. It looks like it is neither failing or succeeding, there are continuous retries to the "PowerOnVM".
As a result, the CPU and memory usage of pod "1-automation" is going extremely high.
Just deleting the service request is not terminating execution of workflow. Any help on how to proceed would be helpful.
Beta Was this translation helpful? Give feedback.
All reactions