From: Michael Jeanson Date: Wed, 16 Aug 2023 18:19:38 +0000 (-0400) Subject: ansible: remove deprecated rootnodes X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=a5d2ff0a731f6ca0df3cfea6423b70248bcdd3b6;p=lttng-ci.git ansible: remove deprecated rootnodes Change-Id: Iba6c99c1a1ca2fafd15f4225b20b19f382110a93 Signed-off-by: Michael Jeanson --- diff --git a/automation/ansible/host_vars/cloud01.internal.efficios.com.yml b/automation/ansible/host_vars/cloud01.internal.efficios.com.yml deleted file mode 100644 index f7067af..0000000 --- a/automation/ansible/host_vars/cloud01.internal.efficios.com.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -vms: - - vars: - name: 'ci-rootnode-deb12-i386-01-01' - disk: '/var/lib/libvirt/images/ci-rootnode-deb12-i386-01-01.qcow' - cdrom: '/var/lib/libvirt/images/debian-12.0.0-i386-netinst.iso' diff --git a/automation/ansible/host_vars/cloud07.internal.efficios.com.yml b/automation/ansible/host_vars/cloud07.internal.efficios.com.yml deleted file mode 100644 index 043b534..0000000 --- a/automation/ansible/host_vars/cloud07.internal.efficios.com.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -vms: - - vars: - name: 'ci-rootnode-jammy-amd64-07-01' - uuid: '7aabc59c-eb3d-478c-b29b-b6d940be7435' - disk: '/var/lib/libvirt/images/ci-rootnode-jammy-amd64-07-01.qcow' - cdrom: '/var/lib/libvirt/images/ubuntu-22.04.2-live-server-amd64.iso' diff --git a/automation/ansible/hosts b/automation/ansible/hosts index 3f8c63a..a16ca81 100644 --- a/automation/ansible/hosts +++ b/automation/ansible/hosts @@ -214,12 +214,6 @@ ci-node-deb12-amd64-2c-09 ci-node-deb12-amd64-2c-10 [node_standalone] -ci-rootnode-bionic-amd64-01 -ci-rootnode-bionic-amd64-02 -ci-rootnode-bionic-amd64-03 -ci-rootnode-bionic-amd64-06 -ci-rootnode-jammy-amd64-07-01 -ci-rootnode-deb11-i386-01 ci-rootnode-deb12-amd64-1a-01 ci-rootnode-deb12-amd64-1b-01 ci-rootnode-deb12-amd64-1c-01 @@ -229,7 +223,6 @@ ci-rootnode-deb12-amd64-2b-01 ci-rootnode-deb12-amd64-2c-01 ci-rootnode-deb12-amd64-2d-01 ci-rootnode-deb12-i386-1a-01 -ci-rootnode-deb12-i386-01-01 [node_sles] ci-node-sles12sp5-amd64-03-01 @@ -261,4 +254,4 @@ node ansible_python_interpreter=python3 [gitmirror] -git-mirror02 \ No newline at end of file +git-mirror02