test/stack_example.json in cloudstack-cli-0.2.1 vs test/stack_example.json in cloudstack-cli-0.2.2
- old
+ new
@@ -2,22 +2,25 @@
"name": "web_stack_a",
"description": "Web Application Stack",
"version": "1.0",
"zone": "BIEL_CU01",
"project": "Playground",
+ "group": "my_web_stack",
"servers": [
{
- "name": "web-01, web-02",
+ "name": "web-001, web-002",
"description": "Web nodes",
"template": "CentOS-6.4-x64-v1.2",
"offering": "1cpu_1gb",
"networks": "M_PLAY",
"port_rules": ":80, :443"
},
{
- "name": "db-01",
+ "name": "db-001",
"description": "PostgreSQL Master",
- "template": "CentOS-6.4-x64-v1.2",
+ "iso": "CentOS-6.4-x86_64-swisstxt-v15",
+ "disk_offering": "Perf Storage",
+ "disk_size": "5",
"offering": "2cpu_4gb",
"networks": "M_PLAY"
}
]
}
\ No newline at end of file