You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
softlayer_bare_metal.dnwe: Error ordering bare metal server: SoftLayer_Exception_Public: VLANs may not be specified for Bare Metal Server configurations. (HTTP 500)
There seems to be some discussion along similar lines on the internet around package 50 vs 200 (non-fast vs fast provision) that may be related.
The text was updated successfully, but these errors were encountered:
Hmm googling around the issue it does seem to be that BARE_METAL_SERVER (package 200) is the only one that has presets, whereas BARE_METAL_INSTANCE (package 50) doesn't. If the fixedConfigPresets do indeed force a fast provision (where you cannot specify VLAN), then perhaps if a vlan_id is specified in the configuration then we could call getActivePresets to extract the CPU, Memory etc. options from the preset and inline those into the request?
@dnwe not a bad idea for now. I would prefer to go further and just allow people to specify cpu/memory/etc. which would be mutually exclusive to the preset setting. will be looking into this.
Experimenting with the bare-metal/tags branches I attempted to order a bare-metal thus:
Errors out with:
There seems to be some discussion along similar lines on the internet around package 50 vs 200 (non-fast vs fast provision) that may be related.
The text was updated successfully, but these errors were encountered: