Skip to content

Commit 0180f5f

Browse files
committed
Merge branch 'main' into version/grafana
2 parents 7f998eb + fa2698f commit 0180f5f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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.5-20211114.2.x86_64"
9+
default = "Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
1010
}
1111

1212
variable "ssh_bastion_host" {

roles/builder/tasks/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,12 @@
3030
- import_tasks: prometheus.yml
3131
- import_tasks: nodeexporter.yml
3232
- import_tasks: grafana.yml
33+
34+
- name: Delete /etc/resolv.conf
35+
# required as if cloud-init (rather than network manager) controls this on next boot it won't be entirely overrwritten
36+
file:
37+
path: /etc/resolv.conf
38+
state: absent
39+
become: yes
40+
3341
# - meta: end_here # useful for debugging, can rerun

0 commit comments

Comments
 (0)