From nobody Sun Jul 13 21:42:20 2025 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 1541170727569586.3549581688258; Fri, 2 Nov 2018 07:58:47 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F3D5930DDBC5; Fri, 2 Nov 2018 14:58:44 +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 3DB34261CB; Fri, 2 Nov 2018 14:58:44 +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 A9D64180B5B7; Fri, 2 Nov 2018 14:58:43 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id wA2Edp0s002697 for ; Fri, 2 Nov 2018 10:39:51 -0400 Received: by smtp.corp.redhat.com (Postfix) id BE666600D4; Fri, 2 Nov 2018 14:39:51 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.63]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3CFD360141 for ; Fri, 2 Nov 2018 14:39:49 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Fri, 2 Nov 2018 15:39:33 +0100 Message-Id: <20181102143936.9816-2-abologna@redhat.com> In-Reply-To: <20181102143936.9816-1-abologna@redhat.com> References: <20181102143936.9816-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 1/4] guests: Add Fedora 29 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: , 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.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Fri, 02 Nov 2018 14:58:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani --- guests/host_vars/libvirt-fedora-29/docker.yml | 2 + .../host_vars/libvirt-fedora-29/install.yml | 2 + guests/host_vars/libvirt-fedora-29/main.yml | 22 +++++ guests/inventory | 1 + guests/vars/vault.yml | 86 ++++++++++--------- 5 files changed, 72 insertions(+), 41 deletions(-) create mode 100644 guests/host_vars/libvirt-fedora-29/docker.yml create mode 100644 guests/host_vars/libvirt-fedora-29/install.yml create mode 100644 guests/host_vars/libvirt-fedora-29/main.yml diff --git a/guests/host_vars/libvirt-fedora-29/docker.yml b/guests/host_va= rs/libvirt-fedora-29/docker.yml new file mode 100644 index 0000000..f9ad241 --- /dev/null +++ b/guests/host_vars/libvirt-fedora-29/docker.yml @@ -0,0 +1,2 @@ +--- +docker_base: fedora:29 diff --git a/guests/host_vars/libvirt-fedora-29/install.yml b/guests/host_v= ars/libvirt-fedora-29/install.yml new file mode 100644 index 0000000..79212fd --- /dev/null +++ b/guests/host_vars/libvirt-fedora-29/install.yml @@ -0,0 +1,2 @@ +--- +install_url: https://download.fedoraproject.org/pub/fedora/linux/releases/= 29/Everything/x86_64/os diff --git a/guests/host_vars/libvirt-fedora-29/main.yml b/guests/host_vars= /libvirt-fedora-29/main.yml new file mode 100644 index 0000000..b6140ed --- /dev/null +++ b/guests/host_vars/libvirt-fedora-29/main.yml @@ -0,0 +1,22 @@ +--- +projects: + - libosinfo + - libvirt + - libvirt-cim + - libvirt-dbus + - libvirt-glib + - libvirt-go + - libvirt-go-xml + - libvirt-ocaml + - libvirt-perl + - libvirt-python + - libvirt-sandbox + - libvirt-tck + - osinfo-db + - osinfo-db-tools + - virt-manager + - virt-viewer + +package_format: rpm +os_name: Fedora +os_version: 29 diff --git a/guests/inventory b/guests/inventory index 9838d7c..d0ac2d7 100644 --- a/guests/inventory +++ b/guests/inventory @@ -4,6 +4,7 @@ libvirt-debian-9 libvirt-debian-sid libvirt-fedora-27 libvirt-fedora-28 +libvirt-fedora-29 libvirt-fedora-rawhide libvirt-freebsd-10 libvirt-freebsd-11 diff --git a/guests/vars/vault.yml b/guests/vars/vault.yml index 69a61da..960d5b1 100644 --- a/guests/vars/vault.yml +++ b/guests/vars/vault.yml @@ -1,42 +1,46 @@ $ANSIBLE_VAULT;1.1;AES256 -37356635383236643531373130663563383030653062366434323439383730323638623666= 373637 -6134653331323363616632383936343465316238623138620a316461613830373831623862= 303263 -37383431363061346133613938643764363263303262636637363862623866656662623534= 313030 -3163623062663665310a343536313232373366316535373034623534356538366266666438= 643966 -61643263356336346433633434336237383464366431383637643931366135383032373332= 393434 -66386565336165323239613666373463633039393662623934363934356439393636383565= 653835 -35366361366434313837386462333734303036353530363464366564363336356637633362= 666666 -39356138363838383832343837643064646564616665326264363333663763326163343538= 303231 -66336631303263363236646364633639623835386466383331626233373361656339666331= 363933 -31643561383866356130613265626666303038613334333264636232633334666234313565= 396266 -38653137383531343964343964303432343039326332356239396539353766343536373834= 653863 -32633132386131376263353830656364363837666333666138383136646131666336323262= 353762 -63346265646637653961383635376563393432346631396238333564663135323138623936= 383130 -64306130653931666132316438323938386336336264623532353935616364333831646434= 313165 -36373337663764643033356230396165353061366634363162333163623533396163333864= 646565 -62633133663433643338616434313437356464643034323161386262336466303365643836= 393537 -37323465356364656239643161383638653438333562333134663536376436616338336531= 333837 -65353439663663383062393533316639313634306436316531666435373139393633333666= 623237 -63626535323066336337313639643930383865663730383238613731396261626434323763= 613133 -65333739356235623133396161663262633766313432636433346336373431383765613634= 353464 -34626363363234643861373336353462383730333634353632653261303431333736616238= 383961 -36653433303935666131306339373765643632306536356538656434346335373863333565= 306466 -35343131663335363432343433346538303539636263353061323333313339636139663139= 383861 -32646563343062363634613034393430313135383530633162353661356637616439623936= 346532 -34646439333636336533663862333935613161616435626661313936343830356434396631= 356464 -33646565383931343936616438333034393837636666346336373665363834343238313062= 383662 -35653336666238383835646166653763336432613063623765323962646139346466326135= 303031 -61636361336563396465333265323932376531353132363135363431306631653161363836= 393831 -66396561333539336636306331313434343935326132376538633233623230396533336566= 343364 -39316236653761343534326632383761613835613431306338343565363732356434383632= 303234 -63313233303861306663613630633832356139383138663531336465623361663336306234= 353536 -31623562383466346437383539386434643265616137356561663530353330346233386633= 636133 -30383265386530346463383165316162643062663039366536663332623165386364393531= 343363 -33623932333361303037366165363865376565373362396631316135643633383438386261= 623034 -30343436386161646537633633353937666639653132353537663764633166663564346630= 326362 -35333433323938373362663231313863616634626363333032356230393338323861353763= 646332 -64633735383535326339666564326339333761643366363062363231303361353337306563= 666266 -63353964343864626136643766666237643536623131663936656334346335333630613866= 356138 -31643936643034336134333336633738666139316164323837366135343636313164663233= 373239 -32343933343135653635313337613932353461626538366366646566383037383766346233= 316666 -34303338393534366337633330346136386237653037666264613062336339343939 +38623463626133656164373433643133633335663739303166666630653866346633316263= 356166 +3465336235616334353633343764623036666265326664640a353834303038336638636237= 636163 +65636230363364376465343565396133333261656564626436313931306361383238623766= 353132 +3932613734626636310a643731383362393761366461343365353131343665306434353235= 633338 +62326337666236623566626664386163633533623964323030633232306131356236393361= 616235 +37616330326332623835353930663863336537343466323035346266343135376234643530= 633730 +66376436643364656231393965656264643038646564346339343038346634653035653264= 373238 +33336561363165316132326561643937616436353063346233646263623439386638343638= 616331 +35326633313961343836366162623137373238656537666531353131333636353838303438= 373839 +35393764656633613934646366313633383536386232613064663130363964643466386461= 363036 +38303234343730656137663231623639336362356532653839333731306435376130346635= 326137 +30326465316564663438386537396639663234383731363161633933363531353637653231= 366333 +65383135306666323831366565363333313464353936656264306465653135396230326434= 646138 +38323631613866336434626331346636383835393031643531626661633164666236623339= 653236 +36336265636262393134613435386437363763623131306662613430346130643331626237= 666634 +63363938356562386130653065623162653961326635666262306662373535623263363735= 633731 +63626231623964656233393565343966666162323332363465666332356561343632353431= 366162 +62643564356365616435653766373062363936666338386530373461363066633966623265= 373335 +62633035646461623639343561373465306565326437303337303735653362343532343139= 363731 +65616132633231323032316536646232386536313666323032363433613930613632343030= 663434 +36336261346137336536396330333066323831613762336437393230373336303535333739= 336637 +61323333353436313262353764373737636232333866393439633064616334666530303335= 306635 +66663034353631316236656136643239633639633036643838393539636331366233353631= 363237 +34313431303630656138366163633261303566343232373937633063356361643262333332= 663933 +31633938323633346461623834376435633636653065613634633038636535623364326662= 626231 +33316235336631383534316261376133373331376132336632623661626533396663333831= 336666 +63393937393439363065386565396131626434363432343230613633396135373634303536= 653263 +62363135373436346136366632373362333431363132623231326335373333303030653032= 336637 +62643635346566333137396663386537396237336464353965666632633632323766346439= 386434 +31323335333938636535643035633964653336326437643334363466373461356365623739= 333766 +64343762323563336438313832643932393666386432383335356631333231663634396634= 616564 +39356331363266643937306236663235303436336332653933306530363734633635333661= 366264 +62653736356265376364643332323462316563353430313632656237643166373534306466= 363131 +37643535646539396461616563343265306538353930636239396638636334313736386636= 623532 +30353230346131326332653466343235326433363964616537656166643836376263643061= 373838 +31663466356364313565376332306431353134353564383265313034336462623933356537= 623930 +36386632656364303630653132366237353561346232303163656233663531663432393063= 613566 +30643165373938353961633163323761363933646639663761633438303766396338653163= 323066 +34633065633730303664323133306334396261646665333762643731386365333035646365= 653562 +64393830323436656466313836343532633835363235326239386561633165616530393366= 366238 +64666663306137396535396631333261386635363034386239663534636336336630643037= 633531 +34393639313066393832313561363534613563343138646636633530363963623539633565= 633066 +62653732336630306630323966373466393733393733363438376163366134386465343234= 383431 +36623164616433653836373431653137376566346335363834626330373039303664646234= 313434 +38373763333138393864663933313638636461326233346633313061303231626439 --=20 2.19.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list