From 2c4c24b238f3ce7020a59ca8d3f222d38b9b34e9 Mon Sep 17 00:00:00 2001 From: Iman Tung Date: Fri, 4 May 2018 15:50:58 +0700 Subject: [PATCH] remove nodes_2 field --- sample.blueprint.json | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/sample.blueprint.json b/sample.blueprint.json index 3bcbc0be..e3713089 100644 --- a/sample.blueprint.json +++ b/sample.blueprint.json @@ -2,7 +2,7 @@ "provisioning":"vagrant", "chef_repo": "./chef-repo", "vagrant":{ - "work_dir": "vagrant_work_dir" + "work_dir": "./vagrant_work_dir" }, "nodes": [ { @@ -13,36 +13,5 @@ "name": "elasticsearch-withdrawal-gopay-02", "chef_node_config": "elasticsearch.json" } - ], - "nodes_2": [ - { - "name": "consul-01", - "chef_node_config": "consul.json" - }, - { - "name": "yggdrasil-01", - "chef_config_file": "yggdrasil.json", - "after_success": ["push_config_to_yygdrasil"] - }, - { - "name": "elasticsearch-01", - "chef_node_config": "elasticsearch.json" - }, - { - "name": "receiver-01", - "config": [ - { - "name": "", - "value":"" - } - ], - "chef_node_config": "receiver.json" - }, - { - "name": "forwarder-01", - "yggdrasil_config": true, - "chef_node_config": "forwarder.json" - } ] - }