From: Michael Jeanson Date: Thu, 30 Sep 2021 19:50:04 +0000 (-0400) Subject: ansible: replace deprecated '-' in group names X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=7a97936af7e4f1915c81af3d175d0bf6cb652a86;p=lttng-ci.git ansible: replace deprecated '-' in group names Signed-off-by: Michael Jeanson --- diff --git a/automation/ansible/hosts b/automation/ansible/hosts index a4433ce..ba6256e 100644 --- a/automation/ansible/hosts +++ b/automation/ansible/hosts @@ -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 index 849557c..0000000 --- a/automation/ansible/node-all.yml +++ /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 index 66117ae..0000000 --- a/automation/ansible/node-amd64.yml +++ /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 index 496bbe2..0000000 --- a/automation/ansible/node-arm64.yml +++ /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 index de54056..0000000 --- a/automation/ansible/node-armhf.yml +++ /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 index 4d5eced..0000000 --- a/automation/ansible/node-el8.yml +++ /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 index cf27bee..0000000 --- a/automation/ansible/node-i386.yml +++ /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 index b18ae49..0000000 --- a/automation/ansible/node-powerpc.yml +++ /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 index 0836009..0000000 --- a/automation/ansible/node-ppc64el.yml +++ /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 index da583f5..0000000 --- a/automation/ansible/node-sles.yml +++ /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 index 861048d..0000000 --- a/automation/ansible/node-standalone.yml +++ /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 index 0000000..849557c --- /dev/null +++ b/automation/ansible/node_all.yml @@ -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 index 0000000..56d3ffe --- /dev/null +++ b/automation/ansible/node_amd64.yml @@ -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 index 0000000..4dd9663 --- /dev/null +++ b/automation/ansible/node_arm64.yml @@ -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 index 0000000..9591ee4 --- /dev/null +++ b/automation/ansible/node_armhf.yml @@ -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 index 0000000..edf32fc --- /dev/null +++ b/automation/ansible/node_el8.yml @@ -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 index 0000000..6e18d13 --- /dev/null +++ b/automation/ansible/node_i386.yml @@ -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 index 0000000..3a3ff21 --- /dev/null +++ b/automation/ansible/node_powerpc.yml @@ -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 index 0000000..b0a3d3c --- /dev/null +++ b/automation/ansible/node_ppc64el.yml @@ -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 index 0000000..c403d7c --- /dev/null +++ b/automation/ansible/node_sles.yml @@ -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 index 0000000..5f11630 --- /dev/null +++ b/automation/ansible/node_standalone.yml @@ -0,0 +1,10 @@ +- hosts: node_standalone + roles: + - common + - cross-compilers + - babeltrace + - liburcu + - lttng-ust + - lttng-tools + - lttng-modules + - lttng-analyses diff --git a/automation/ansible/site.yml b/automation/ansible/site.yml index 17df035..20fc9c5 100644 --- a/automation/ansible/site.yml +++ b/automation/ansible/site.yml @@ -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