-
Notifications
You must be signed in to change notification settings - Fork 194
slcli hw create updates
#1296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slcli hw create updates
#1296
Conversation
…primarily instead of doing price lookups on its own. Added option to specify a particular networking keyname instead of just a speed
caberos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ATGE
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it works as expected. so LGTM.
note: OS_CENTOS_6_X_32_BIT, OS_FREEBSD_10_X_32_BIT currently are showed by using slcli hw create-options, so if these items are used in order to create a server an SoftLayerAPIError(500): CentOS 6.x (32 bit) is not available as of 08/31/2016 (Item #(3904). is retrieved. I am not sure if skipping old items is possible in slcli hw create-options, but I think would be a nice feature.
FernandoOjeda
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good for me, it is working fine.
Added networking options to
slcli hw create-optionsRefactored
slcli hw createto use the ordering managerAdded
--networkoption toslcli hw createfor more granular network choices.deprecated
--port-speedand--no-public. They still work for now, but will be removed in a future release.