Bug #19326
closedCompute Resource - Make URL optional for certain providers(example: VMware)
Updated by Dominic Cleal about 8 years ago
Why would the URL be optional on a VMware compute resource? How would the CR be accessed, is there a well-known default?
(Fog::Compute::Vsphere specifies the server address as required.)
Updated by Swapnil Abnave about 8 years ago
Dominic Cleal wrote:
Why would the URL be optional on a VMware compute resource? How would the CR be accessed, is there a well-known default?
(Fog::Compute::Vsphere specifies the server address as required.)
I suppose server attribute is an alias for url and it is required in Foreman::Model::Vmware https://github.com/theforeman/foreman/blob/develop/app/models/compute_resources/foreman/model/vmware.rb#L9
Attribute server is mandatory per API and Web. I think making URL not required for VMware would be fine.
Updated by Swapnil Abnave over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 184392480b0ef42291dda4fabdab338d699c4239.