From 0c6e803c602abe7fae242ca03eae8d911eb70257 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 9 Apr 2019 10:09:23 +0200 Subject: [PATCH] simple-koji-ci: Move the hosts to F29 Signed-off-by: Pierre-Yves Chibon --- inventory/host_vars/simple-koji-ci-dev.fedorainfracloud.org | 2 +- inventory/host_vars/simple-koji-ci-prod.fedorainfracloud.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/simple-koji-ci-dev.fedorainfracloud.org b/inventory/host_vars/simple-koji-ci-dev.fedorainfracloud.org index 92edf2eeb0..c2a9346e3a 100644 --- a/inventory/host_vars/simple-koji-ci-dev.fedorainfracloud.org +++ b/inventory/host_vars/simple-koji-ci-dev.fedorainfracloud.org @@ -1,5 +1,5 @@ --- -image: "{{ fedora27_x86_64 }}" +image: "{{ fedora29_x86_64 }}" instance_type: m1.medium keypair: fedora-admin-20130801 security_group: ssh-anywhere-persistent,all-icmp-persistent,default,all-icmp-persistent diff --git a/inventory/host_vars/simple-koji-ci-prod.fedorainfracloud.org b/inventory/host_vars/simple-koji-ci-prod.fedorainfracloud.org index 3477c16f5e..db598e3048 100644 --- a/inventory/host_vars/simple-koji-ci-prod.fedorainfracloud.org +++ b/inventory/host_vars/simple-koji-ci-prod.fedorainfracloud.org @@ -1,5 +1,5 @@ --- -image: "{{ fedora27_x86_64 }}" +image: "{{ fedora29_x86_64 }}" instance_type: m1.medium keypair: fedora-admin-20130801 security_group: ssh-anywhere-persistent,all-icmp-persistent,default,all-icmp-persistent