Skip to content

Commit 03d2624

Browse files
committed
Fix up seed config after Wallaby merge
1 parent 9a66045 commit 03d2624

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

etc/kayobe/seed-vm.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,8 @@
2525

2626
# Base image for the seed VM root volume. Default is
2727
# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
28-
# when os_distribution is "ubuntu",
29-
# http://dl.rockylinux.org/pub/rocky/8.5/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2
30-
# when os_distribution is "rocky",
31-
# or
32-
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2"
33-
# otherwise.
28+
# when os_distribution is "ubuntu", or
29+
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2"
3430
#seed_vm_root_image:
3531

3632
# Capacity of the seed VM data volume.

etc/kayobe/seed.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -164,27 +164,6 @@ seed_containers: >-
164164
# - state: enabled
165165
#seed_firewalld_rules:
166166

167-
###############################################################################
168-
# Seed node firewalld configuration.
169-
170-
# Whether to install and enable firewalld.
171-
#seed_firewalld_enabled:
172-
173-
# A list of zones to create. Each item is a dict containing a 'zone' item.
174-
#seed_firewalld_zones:
175-
176-
# A firewalld zone to set as the default. Default is unset, in which case the
177-
# default zone will not be changed.
178-
#seed_firewalld_default_zone:
179-
180-
# A list of firewall rules to apply. Each item is a dict containing arguments
181-
# to pass to the firewalld module. Arguments are omitted if not provided, with
182-
# the following exceptions:
183-
# - offline: true
184-
# - permanent: true
185-
# - state: enabled
186-
#seed_firewalld_rules:
187-
188167
###############################################################################
189168
# Dummy variable to allow Ansible to accept this file.
190169
workaround_ansible_issue_8743: yes

0 commit comments

Comments
 (0)