From 5fb12c3feca5be65cb8bad9954ef561c660bfd55 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Wed, 28 Feb 2024 12:12:44 -0500 Subject: [PATCH] ansible: Add ci-rootnode-el8-amd64-1d-01 Change-Id: Id4f6c671151c66dc01d548c79ef39e951fc19064 Signed-off-by: Kienan Stewart --- automation/ansible/hosts | 2 ++ automation/ansible/vars/ci-instances.yml | 25 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/automation/ansible/hosts b/automation/ansible/hosts index 7be85ca..5d40e9e 100644 --- a/automation/ansible/hosts +++ b/automation/ansible/hosts @@ -167,6 +167,7 @@ ci-rootnode-deb12-amd64-2c-01 ci-rootnode-deb12-amd64-2d-01 ci-rootnode-deb12-i386-1a-01 ci-rootnode-sles15sp4-amd64-1d-01 +ci-rootnode-el8-amd64-1d-01 [node_sles] # While ci-node-sles12sp5-amd64-1b-01 has python 3.4, more recent @@ -183,6 +184,7 @@ ci-node-el9-amd64-02-01 ci-node-el7-arm64-01 ci-node-el8-arm64-01 ci-node-el9-arm64-01 +ci-rootnode-el8-amd64-1d-01 [node:children] node_i386 diff --git a/automation/ansible/vars/ci-instances.yml b/automation/ansible/vars/ci-instances.yml index ddf0026..0b5f27a 100644 --- a/automation/ansible/vars/ci-instances.yml +++ b/automation/ansible/vars/ci-instances.yml @@ -1065,6 +1065,31 @@ containers: host: 'ci-host-amd64-1d.internal.efficios.com' meta: address: 172.18.17.13 + - jenkins: + label: 'el8-amd64-rootnode' + name: 'ci-rootnode-el8-amd64-1d-01' + mode: EXCLUSIVE + config: + remoteFS: '/root' + launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com' + launcher/virtualMachineName: 'ci-rootnode-el8-amd64-1d-01' + launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class' + launcher/delegate/port: '22' + launcher/delegate/host: 'ci-rootnode-el8-amd64-1d-01.internal.efficios.com' + launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be' + ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com' + ./virtualMachineName: 'ci-rootnode-el8-amd64-1d-01' + snapshotName: '' + beforeJobSnapshotName: 'base-configuration' + startupWaitingPeriodSeconds: '30' + launcher/waitTimeMs: '30000' + shutdownMethod: 'destroy' + vm: + name: 'ci-rootnode-el8-amd64-1d-01' + disk: '/var/lib/libvirt/images/ci-rootnode-el8-amd64-1d-01.qcow' + host: 'ci-host-amd64-1d.internal.efficios.com' + meta: + address: 172.18.17.14 # VMs for running tests using lava - jenkins: {} meta: {} -- 2.34.1