Results 194 comments of Adam Grare

Interesting so the issue is here: https://github.com/ManageIQ/manageiq-providers-amazon/blob/bfa31d559f81/app/models/manageiq/providers/amazon/cloud_manager/provision_workflow.rb#L63 ` selected_group_ids = @values[:security_groups].to_a.compact` It appears that `@values[:security_groups]` is `"167"` when the datatype is https://github.com/ManageIQ/manageiq/blob/master/product/dialogs/miq_dialogs/miq_provision_amazon_dialogs_template.yaml#L180 @kTipSSIoYv was this created with the UI or...

@kTipSSIoYv yes I believe that is causing this issue, try passing the ID in in an array like `[id]`

@udee297 does the instance have an IP address ?

> Openstack only allows worker names to be up to 63 characters long. You mean openshift?

> oracle-cloud-cloud is kind of weird. Wondering if that can just be oracle instead of oracle_cloud. Yeah I agree, think this further supports this being more pluggable because we don't...

Yeah :+1: for EventCatcher -> Event because that is a provider worker the EventHandler is only in core and so pretty short to begin with and would be good to...

> @kbrock Your "before" still shows a trailing -. Are there really trailing - in those or is that a typo? Believe that is where the ems_id would go if...

One thing to note if we change the deployment names these are also used for the systemd unit names so we'll need to migrate those on an RPM upgrade

We moved these to be statically defined as part of the non-root work

> If they are static and deployed as part of the RPMs, then an RPM upgrade should remove the old and add the new automatically. This is exactly what I...