
- Bump CLI tools version - Bump CoreOS image IDs - Use etcd2 shipped in stable channel - Prefix unit names for consistency - Run proxy on master as well - Allocate node port for the app - Update docs - No need to register nodes any more - Remove stale argument `--cloud_provider=vagrant` - Refactor how addons are delivered - Remove fluentd (it can be optionally dropped into addons dir) - Script Azure endpoint creation for Guestbook example - Provide only SkyDNS addon out-of-the-box
20 lines
509 B
JSON
20 lines
509 B
JSON
{
|
|
"name": "coreos-azure-weave",
|
|
"version": "1.0.0",
|
|
"description": "Small utility to bring up a woven CoreOS cluster",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Ilya Dmitrichenko <errordeveloper@gmail.com>",
|
|
"license": "Apache 2.0",
|
|
"dependencies": {
|
|
"azure-cli": "^0.9.5",
|
|
"colors": "^1.0.3",
|
|
"js-yaml": "^3.2.5",
|
|
"openssl-wrapper": "^0.2.1",
|
|
"underscore": "^1.7.0",
|
|
"underscore.string": "^3.0.2"
|
|
}
|
|
}
|