diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-01-24 16:12:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-24 16:12:18 +0000 |
commit | ccc7cf93bd769f2b9255ac59e93751535b463f2a (patch) | |
tree | 5680c0bdc218ffd14f538c0018ab6b7dd9c2aa2c /etc/infra/infra_deploy.yaml.sample | |
parent | c10c3a740626078f1e3212beea479ca90eca869a (diff) | |
parent | 6053ec68c8fe13ab154ed22f7cffd2e256d1e982 (diff) |
Merge "Check RS for virtualized OpenStack/Yardstick"
Diffstat (limited to 'etc/infra/infra_deploy.yaml.sample')
-rw-r--r-- | etc/infra/infra_deploy.yaml.sample | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/etc/infra/infra_deploy.yaml.sample b/etc/infra/infra_deploy.yaml.sample new file mode 100644 index 000000000..fb162d35b --- /dev/null +++ b/etc/infra/infra_deploy.yaml.sample @@ -0,0 +1,34 @@ +nodes: + - name: Yardstick VM + hostname: yardstickvm + interfaces: + - network: management + ip: 192.168.1.10 + netmask: 255.255.255.0 + user: ubuntu + pasword: password + image: /tmp/image1.qcow + disk: 50000 + ram: 8192 + vcpus: 4 + + - name Controller_Compute VM + openstack_node: controller_compute + hostname: controller_compute + interfaces: + - network: management + ip: 192.168.1.20 + netmask: 255.255.255.0 + - network: traffic + ip: 192.20.1.20 + netmask: 255.255.255.0 + user: ubuntu + pasword: password + image: /tmp/image_2.qcow + disk: 40000 + ram: 32768 + vcpus: 4 + +networks: + - name: management + host_ip: 192.168.1.1 # not mandatory |