Skip to content

Commit 526a616

Browse files
Merge pull request #120 from lsst-it/IT-6176-Upgrade-Greaylog-to-version-6.4
It 6176 upgrade greaylog to version 6.4
2 parents 6b4394b + 985042f commit 526a616

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

data/node/web-tuc-1.lsst.org.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
classes:
3+
- profile::base_linux
4+
profile::base_linux::network: true
5+
profile::base_linux::graylog: true
6+
network_config:
7+
eth0:
8+
name: eth0
9+
ensure: present
10+
ipaddress: 140.252.201.29
11+
netmask: 255.255.255.0
12+
method: static
13+
onboot: true
14+
options:
15+
GATEWAY: 140.252.201.1
16+
DNS1: 140.252.32.125
17+
DNS2: 140.252.32.126
18+
DNS3: 140.252.32.127

site/profile/manifests/graylog.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
password_fail_reset => true,
7676
}
7777
class { 'graylog::repository':
78-
version => '6.1',
78+
version => '6.2',
7979
}
8080
->class { 'graylog::server':
81-
package_version => '6.1.3',
81+
package_version => '6.2.2',
8282
config => {
8383
is_leader => true,
8484
node_id_file => '/etc/graylog/server/node-id',

0 commit comments

Comments
 (0)