diff options
author | tv <tv@shackspace.de> | 2015-08-05 23:33:12 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-08-05 23:33:58 +0200 |
commit | 37d5fd2d57224186bd4644ba853c70c892dfc25d (patch) | |
tree | 7b93ba151ebab3a4ea5a06b1997938df3f847ff4 /Makefile | |
parent | 71ef6469e17e876d99555e55532a61758e51a25b (diff) |
cac build: import from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -1,13 +0,0 @@ - - - -# cpu=1/2/3/4/5/6/7/8/9 -# ram=1024 (must be multiple of 4. ex. 1024 / 2048 / 3096) -# storage=10/20/30/40/50 ... etc -# os=75 (must be an #id from /v1/listtemplates.php) -# 26 is CentOS-7-64bit -cloudpro-build: - @ set -eu; \ - . ~/.secrets/cac; \ - ssh -q $$cac_via -t curl -fsS \ - "https://panel.cloudatcost.com/api/v1/cloudpro/build.php?key=$$cac_key\\&login=$$cac_login\\&cpu=$${cpu}\\&ram=$${ram}\\&storage=$${storage}\\&os=$${os-26}" |