File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
3
- ## master
3
+ ## 0.4.0
4
4
5
5
Improvements:
6
6
7
7
- mesos-master, mesos-agent: Use fully qualified host names.
8
8
- Generate Ansible role documentation from YAML files so they are always up to
9
9
date.
10
- - marathon-lb: Upgrade to version 1.1.1
10
+ - marathon-lb: Upgrade to version 1.1.1.
11
+ - common: Disable IPv6 on all cluster nodes.
12
+ - New glusterfs role which adds persistent storage across nodes.
11
13
12
14
## 0.3.0
13
15
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ To use the scripts to build a custom Mesos cluster first install the roles in
21
21
your project:
22
22
23
23
$ ansible-galaxy install --force --roles-path .ansible \
24
- https://github.com/ypg-data/mesos-stack,0.3 .0
24
+ https://github.com/ypg-data/mesos-stack,0.4 .0
25
25
26
26
and configure Ansible to load roles from the roles directory provided by this
27
27
project.
@@ -37,7 +37,7 @@ Alternatively, you can also use a `requirements.yml` file:
37
37
``` yaml
38
38
- src : https://github.com/ypg-data/mesos-stack
39
39
path : .ansible
40
- version : 0.3 .0
40
+ version : 0.4 .0
41
41
` ` `
42
42
43
43
and pull down the roles to your DevOps setup by running:
You can’t perform that action at this time.
0 commit comments