ansible: replace deprecated '-' in group names
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 30 Sep 2021 19:50:04 +0000 (15:50 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Thu, 30 Sep 2021 19:55:10 +0000 (15:55 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
22 files changed:
automation/ansible/hosts
automation/ansible/node-all.yml [deleted file]
automation/ansible/node-amd64.yml [deleted file]
automation/ansible/node-arm64.yml [deleted file]
automation/ansible/node-armhf.yml [deleted file]
automation/ansible/node-el8.yml [deleted file]
automation/ansible/node-i386.yml [deleted file]
automation/ansible/node-powerpc.yml [deleted file]
automation/ansible/node-ppc64el.yml [deleted file]
automation/ansible/node-sles.yml [deleted file]
automation/ansible/node-standalone.yml [deleted file]
automation/ansible/node_all.yml [new file with mode: 0644]
automation/ansible/node_amd64.yml [new file with mode: 0644]
automation/ansible/node_arm64.yml [new file with mode: 0644]
automation/ansible/node_armhf.yml [new file with mode: 0644]
automation/ansible/node_el8.yml [new file with mode: 0644]
automation/ansible/node_i386.yml [new file with mode: 0644]
automation/ansible/node_powerpc.yml [new file with mode: 0644]
automation/ansible/node_ppc64el.yml [new file with mode: 0644]
automation/ansible/node_sles.yml [new file with mode: 0644]
automation/ansible/node_standalone.yml [new file with mode: 0644]
automation/ansible/site.yml

index a4433ce42b2735fcab8d15b1673d5aed8455be7c..ba6256ec5ff4ddb7d92396f4925ec714d5ad7874 100644 (file)
@@ -10,7 +10,7 @@ cloud05.internal.efficios.com
 #cloud07.internal.efficios.com
 #cloud08.internal.efficios.com
 
-[node-armhf]
+[node_armhf]
 ci-node-deb10-armhf-01
 ci-node-deb10-armhf-02
 ci-node-deb10-armhf-03
@@ -20,29 +20,29 @@ ci-node-deb10-armhf-06
 ci-node-deb10-armhf-07
 ci-node-deb10-armhf-08
 
-[node-arm64]
+[node_arm64]
 ci-node-bionic-arm64-01
 ci-node-bionic-arm64-02
 ci-node-bionic-arm64-03
 ci-node-bionic-arm64-04
 ci-node-bionic-arm64-05
 
-[node-powerpc]
+[node_powerpc]
 ci-node-xenial-powerpc-01
 #ci-node-xenial-powerpc-02
 ci-node-xenial-powerpc-03
 
-[node-ppc64el]
+[node_ppc64el]
 ci-node-bionic-ppc64el-01
 ci-node-bionic-ppc64el-02
 
-[node-i386]
+[node_i386]
 ci-node-bionic-i386-02-01
 ci-node-bionic-i386-03-01
 ci-node-bionic-i386-04-01
 ci-node-bionic-i386-05-01
 
-[node-amd64]
+[node_amd64]
 ci-node-bionic-amd64-02-01
 ci-node-bionic-amd64-02-02
 ci-node-bionic-amd64-02-03
@@ -88,28 +88,28 @@ ci-node-bionic-amd64-05-08
 ci-node-bionic-amd64-05-09
 ci-node-bionic-amd64-05-10
 
-[node-standalone]
+[node_standalone]
 #ci-node-standalone-amd64-02
 #ci-node-standalone-amd64-03
 ci-rootnode-bionic-amd64-02
 ci-rootnode-bionic-amd64-03
 
-[node-sles]
+[node_sles]
 ci-node-sles12sp5-amd64-03-01
 
-[node-el8]
+[node_el8]
 ci-node-el8-amd64-03-01
 
-[node-el8:vars]
+[node_el8:vars]
 ansible_python_interpreter=/usr/bin/python3
 
 [node:children]
-node-i386
-node-amd64
-node-armhf
-node-arm64
-node-powerpc
-node-ppc64el
-node-standalone
-node-sles
-node-el8
+node_i386
+node_amd64
+node_armhf
+node_arm64
+node_powerpc
+node_ppc64el
+node_standalone
+node_sles
+node_el8
diff --git a/automation/ansible/node-all.yml b/automation/ansible/node-all.yml
deleted file mode 100644 (file)
index 849557c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-- hosts: all
-  roles:
-    - common
-    - cross-compilers
-    - compilers
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
-    - lttng-modules
-    - lttng-analyses
diff --git a/automation/ansible/node-amd64.yml b/automation/ansible/node-amd64.yml
deleted file mode 100644 (file)
index 66117ae..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-- hosts: node-amd64
-  roles:
-    - common
-    - cross-compilers
-    - compilers
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
-    - lttng-modules
-    - lttng-analyses
diff --git a/automation/ansible/node-arm64.yml b/automation/ansible/node-arm64.yml
deleted file mode 100644 (file)
index 496bbe2..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: node-arm64
-  roles:
-    - common
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
diff --git a/automation/ansible/node-armhf.yml b/automation/ansible/node-armhf.yml
deleted file mode 100644 (file)
index de54056..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: node-armhf
-  roles:
-    - common
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
diff --git a/automation/ansible/node-el8.yml b/automation/ansible/node-el8.yml
deleted file mode 100644 (file)
index 4d5eced..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: node-el8
-  roles:
-    - common
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
diff --git a/automation/ansible/node-i386.yml b/automation/ansible/node-i386.yml
deleted file mode 100644 (file)
index cf27bee..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-- hosts: node-i386
-  roles:
-    - common
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
-    - lttng-analyses
diff --git a/automation/ansible/node-powerpc.yml b/automation/ansible/node-powerpc.yml
deleted file mode 100644 (file)
index b18ae49..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: node-powerpc
-  roles:
-    - common
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
diff --git a/automation/ansible/node-ppc64el.yml b/automation/ansible/node-ppc64el.yml
deleted file mode 100644 (file)
index 0836009..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: node-ppc64el
-  roles:
-    - common
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
diff --git a/automation/ansible/node-sles.yml b/automation/ansible/node-sles.yml
deleted file mode 100644 (file)
index da583f5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-- hosts: node-sles
-  roles:
-    - common
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
diff --git a/automation/ansible/node-standalone.yml b/automation/ansible/node-standalone.yml
deleted file mode 100644 (file)
index 861048d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-- hosts: node-standalone
-  roles:
-    - common
-    - cross-compilers
-    - babeltrace
-    - liburcu
-    - lttng-ust
-    - lttng-tools
-    - lttng-modules
-    - lttng-analyses
diff --git a/automation/ansible/node_all.yml b/automation/ansible/node_all.yml
new file mode 100644 (file)
index 0000000..849557c
--- /dev/null
@@ -0,0 +1,11 @@
+- hosts: all
+  roles:
+    - common
+    - cross-compilers
+    - compilers
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
+    - lttng-modules
+    - lttng-analyses
diff --git a/automation/ansible/node_amd64.yml b/automation/ansible/node_amd64.yml
new file mode 100644 (file)
index 0000000..56d3ffe
--- /dev/null
@@ -0,0 +1,11 @@
+- hosts: node_amd64
+  roles:
+    - common
+    - cross-compilers
+    - compilers
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
+    - lttng-modules
+    - lttng-analyses
diff --git a/automation/ansible/node_arm64.yml b/automation/ansible/node_arm64.yml
new file mode 100644 (file)
index 0000000..4dd9663
--- /dev/null
@@ -0,0 +1,7 @@
+- hosts: node_arm64
+  roles:
+    - common
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
diff --git a/automation/ansible/node_armhf.yml b/automation/ansible/node_armhf.yml
new file mode 100644 (file)
index 0000000..9591ee4
--- /dev/null
@@ -0,0 +1,7 @@
+- hosts: node_armhf
+  roles:
+    - common
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
diff --git a/automation/ansible/node_el8.yml b/automation/ansible/node_el8.yml
new file mode 100644 (file)
index 0000000..edf32fc
--- /dev/null
@@ -0,0 +1,7 @@
+- hosts: node_el8
+  roles:
+    - common
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
diff --git a/automation/ansible/node_i386.yml b/automation/ansible/node_i386.yml
new file mode 100644 (file)
index 0000000..6e18d13
--- /dev/null
@@ -0,0 +1,8 @@
+- hosts: node_i386
+  roles:
+    - common
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
+    - lttng-analyses
diff --git a/automation/ansible/node_powerpc.yml b/automation/ansible/node_powerpc.yml
new file mode 100644 (file)
index 0000000..3a3ff21
--- /dev/null
@@ -0,0 +1,7 @@
+- hosts: node_powerpc
+  roles:
+    - common
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
diff --git a/automation/ansible/node_ppc64el.yml b/automation/ansible/node_ppc64el.yml
new file mode 100644 (file)
index 0000000..b0a3d3c
--- /dev/null
@@ -0,0 +1,7 @@
+- hosts: node_ppc64el
+  roles:
+    - common
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
diff --git a/automation/ansible/node_sles.yml b/automation/ansible/node_sles.yml
new file mode 100644 (file)
index 0000000..c403d7c
--- /dev/null
@@ -0,0 +1,7 @@
+- hosts: node_sles
+  roles:
+    - common
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
diff --git a/automation/ansible/node_standalone.yml b/automation/ansible/node_standalone.yml
new file mode 100644 (file)
index 0000000..5f11630
--- /dev/null
@@ -0,0 +1,10 @@
+- hosts: node_standalone
+  roles:
+    - common
+    - cross-compilers
+    - babeltrace
+    - liburcu
+    - lttng-ust
+    - lttng-tools
+    - lttng-modules
+    - lttng-analyses
index 17df035757ad0e70d36fcce07fbcf28295187ec1..20fc9c562f7bb3acef0d382a10f522f5b747eabc 100644 (file)
@@ -1,11 +1,11 @@
 ---
 - import_playbook: hosts.yml
-- import_playbook: node-armhf.yml
-- import_playbook: node-arm64.yml
-- import_playbook: node-powerpc.yml
-- import_playbook: node-ppc64el.yml
-- import_playbook: node-i386.yml
-- import_playbook: node-amd64.yml
-- import_playbook: node-standalone.yml
-- import_playbook: node-sles.yml
-- import_playbook: node-el8.yml
+- import_playbook: node_armhf.yml
+- import_playbook: node_arm64.yml
+- import_playbook: node_powerpc.yml
+- import_playbook: node_ppc64el.yml
+- import_playbook: node_i386.yml
+- import_playbook: node_amd64.yml
+- import_playbook: node_standalone.yml
+- import_playbook: node_sles.yml
+- import_playbook: node_el8.yml
This page took 0.031379 seconds and 4 git commands to generate.