README.md in vagrant-orchestrate-0.7.0.pre vs README.md in vagrant-orchestrate-0.7.0.pre.1
- old
+ new
@@ -205,10 +205,13 @@
```
### Tracking Deployment metadata
Vagrant Orchestrate has support for integrating with [deployment-tracker](https://github.com/Cimpress-MCP/deployment-tracker),
-which can collect and record metadata about deployments, including summary records, metrics, and logs.
+which can collect and record metadata about deployments, including summary records, metrics, and logs. This is great if you're
+in a distributed deployment environment, but need a central store for operational or compliance reasons.
+
+Add the following configuration option to your Vagrantfile
config.orchestrate.tracker_host = "deploymenttracker.mydomain.com"
See more info on [deployment tracker integration](docs/deployment_tracker.md).