We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An hourly VSI is created instead of a Monthly server instance with the following configuration:
knife softlayer server create --from-file configuration.json -E ??? -N ???
********* configuration.json ************** { "hostname": "myhostname", "domain": "???", "fqdn": "???", "datacenter": "dal06", "ram": "32768", "cores": "4", "block-storage": "0:100,3:300", "os-code": "CENTOS_6_64", "run-list": "???", "private-network-only": "true", "network-interface-speed": "1000", "bill-monthly": "true" }
********* configuration.json **************
The text was updated successfully, but these errors were encountered:
Seems that this line is ignored:
See: softlayer_server_create
knife softlayer server create --hostname test --domain softlayer.com --bill-monthly --datacenter seo01 --ram 1 --cores 1 --os-code CENTOS_LATEST --block-storage=0:100
It's not possible to create monthly servers
Sorry, something went wrong.
No branches or pull requests
An hourly VSI is created instead of a Monthly server instance with the following configuration:
knife softlayer server create --from-file configuration.json -E ??? -N ???
********* configuration.json **************
{
"hostname": "myhostname",
"domain": "???",
"fqdn": "???",
"datacenter": "dal06",
"ram": "32768",
"cores": "4",
"block-storage": "0:100,3:300",
"os-code": "CENTOS_6_64",
"run-list": "???",
"private-network-only": "true",
"network-interface-speed": "1000",
"bill-monthly": "true"
}
********* configuration.json **************
The text was updated successfully, but these errors were encountered: