Jason Frey
Jason Frey
some info on the etag: ``` $ curl -i https://raw.githubusercontent.com/ManageIQ/manageiq-providers-amazon/master/db/fixtures/aws_instance_types.yml HTTP/2 200 ... etag: "f45f89c670445b64ace7a519c008c904c7d267def483f665487b0f60b1719734" ... ```
@starcraftnight Which version of ManageIQ are you using? /api/configured_systems was added in jansa release, so if you are using ivanchuk, it's not there yet. (Compare https://github.com/ManageIQ/manageiq-api/blob/jansa/config/api.yml#L899-L921 to https://github.com/ManageIQ/manageiq-api/blob/ivanchuk/config/api.yml)
Nice - Looks good to me. I did expect more "deletes" where copy-pasted methods were switch to using the common methods, or is that a follow up?
I think we should also drop the minishift wording and change to code ready containers.
Feel free @thevibhu !
@bdunne Is this still an issue? I recall you changing something with respect to createOrUpdate, but perhaps I'm misremembering?
remote console support was added in https://github.com/ManageIQ/manageiq-pods/pull/540, but Nick said he didn't see it working end to end since RHV consoles were different and he didn't have the VMware libs....
Added to #595 as well
I think initially we should do only what is necessary to get it into operatorhub.io, but ultimately, yes, we should get it certified by RH.
Also ran the following on our specific RPMs: ```sh rpm -qlv manageiq-gemset | sed 's/^.\{40\}//' | sort -nr | head -n 100 ``` Original details - see later posts for...