Skip to content
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

An hourly VSI is created instead of a Monthly server instance #29

Open
mhca opened this issue Oct 30, 2015 · 1 comment
Open

An hourly VSI is created instead of a Monthly server instance #29

mhca opened this issue Oct 30, 2015 · 1 comment

Comments

@mhca
Copy link

mhca commented Oct 30, 2015

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

@rubercuellar
Copy link

rubercuellar commented Mar 9, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants