Skip to content

Commit 59b996a

Browse files
committed
use RL8.7 with no releasever pinning
1 parent 711a762 commit 59b996a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

openstack.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ locals {timestamp = formatdate("YYMMDD-hhmm", timestamp())}
66

77
variable "source_image_name" {
88
type = string
9-
default = "Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
9+
default = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
1010
}
1111

1212
variable "ssh_bastion_host" {

roles/builder/tasks/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515
policy: "{{ selinux_policy }}"
1616
register: sestatus
1717

18-
- name: Set releasever
19-
ansible.builtin.copy:
20-
dest: /etc/yum/vars/releasever
21-
content: "{{ releasever }}"
22-
2318
- name: Upgrade base image packages
2419
dnf:
2520
name: '*'

0 commit comments

Comments
 (0)