Skip to content

Commit

Permalink
remove nodes_2 field
Browse files Browse the repository at this point in the history
  • Loading branch information
Iman Tung committed May 4, 2018
1 parent fe3cf45 commit 2c4c24b
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions sample.blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"provisioning":"vagrant",
"chef_repo": "./chef-repo",
"vagrant":{
"work_dir": "vagrant_work_dir"
"work_dir": "./vagrant_work_dir"
},
"nodes": [
{
Expand All @@ -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"
}
]

}

0 comments on commit 2c4c24b

Please sign in to comment.