diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-02-12 16:57:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-12 16:57:15 +0000 |
commit | 44f31bf01c787501d0c077730d4b76bb02a3faaf (patch) | |
tree | 6a8093a7206ca4d84e57714dd9f444f44a0bb65f /etc/infra/infra_deploy.yaml.sample | |
parent | babe3cc2882e19c6dafdbf41d502d7ba5560635a (diff) | |
parent | 8b52c6a9ae605022d108b093bf4413d66aef3397 (diff) |
Merge "Create host VMs configuration"
Diffstat (limited to 'etc/infra/infra_deploy.yaml.sample')
-rw-r--r-- | etc/infra/infra_deploy.yaml.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/infra/infra_deploy.yaml.sample b/etc/infra/infra_deploy.yaml.sample index 1dc459c0e..bf07a01bc 100644 --- a/etc/infra/infra_deploy.yaml.sample +++ b/etc/infra/infra_deploy.yaml.sample @@ -6,7 +6,7 @@ nodes: ip: 192.168.1.10 netmask: 255.255.255.0 user: ubuntu - pasword: password + password: password image: /tmp/image1.qcow disk: 50000 ram: 8192 @@ -23,7 +23,7 @@ nodes: ip: 192.20.1.20 netmask: 255.255.255.0 user: ubuntu - pasword: password + password: password image: /tmp/image_2.qcow disk: 40000 ram: 32768 |