From b96a754f9a75858ca451ff8e10c4deced0269546 Mon Sep 17 00:00:00 2001 From: muawiakh Date: Sat, 28 Oct 2017 01:02:18 +0200 Subject: [PATCH] Update bdb-config --- pkg/configuration/vars/bdb-config.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/pkg/configuration/vars/bdb-config.yml b/pkg/configuration/vars/bdb-config.yml index 6dc79b30..f34cd7c7 100644 --- a/pkg/configuration/vars/bdb-config.yml +++ b/pkg/configuration/vars/bdb-config.yml @@ -7,23 +7,7 @@ bdb_hosts: box: name: "ubuntu/xenial64" ram: "2048" - vcpus: "1" + vcpus: "2" network: ip: "10.20.30.20" type: "private_network" - - name: "bdb-node-02" - box: - name: "centos/7" - ram: "2048" - vcpus: "1" - network: - ip: "10.20.30.30" - type: "private_network" - - name: "bdb-node-03" - box: - name: "bento/fedora-24" - ram: "2048" - vcpus: "1" - network: - ip: "10.20.30.40" - type: "private_network"