From nobody Sat May 4 16:55:47 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1525351313821950.2805756259507; Thu, 3 May 2018 05:41:53 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B95163003A51; Thu, 3 May 2018 12:41:52 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 870AD31374E0; Thu, 3 May 2018 12:41:52 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 24C581808852; Thu, 3 May 2018 12:41:52 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w43CfmR3004293 for ; Thu, 3 May 2018 08:41:48 -0400 Received: by smtp.corp.redhat.com (Postfix) id E0DC2111765D; Thu, 3 May 2018 12:41:47 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.43.2.44]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 85508111765B for ; Thu, 3 May 2018 12:41:47 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Thu, 3 May 2018 14:41:38 +0200 Message-Id: <20180503124141.4209-2-abologna@redhat.com> In-Reply-To: <20180503124141.4209-1-abologna@redhat.com> References: <20180503124141.4209-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 1/4] guests: Add libvirt-fedora-28 X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Thu, 03 May 2018 12:41:53 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrang=C3=A9 --- guests/host_vars/libvirt-fedora-28/install.yml | 3 +++ guests/host_vars/libvirt-fedora-28/main.yml | 20 ++++++++++++++++++++ guests/inventory | 1 + 3 files changed, 24 insertions(+) create mode 100644 guests/host_vars/libvirt-fedora-28/install.yml create mode 100644 guests/host_vars/libvirt-fedora-28/main.yml diff --git a/guests/host_vars/libvirt-fedora-28/install.yml b/guests/host_v= ars/libvirt-fedora-28/install.yml new file mode 100644 index 0000000..4b2b9f0 --- /dev/null +++ b/guests/host_vars/libvirt-fedora-28/install.yml @@ -0,0 +1,3 @@ +--- +install_url: https://download.fedoraproject.org/pub/fedora/linux/releases/= 28/Everything/x86_64/os +install_config: kickstart.cfg diff --git a/guests/host_vars/libvirt-fedora-28/main.yml b/guests/host_vars= /libvirt-fedora-28/main.yml new file mode 100644 index 0000000..3f69f80 --- /dev/null +++ b/guests/host_vars/libvirt-fedora-28/main.yml @@ -0,0 +1,20 @@ +--- +PERL5LIB: $VIRT_PREFIX/lib64/perl5 +PYTHONPATH: $VIRT_PREFIX/lib64/python3.6/site-packages + +projects: + - libosinfo + - libvirt + - libvirt-cim + - libvirt-dbus + - libvirt-glib + - libvirt-go + - libvirt-go-xml + - libvirt-perl + - libvirt-python + - libvirt-sandbox + - libvirt-tck + - osinfo-db + - osinfo-db-tools + - virt-manager + - virt-viewer diff --git a/guests/inventory b/guests/inventory index 41826ee..e578084 100644 --- a/guests/inventory +++ b/guests/inventory @@ -4,6 +4,7 @@ libvirt-debian-8 libvirt-debian-9 libvirt-fedora-26 libvirt-fedora-27 +libvirt-fedora-28 libvirt-fedora-rawhide libvirt-freebsd-10 libvirt-freebsd-11 --=20 2.14.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sat May 4 16:55:47 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 152535131421467.30762293816997; Thu, 3 May 2018 05:41:54 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F2FB330CB6E1; Thu, 3 May 2018 12:41:52 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AE6975DA61; Thu, 3 May 2018 12:41:52 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 46302180BAE7; Thu, 3 May 2018 12:41:52 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w43CfmGi004298 for ; Thu, 3 May 2018 08:41:48 -0400 Received: by smtp.corp.redhat.com (Postfix) id 83DC8111765D; Thu, 3 May 2018 12:41:48 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.43.2.44]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 28957111765B for ; Thu, 3 May 2018 12:41:48 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Thu, 3 May 2018 14:41:39 +0200 Message-Id: <20180503124141.4209-3-abologna@redhat.com> In-Reply-To: <20180503124141.4209-1-abologna@redhat.com> References: <20180503124141.4209-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 2/4] projects: Add libvirt-fedora-28 X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Thu, 03 May 2018 12:41:53 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrang=C3=A9 --- jobs/defaults.yaml | 2 ++ projects/libvirt-dbus.yaml | 2 ++ projects/libvirt-sandbox.yaml | 2 ++ projects/libvirt-tck.yaml | 2 ++ projects/libvirt.yaml | 2 ++ projects/virt-manager.yaml | 3 +++ 6 files changed, 13 insertions(+) diff --git a/jobs/defaults.yaml b/jobs/defaults.yaml index 43686c5..91dc92f 100644 --- a/jobs/defaults.yaml +++ b/jobs/defaults.yaml @@ -10,6 +10,7 @@ - libvirt-debian-9 - libvirt-fedora-26 - libvirt-fedora-27 + - libvirt-fedora-28 - libvirt-fedora-rawhide - libvirt-freebsd-10 - libvirt-freebsd-11 @@ -17,6 +18,7 @@ - libvirt-centos-7 - libvirt-fedora-26 - libvirt-fedora-27 + - libvirt-fedora-28 - libvirt-fedora-rawhide mingw_machines: - libvirt-fedora-rawhide diff --git a/projects/libvirt-dbus.yaml b/projects/libvirt-dbus.yaml index 52cd60c..250b069 100644 --- a/projects/libvirt-dbus.yaml +++ b/projects/libvirt-dbus.yaml @@ -10,6 +10,7 @@ - libvirt-debian-9 - libvirt-fedora-26 - libvirt-fedora-27 + - libvirt-fedora-28 - libvirt-fedora-rawhide - libvirt-freebsd-10 - libvirt-freebsd-11 @@ -19,6 +20,7 @@ - libvirt-debian-9 - libvirt-fedora-26 - libvirt-fedora-27 + - libvirt-fedora-28 - libvirt-fedora-rawhide - libvirt-freebsd-10 - libvirt-freebsd-11 diff --git a/projects/libvirt-sandbox.yaml b/projects/libvirt-sandbox.yaml index a8dd8aa..cc9cfe7 100644 --- a/projects/libvirt-sandbox.yaml +++ b/projects/libvirt-sandbox.yaml @@ -5,6 +5,7 @@ - libvirt-debian-9 - libvirt-fedora-26 - libvirt-fedora-27 + - libvirt-fedora-28 - libvirt-fedora-rawhide title: Libvirt Sandbox jobs: @@ -20,4 +21,5 @@ machines: - libvirt-fedora-26 - libvirt-fedora-27 + - libvirt-fedora-28 - libvirt-fedora-rawhide diff --git a/projects/libvirt-tck.yaml b/projects/libvirt-tck.yaml index a3e979b..2bb9c2a 100644 --- a/projects/libvirt-tck.yaml +++ b/projects/libvirt-tck.yaml @@ -6,6 +6,7 @@ - libvirt-debian-9 - libvirt-fedora-26 - libvirt-fedora-27 + - libvirt-fedora-28 - libvirt-fedora-rawhide - libvirt-freebsd-10 - libvirt-freebsd-11 @@ -20,4 +21,5 @@ machines: - libvirt-fedora-26 - libvirt-fedora-27 + - libvirt-fedora-28 - libvirt-fedora-rawhide diff --git a/projects/libvirt.yaml b/projects/libvirt.yaml index b720757..09ac1f4 100644 --- a/projects/libvirt.yaml +++ b/projects/libvirt.yaml @@ -15,6 +15,7 @@ - libvirt-debian-9 - libvirt-fedora-26 - libvirt-fedora-27 + - libvirt-fedora-28 - libvirt-fedora-rawhide - autotools-check-job: parent_jobs: 'libvirt-master-syntax-check' @@ -24,6 +25,7 @@ - libvirt-debian-9 - libvirt-fedora-26 - libvirt-fedora-27 + - libvirt-fedora-28 - libvirt-fedora-rawhide local_env: | export VIR_TEST_EXPENSIVE=3D1 diff --git a/projects/virt-manager.yaml b/projects/virt-manager.yaml index 8c18680..c1fcd34 100644 --- a/projects/virt-manager.yaml +++ b/projects/virt-manager.yaml @@ -5,6 +5,7 @@ - libvirt-debian-9 - libvirt-fedora-26 - libvirt-fedora-27 + - libvirt-fedora-28 - libvirt-fedora-rawhide - libvirt-freebsd-10 - libvirt-freebsd-11 @@ -25,10 +26,12 @@ - libvirt-debian-9 - libvirt-fedora-26 - libvirt-fedora-27 + - libvirt-fedora-28 - libvirt-fedora-rawhide - python-distutils-rpm-job: parent_jobs: 'virt-manager-master-check' machines: - libvirt-fedora-26 - libvirt-fedora-27 + - libvirt-fedora-28 - libvirt-fedora-rawhide --=20 2.14.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sat May 4 16:55:47 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1525351320410679.0151426802903; Thu, 3 May 2018 05:42:00 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 122CD30CB704; Thu, 3 May 2018 12:41:59 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C3D2E611BC; Thu, 3 May 2018 12:41:58 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 6BCAB4CAA9; Thu, 3 May 2018 12:41:58 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w43CfnHW004306 for ; Thu, 3 May 2018 08:41:49 -0400 Received: by smtp.corp.redhat.com (Postfix) id 275DB111765D; Thu, 3 May 2018 12:41:49 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.43.2.44]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BF723111765B for ; Thu, 3 May 2018 12:41:48 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Thu, 3 May 2018 14:41:40 +0200 Message-Id: <20180503124141.4209-4-abologna@redhat.com> In-Reply-To: <20180503124141.4209-1-abologna@redhat.com> References: <20180503124141.4209-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 3/4] projects: Remove libvirt-fedora-26 X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Thu, 03 May 2018 12:41:59 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrang=C3=A9 --- jobs/defaults.yaml | 2 -- projects/libvirt-dbus.yaml | 2 -- projects/libvirt-sandbox.yaml | 2 -- projects/libvirt-tck.yaml | 2 -- projects/libvirt.yaml | 2 -- projects/virt-manager.yaml | 3 --- 6 files changed, 13 deletions(-) diff --git a/jobs/defaults.yaml b/jobs/defaults.yaml index 91dc92f..45eedb7 100644 --- a/jobs/defaults.yaml +++ b/jobs/defaults.yaml @@ -8,7 +8,6 @@ - libvirt-centos-7 - libvirt-debian-8 - libvirt-debian-9 - - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-28 - libvirt-fedora-rawhide @@ -16,7 +15,6 @@ - libvirt-freebsd-11 rpm_machines: - libvirt-centos-7 - - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-28 - libvirt-fedora-rawhide diff --git a/projects/libvirt-dbus.yaml b/projects/libvirt-dbus.yaml index 250b069..c460db4 100644 --- a/projects/libvirt-dbus.yaml +++ b/projects/libvirt-dbus.yaml @@ -8,7 +8,6 @@ machines: - libvirt-centos-7 - libvirt-debian-9 - - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-28 - libvirt-fedora-rawhide @@ -18,7 +17,6 @@ parent_jobs: 'libvirt-dbus-master-build' machines: - libvirt-debian-9 - - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-28 - libvirt-fedora-rawhide diff --git a/projects/libvirt-sandbox.yaml b/projects/libvirt-sandbox.yaml index cc9cfe7..bb8bda6 100644 --- a/projects/libvirt-sandbox.yaml +++ b/projects/libvirt-sandbox.yaml @@ -3,7 +3,6 @@ name: libvirt-sandbox machines: - libvirt-debian-9 - - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-28 - libvirt-fedora-rawhide @@ -19,7 +18,6 @@ - autotools-rpm-job: parent_jobs: 'libvirt-sandbox-master-check' machines: - - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-28 - libvirt-fedora-rawhide diff --git a/projects/libvirt-tck.yaml b/projects/libvirt-tck.yaml index 2bb9c2a..25b674a 100644 --- a/projects/libvirt-tck.yaml +++ b/projects/libvirt-tck.yaml @@ -4,7 +4,6 @@ machines: - libvirt-debian-8 - libvirt-debian-9 - - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-28 - libvirt-fedora-rawhide @@ -19,7 +18,6 @@ - perl-modulebuild-rpm-job: parent_jobs: 'libvirt-tck-master-test' machines: - - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-28 - libvirt-fedora-rawhide diff --git a/projects/libvirt.yaml b/projects/libvirt.yaml index 09ac1f4..9b9b0b4 100644 --- a/projects/libvirt.yaml +++ b/projects/libvirt.yaml @@ -13,7 +13,6 @@ - libvirt-centos-7 - libvirt-debian-8 - libvirt-debian-9 - - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-28 - libvirt-fedora-rawhide @@ -23,7 +22,6 @@ - libvirt-centos-7 - libvirt-debian-8 - libvirt-debian-9 - - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-28 - libvirt-fedora-rawhide diff --git a/projects/virt-manager.yaml b/projects/virt-manager.yaml index c1fcd34..74f7fc1 100644 --- a/projects/virt-manager.yaml +++ b/projects/virt-manager.yaml @@ -3,7 +3,6 @@ name: virt-manager machines: - libvirt-debian-9 - - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-28 - libvirt-fedora-rawhide @@ -24,14 +23,12 @@ # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224902 machines: - libvirt-debian-9 - - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-28 - libvirt-fedora-rawhide - python-distutils-rpm-job: parent_jobs: 'virt-manager-master-check' machines: - - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-28 - libvirt-fedora-rawhide --=20 2.14.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sat May 4 16:55:47 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1525351318113576.8470472841816; Thu, 3 May 2018 05:41:58 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0A8978051A; Thu, 3 May 2018 12:41:57 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C6F3630012B3; Thu, 3 May 2018 12:41:56 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 5FCF6180BAE6; Thu, 3 May 2018 12:41:56 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w43CfnNE004313 for ; Thu, 3 May 2018 08:41:49 -0400 Received: by smtp.corp.redhat.com (Postfix) id BE607111765D; Thu, 3 May 2018 12:41:49 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.43.2.44]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6262E111765B for ; Thu, 3 May 2018 12:41:49 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Thu, 3 May 2018 14:41:41 +0200 Message-Id: <20180503124141.4209-5-abologna@redhat.com> In-Reply-To: <20180503124141.4209-1-abologna@redhat.com> References: <20180503124141.4209-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 4/4] guests: Remove libvirt-fedora-26 X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Thu, 03 May 2018 12:41:57 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrang=C3=A9 --- guests/host_vars/libvirt-fedora-26/install.yml | 3 --- guests/host_vars/libvirt-fedora-26/main.yml | 20 -------------------- guests/inventory | 1 - 3 files changed, 24 deletions(-) delete mode 100644 guests/host_vars/libvirt-fedora-26/install.yml delete mode 100644 guests/host_vars/libvirt-fedora-26/main.yml diff --git a/guests/host_vars/libvirt-fedora-26/install.yml b/guests/host_v= ars/libvirt-fedora-26/install.yml deleted file mode 100644 index c10d335..0000000 --- a/guests/host_vars/libvirt-fedora-26/install.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -install_url: https://download.fedoraproject.org/pub/fedora/linux/releases/= 26/Everything/x86_64/os -install_config: kickstart.cfg diff --git a/guests/host_vars/libvirt-fedora-26/main.yml b/guests/host_vars= /libvirt-fedora-26/main.yml deleted file mode 100644 index 3f69f80..0000000 --- a/guests/host_vars/libvirt-fedora-26/main.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -PERL5LIB: $VIRT_PREFIX/lib64/perl5 -PYTHONPATH: $VIRT_PREFIX/lib64/python3.6/site-packages - -projects: - - libosinfo - - libvirt - - libvirt-cim - - libvirt-dbus - - libvirt-glib - - libvirt-go - - libvirt-go-xml - - libvirt-perl - - libvirt-python - - libvirt-sandbox - - libvirt-tck - - osinfo-db - - osinfo-db-tools - - virt-manager - - virt-viewer diff --git a/guests/inventory b/guests/inventory index e578084..0c8e280 100644 --- a/guests/inventory +++ b/guests/inventory @@ -2,7 +2,6 @@ libvirt-centos-6 libvirt-centos-7 libvirt-debian-8 libvirt-debian-9 -libvirt-fedora-26 libvirt-fedora-27 libvirt-fedora-28 libvirt-fedora-rawhide --=20 2.14.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sat May 4 16:55:47 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1525352127036313.30998922826643; Thu, 3 May 2018 05:55:27 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3A85E30C8098; Thu, 3 May 2018 12:55:25 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0498D5FCB0; Thu, 3 May 2018 12:55:25 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 810B4180BAE9; Thu, 3 May 2018 12:55:24 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w43ClmjN005360 for ; Thu, 3 May 2018 08:47:48 -0400 Received: by smtp.corp.redhat.com (Postfix) id E69FD83B7B; Thu, 3 May 2018 12:47:47 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.43.2.44]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 89EB483B79 for ; Thu, 3 May 2018 12:47:45 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Thu, 3 May 2018 14:47:42 +0200 Message-Id: <20180503124742.4853-1-abologna@redhat.com> In-Reply-To: <20180503124141.4209-1-abologna@redhat.com> References: <20180503124141.4209-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 5/4] guests: Update vault X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Thu, 03 May 2018 12:55:26 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" libvirt-fedora-28 has been added and libvirt-fedora-26 has been removed: update the vault accordingly. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrang=C3=A9 --- Forgot to do this when sending the series. guests/vars/vault.yml | 90 +++++++++++++++++++++++++----------------------= ---- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/guests/vars/vault.yml b/guests/vars/vault.yml index 5b5504e..403bd9b 100644 --- a/guests/vars/vault.yml +++ b/guests/vars/vault.yml @@ -1,46 +1,46 @@ $ANSIBLE_VAULT;1.1;AES256 -65383961343931383034323931343431663863336439383062306134393231613032306466= 383066 -6466656433353431303462383737323537323462313864300a653135633963393336386431= 376434 -37386338643636386334633961636530636437316639346332653466663861316538313639= 363564 -3663663762396333630a316534323362663861626563366561643237326663653664316565= 663236 -33343435343662353635623336636133313030393734626362306164306666623235383634= 616464 -35623632363063303333666338363962653664326234636435363533346231623364386563= 663334 -32376332623932663838316662306463663365343438366537343065663834373237626135= 626137 -35313661643535396632313239363035393132373135356233663432326635396464616666= 393965 -66306261653664323733613266333732663434653839653236656264613634356335626635= 323833 -37313232623337646563386361393139326636303734376538383636636464333964336466= 623034 -37663436613939333761333861343137363231623966643634616663613037663662396161= 373630 -36633961643633366538366435396565353131633339393632363632656462316430653262= 363439 -61656665623764336364323263326637626537626362336631616365333161366164326262= 323235 -38633133326366316161326331313932363865656164376564396138623665646533663065= 303737 -66633631633631383531386533663339323033343765333333306466303065633136346266= 626230 -37323938366262653064663835376165313436386465326264396134316663373565303263= 366333 -62393930376165636334623136616633623066643334653737663234383633356234336139= 386338 -32353564623734376637633237623534333439346165643237646437303735623861633534= 393166 -33313832396139366162643236366533326138363237663638376462393437343231646263= 386265 -64613931643733346238363033326631373239316439376364333435653138396463326539= 306430 -33613839646337326234363639326439376530336561363635346366613431386463396561= 356130 -37613035306334626663363933316361323233313239653338376130343331383936376236= 666364 -62633666376261626463303532383730336236396233633363303831376534393831366539= 373530 -30326530646133386632343564333433623363353463363131646139663561386433353034= 623461 -38643262363331363030643362333930326263356634333739363634373037366333613365= 306439 -32636532313339666336366634363631343463393461353139373464356536386538666533= 306464 -39613334643938356265623366313138343361383339616239323764626234373761373432= 623965 -62316532336164333136303363383036353863333838656138343736636436393164313862= 326130 -64666137643631626334653537356436313937653139323033656162343332336566663138= 393539 -66666530643737363965663839306238656638613039333239623034346232313731626666= 303166 -66356634373664343931323533306434303235636439313333666262633334653531356633= 393131 -33346438346136386363356530383834663335613832663664323564393533376264326133= 636166 -63383634656232376664313631393863313139376465656266383132626664353538633531= 636263 -31313133316265643931623866363436663234393562623838653730343363623666643234= 663934 -38373533393936346333346238393261373738663236303335326264646132616338396630= 613631 -39343232346531663565333533393730323338636232386365366538376163346534333439= 373965 -61643864393734666435353134313464333431646535363731623430326664666261326262= 633932 -34643263643736343461303539313864656531353365656661633439343339626362386139= 333632 -63623065376338346466306563323966663231363932643539393662336638383836383531= 653237 -37393731343166613261373434366231346365333536306338666230373763326361366137= 376333 -32663833653236653163653838666438636135376131316631343134356434373862666435= 666137 -34643139666233386338623936316338393039396134313034396466316565613631383636= 383062 -30633635616233353130663361636432333333373030656633616233313336353030363539= 616165 -39393136623762633266626262333863663930373730633332383037653935353936666139= 636165 -32363936613633323830636263326138653739633237303832393832356162666565 +37663961316238333332643164623861363938613135376161343231383739663836313130= 363538 +3136326161376136376332636534643437626530316439650a636134636561333962376564= 626635 +31306539613534653133383161313834633133316361303539646234356335386639303332= 323063 +3937626336326131650a373737396639373063316131633634393961393634663961613532= 353134 +32623065373438336561643538666536666665323536643730386364653162323939616131= 313634 +38653936663937613765663465353166656363356336636362353432636537633836623930= 653437 +30353239303435613536636333386436336638636462626537623766343237376331643334= 633433 +37353531616466386234376639306261303561373035383338383366646537373231386362= 313562 +66663965366438383833653631386236356163653835303664666539326362383362343838= 653333 +39623535616361653838626164306666626634373237626638373131303439356164646361= 613838 +64333165393935636162613638626461313661623963626664366361366364643136313236= 306636 +61633665393630356133306338343563636332386539626366383133326662633638306330= 323437 +34613034326465346338633538363231386430363932656430346634663437333734363234= 346533 +35303962333032626435343030653338656133323932386264346562323133326164623961= 623466 +62643763333563336362666439653038653335373531303930313239393166623539386239= 323337 +39393337313563656131646130633330313230366462306636363535386663666131613662= 363566 +63643030633262336263316134636136616430636536363464386436616530336264396264= 393762 +36646531636238343763376438666163376166613231306363633536623166356437386333= 383665 +37353962383238346132633230373666366638386162663263663134303936633034643737= 386362 +36393537373864323632376632376134303866393966336536376139393334613163356234= 623863 +36353837616535313266326538376663316366616561613833393037316264396532306430= 623338 +33636339623861313536323835326464636265386536646263643765306432626462363533= 373434 +32343961613563613734633736396139623463653230303337333862393836393533363637= 626662 +35376236613436323736643533613436646136373436363862383933323231663237343838= 313262 +34343337343031326139366636346632303738366439346433633738313464366438366235= 356462 +65376165396532623566663335396332333635346661613431343237366166376462393732= 373532 +62616631643564653865386133663666313366313336323432316236336165386234323165= 366461 +35343238336235386364363732343862393039326234653539643861383832393465343536= 353739 +33633134333836393965343935316564653866363130343234633566643463343331306135= 386334 +39316166616463383964613432373437623964343164383638666531303064313063663330= 366566 +33643930396232626266396634366564633163333837373062636131623463613061656138= 363534 +39383830626136636563663233376237626565643661656430336462626436386235643239= 646365 +34303938323237626362613765326138376130666466373033626338363161383432623465= 353131 +39373230336330666337393161306437313035373164366330333533636662313266336333= 626261 +37353638623362643138356434323864346265613835306665383564323139333539336231= 323534 +38323664396438663664343436333133656336663633396234303034633163643534346139= 663632 +34633364373066303363306366653566353338326566616138643761343166343536333239= 653966 +39626639383762653439643631663161303333323330313063336532303531393830646532= 343261 +65363434373538653337306233333238653465313266643838333862616337323063626432= 393939 +34663838363931353561396164623138366538376230333738373962356337366533643866= 343863 +37633366323334323936303962653462353831386262336233336339633366336164623766= 653862 +32653262373433343136386363386231373938636661373363393331663365636333633164= 353563 +38643966373261356131666432313934313038363034306162373262353666303936666564= 303935 +62383432633763623864323263616632396166363165336331363434316430626334616537= 376132 +63666665336362373265363462343666356434323365633632626632666130356431 --=20 2.14.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list