summaryrefslogtreecommitdiffstats
path: root/vagrant/consul/config.json
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2018-08-01 16:22:13 -0400
committerMichael Hwang <mhwang@research.att.com>2018-08-03 10:33:58 -0400
commit2de95edebaa92072aa857ca70961cd7bdaf7a77d (patch)
tree5225035b16b57d392ddbf3f38d340b4fa28f9a0c /vagrant/consul/config.json
parentc4a139fff38bc62ea0a47566707c7aad13a86b4f (diff)
Do first pass on dcae onboarding vagrant
* Provide Vagrantfile etc to standup a VirtualBox image that runs a minimal DCAE runtime for onboarding * Add README with directions on how to do above * Make minor fixes to the dcae-cli for issues discovered from testing above Issue-ID: DCAEGEN2-574 Change-Id: I99ea595df9e5e2b9a872b864e553caec1f020669 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'vagrant/consul/config.json')
-rw-r--r--vagrant/consul/config.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/vagrant/consul/config.json b/vagrant/consul/config.json
new file mode 100644
index 0000000..0e223ab
--- /dev/null
+++ b/vagrant/consul/config.json
@@ -0,0 +1,11 @@
+{
+ "client_addr" : "0.0.0.0",
+ "bootstrap_expect" : 1,
+ "datacenter": "vagrant-dcae",
+ "http_api_response_headers": {
+ "Access-Control-Allow-Origin" : "*"
+ },
+ "server": true,
+ "ui": true,
+ "log_level": "info"
+}