]> git.openstreetmap.org Git - chef.git/commitdiff
Enable netplan for some european tile caches
authorTom Hughes <tom@compton.nu>
Thu, 21 Mar 2019 00:34:33 +0000 (00:34 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 21 Mar 2019 00:34:33 +0000 (00:34 +0000)
roles/chrysophylax.rb
roles/culebre.rb
roles/ladon.rb
roles/saphira.rb
roles/trogdor.rb

index a96ab9e205f2c14def7c2af11230d200b2223662..91bd103dd329968e2e84e48c256e67aa3137166d 100644 (file)
@@ -3,6 +3,7 @@ description "Master role applied to chrysophylax"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "ens160",
index 954adeb78e4488e7d6e0b67a3462c7d6611c8af0..b1938d2b109c0fad370e97cf1243dd419ad51b8a 100644 (file)
@@ -3,6 +3,7 @@ description "Master role applied to culebre"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "ens3",
index 75da422c89adeb73a825be5fb7e526293791d84d..d6441143144887c034ee7da8603d993662172ad6 100644 (file)
@@ -3,6 +3,7 @@ description "Master role applied to ladon"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "bond0",
index dcb011087ad3b0a4d92c79c75ce610453572ec94..4e32f12ee294f09f5bbaa9b770f30d83f83fed3e 100644 (file)
@@ -3,6 +3,7 @@ description "Master role applied to saphira"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",
index 8119fc03c59b734bd177ba333315a868539f4244..697baa17c3448b12929762f4b3621699cb04a898 100644 (file)
@@ -3,6 +3,7 @@ description "Master role applied to trogdor"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",