Use external volumes for OpenStack virtual machines
[integration.git] / deployment / noheat / infra-openstack / ansible / group_vars / all.yml.sample
1 ---
2 network:
3   name: &network_name "onap_ci_lab"
4   cidr: "192.168.1.0/24"
5
6 keypair:
7   name: &keypair_name "onap_ci_lab"
8
9 securitygroup:
10   name: &securitygroup_name "onap_ci_lab"
11   remote_ip_prefix: "172.24.4.0/24"
12
13 hosts:
14   - name: "operator0"
15     image: "cirros-0.5.1-x86_64-disk"
16     flavor: "cirros256"
17     keypair: *keypair_name
18     network: *network_name
19     securitygroup: *securitygroup_name
20     volume_size: 5