From 9a5053dd21bb0158aa4c2c43bb4a4b095799ba6b Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 2 May 2017 12:51:20 +0100 Subject: [PATCH] Add tiamat HW watchdog --- roles/tiamat-00.rb | 3 +++ roles/tiamat-01.rb | 3 +++ roles/tiamat-02.rb | 3 +++ roles/tiamat-10.rb | 3 +++ roles/tiamat-11.rb | 3 +++ roles/tiamat-12.rb | 3 +++ roles/tiamat-13.rb | 3 +++ roles/tiamat-20.rb | 3 +++ roles/tiamat-21.rb | 3 +++ roles/tiamat-22.rb | 3 +++ roles/tiamat-23.rb | 3 +++ 11 files changed, 33 insertions(+) diff --git a/roles/tiamat-00.rb b/roles/tiamat-00.rb index 5e0f1047..0deb7ca8 100644 --- a/roles/tiamat-00.rb +++ b/roles/tiamat-00.rb @@ -17,6 +17,9 @@ default_attributes( :address => "193.60.236.40" } } + }, + :hardware => { + :watchdog => "w83627hf_wdt" } ) diff --git a/roles/tiamat-01.rb b/roles/tiamat-01.rb index 2d3aff40..b2b0eb19 100644 --- a/roles/tiamat-01.rb +++ b/roles/tiamat-01.rb @@ -17,6 +17,9 @@ default_attributes( :address => "193.60.236.41" } } + }, + :hardware => { + :watchdog => "w83627hf_wdt" } ) diff --git a/roles/tiamat-02.rb b/roles/tiamat-02.rb index d8a2ed0c..de959961 100644 --- a/roles/tiamat-02.rb +++ b/roles/tiamat-02.rb @@ -17,6 +17,9 @@ default_attributes( :address => "193.60.236.42" } } + }, + :hardware => { + :watchdog => "w83627hf_wdt" } ) diff --git a/roles/tiamat-10.rb b/roles/tiamat-10.rb index 2d8b6e55..a0d1c399 100644 --- a/roles/tiamat-10.rb +++ b/roles/tiamat-10.rb @@ -17,6 +17,9 @@ default_attributes( :address => "193.60.236.44" } } + }, + :hardware => { + :watchdog => "w83627hf_wdt" } ) diff --git a/roles/tiamat-11.rb b/roles/tiamat-11.rb index b698d11c..dce0c787 100644 --- a/roles/tiamat-11.rb +++ b/roles/tiamat-11.rb @@ -17,6 +17,9 @@ default_attributes( :address => "193.60.236.45" } } + }, + :hardware => { + :watchdog => "w83627hf_wdt" } ) diff --git a/roles/tiamat-12.rb b/roles/tiamat-12.rb index 9dc37196..66145154 100644 --- a/roles/tiamat-12.rb +++ b/roles/tiamat-12.rb @@ -17,6 +17,9 @@ default_attributes( :address => "193.60.236.46" } } + }, + :hardware => { + :watchdog => "w83627hf_wdt" } ) diff --git a/roles/tiamat-13.rb b/roles/tiamat-13.rb index 90b83797..a7ad81f0 100644 --- a/roles/tiamat-13.rb +++ b/roles/tiamat-13.rb @@ -17,6 +17,9 @@ default_attributes( :address => "193.60.236.47" } } + }, + :hardware => { + :watchdog => "w83627hf_wdt" } ) diff --git a/roles/tiamat-20.rb b/roles/tiamat-20.rb index 48a33794..576d5c87 100644 --- a/roles/tiamat-20.rb +++ b/roles/tiamat-20.rb @@ -17,6 +17,9 @@ default_attributes( :address => "193.60.236.48" } } + }, + :hardware => { + :watchdog => "w83627hf_wdt" } ) diff --git a/roles/tiamat-21.rb b/roles/tiamat-21.rb index 33badf50..082dd40e 100644 --- a/roles/tiamat-21.rb +++ b/roles/tiamat-21.rb @@ -17,6 +17,9 @@ default_attributes( :address => "193.60.236.49" } } + }, + :hardware => { + :watchdog => "w83627hf_wdt" } ) diff --git a/roles/tiamat-22.rb b/roles/tiamat-22.rb index f2359438..09f9238a 100644 --- a/roles/tiamat-22.rb +++ b/roles/tiamat-22.rb @@ -17,6 +17,9 @@ default_attributes( :address => "193.60.236.50" } } + }, + :hardware => { + :watchdog => "w83627hf_wdt" } ) diff --git a/roles/tiamat-23.rb b/roles/tiamat-23.rb index 886e5f61..dacc1ce2 100644 --- a/roles/tiamat-23.rb +++ b/roles/tiamat-23.rb @@ -17,6 +17,9 @@ default_attributes( :address => "193.60.236.51" } } + }, + :hardware => { + :watchdog => "w83627hf_wdt" } ) -- 2.30.0