File tree Expand file tree Collapse file tree 6 files changed +13
-10
lines changed Expand file tree Collapse file tree 6 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 121121
122122- Checks for existing packages and summary files
123123- Nomad 0.5.2
124+
125+ ## v1.4.3
126+
127+ - Nomad 0.5.3
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ in a development environment based on Vagrant and VirtualBox. See
1717This role requires a Debian, RHEL, or Ubuntu distribution; the role is tested
1818with the following specific software versions:
1919
20- * Ansible: 2.2.2 .0
21- * nomad: 0.5.2
20+ * Ansible: 2.2.1 .0
21+ * nomad: 0.5.3
2222* Debian: 8
2323
2424## Role Variables
Original file line number Diff line number Diff line change 11---
22# File: defaults/main.yml - Main default variables for nomad
33
4- nomad_version : " {{ lookup('env','NOMAD_VERSION') | default('0.5.2 ', true) }}"
4+ nomad_version : " {{ lookup('env','NOMAD_VERSION') | default('0.5.3 ', true) }}"
55nomad_server_count : " 2"
66nomad_checksum_file_url : " https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version}}_SHA256SUMS"
77nomad_zip_url : " https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip"
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ BOX_NAME="centos/7" vagrant up
8383## Notes
8484
85850 . This project functions with the following software versions:
86- * nomad version 0.5.2
87- * Ansible version 2.2.2 .0
88- * VirtualBox version 5.1.12
86+ * nomad version 0.5.3
87+ * Ansible version 2.2.1 .0
88+ * VirtualBox version 5.1.14
8989 * Vagrant version 1.9.1
9090 * Vagrant Hosts version 2.8.0
91911 . This project uses Debian 8 (Jessie) by default, but you can choose other OS
Original file line number Diff line number Diff line change @@ -21,13 +21,12 @@ advertise {
2121 serf = "{{ nomad_advertise_address }}:4648"
2222}
2323
24- # Ship metrics to monitor the health of the cluster and to see
25- # task resource usage.
24+ # Send Nomad telemetry to statsite
2625
2726# telemetry {
2827# statsite_address = "${var.statsite}"
2928# disable_hostname = true
3029# }
3130
32- # Enable debug endpoints.
31+ # Enable debug endpoints
3332enable_debug = true
Original file line number Diff line number Diff line change 1- v1.4.2
1+ v1.4.3
You can’t perform that action at this time.
0 commit comments