test/stack_example.yml in cloudstack-cli-1.3.0 vs test/stack_example.yml in cloudstack-cli-1.3.1

- old
+ new

@@ -1,23 +1,23 @@ --- name: "web_stack_a" description: "Web Application Stack" version: "1.0" - zone: "BIEL_CU01" + zone: "ZUERICH_EQ" project: "Playground" group: "my_web_stack" servers: - name: "web-001, web-002" description: "Web nodes" - template: "CentOS-6.5-x64-v1.3" + template: "CentOS-7-x86_64" offering: "1cpu_1gb" networks: "M_PLAY" port_rules: ":80, :443" - name: "db-001" description: "PostgreSQL Master" - iso: "CentOS-7.0 x64" + iso: "CentOS-7.0-x64" disk_offering: "Perf Storage" disk_size: "5" offering: "2cpu_4gb" networks: "M_PLAY"