diff options
author | Bin Yang <bin.yang@windriver.com> | 2018-10-19 07:41:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-19 07:41:04 +0000 |
commit | cee15f2e6bfcac6fae047422a819147079f38e93 (patch) | |
tree | 54038e5af7ebba47e2da78ce48c85b6137626881 /vagrant | |
parent | fac41e5af921408c86d6e043380ebbafd68017c0 (diff) | |
parent | 5e57e6a34693e27e904441666eb87b03855c7d98 (diff) |
Merge "Improve build process"
Diffstat (limited to 'vagrant')
-rw-r--r-- | vagrant/config/default.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vagrant/config/default.yml b/vagrant/config/default.yml index 6f26d2d2..10b93663 100644 --- a/vagrant/config/default.yml +++ b/vagrant/config/default.yml @@ -34,8 +34,8 @@ - ovn-controller - name: "compute01" ip: "10.10.10.6" - memory: 8192 - cpus: 2 + memory: 32768 + cpus: 16 volumes: - name: sda size: 50 @@ -47,7 +47,7 @@ - name: "compute02" ip: "10.10.10.7" memory: 8192 - cpus: 2 + cpus: 4 roles: - kube-node - ovn-controller |