knife-softlayer icon indicating copy to clipboard operation
knife-softlayer copied to clipboard

An hourly VSI is created instead of a Monthly server instance

Open mhca opened this issue 10 years ago • 1 comments

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 **************

mhca avatar Oct 30 '15 16:10 mhca

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

rubercuellar avatar Mar 09 '17 20:03 rubercuellar