diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-11-10 13:38:28 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-11-10 13:56:25 -0800 |
commit | 39a2f2f7910a0d86163ad23fe91c2a11e98ece07 (patch) | |
tree | 4caec39e04afddefc50bb1bfe3f0dc4a270ce883 /bootstrap/jenkins/vagrant/Vagrantfile | |
parent | 8d99912e879d6deebd0e60763b679aab43b59274 (diff) |
Clean up install of JJB and add instrumentation
Change-Id: I73fcfe0335a7d95beef1570919929e05226adfa6
Issue-ID: INT-146
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'bootstrap/jenkins/vagrant/Vagrantfile')
-rw-r--r-- | bootstrap/jenkins/vagrant/Vagrantfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/jenkins/vagrant/Vagrantfile b/bootstrap/jenkins/vagrant/Vagrantfile index 02b3ec18c..7dcb48eff 100644 --- a/bootstrap/jenkins/vagrant/Vagrantfile +++ b/bootstrap/jenkins/vagrant/Vagrantfile @@ -49,6 +49,7 @@ Vagrant.configure(2) do |config| # # # Customize the amount of memory on the VM: vb.memory = "8192" + vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] end # # View the documentation for the provider you are using for more |