projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ab5751c
)
Make bytemark machines use grisu for DNS
author
Tom Hughes
<tom@compton.nu>
Wed, 26 Jun 2019 17:47:23 +0000
(18:47 +0100)
committer
Tom Hughes
<tom@compton.nu>
Wed, 26 Jun 2019 17:47:23 +0000
(18:47 +0100)
roles/bytemark.rb
patch
|
blob
|
history
roles/shenron.rb
patch
|
blob
|
history
diff --git
a/roles/bytemark.rb
b/roles/bytemark.rb
index 209717f768067ed493ee89381d6d9b690c117779..2289df6484e929e6b16b80556bbe2c9ae675c78f 100644
(file)
--- a/
roles/bytemark.rb
+++ b/
roles/bytemark.rb
@@
-5,7
+5,7
@@
default_attributes(
:hosted_by => "Bytemark",
:location => "York, England",
:networking => {
- :nameservers => ["
80.68.80.24", "80.68.80.25", "2001:41c8:2::1", "2001:41c8:2::2
"],
+ :nameservers => ["
10.0.32.20
"],
:roles => {
:internal => {
:inet => {
diff --git
a/roles/shenron.rb
b/roles/shenron.rb
index 9226ff0de7da1ff9fd3942335f54965d9afc0efd..c3db86355878f4cb3b0f1e17c460b59b6daa7007 100644
(file)
--- a/
roles/shenron.rb
+++ b/
roles/shenron.rb
@@
-50,7
+50,8
@@
override_attributes(
:prefix => "64",
:gateway => "fe80::1"
}
- }
+ },
+ :nameservers => ["89.16.162.20", "2001:41c9:2:d6::20"]
}
)