diff options
author | Victor Morales <victor.morales@intel.com> | 2018-10-18 13:39:45 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-10-18 13:39:45 -0700 |
commit | 5e57e6a34693e27e904441666eb87b03855c7d98 (patch) | |
tree | 25de389db4afd974c37a02fb26d1b34bf2ff4360 /vagrant/config/default.yml | |
parent | a272d5104bde2d9eca6a9082ea122db273a981ed (diff) |
Improve build process
The build process is used by Jenkins Daily Jobs to generate images
as well as the provisioning vagrant process. This change pretends
to satisfy both processes.
Change-Id: I53d77b0e64f2482e612e59d5a3881fae53c63cbd
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
Diffstat (limited to 'vagrant/config/default.yml')
-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 |