Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert debian tests to default partitioning scheme #8

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions molecule/debian/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,30 +68,6 @@ provisioner:
- 1.1.1.1
- 8.8.8.8
installer_partitioning_method: lvm
installer_preseed_include: |
d-i partman-auto/expert_recipe string \
boot-root :: \
512 10 512 ext3 \
$$primary{ } $$bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ /boot } \
. \
4000 20 4000 linux-swap \
$$primary{ } \
method{ swap } format{ } \
. \
1000 50 1000000000 lvm \
$$primary{ } \
method{ lvm } \
. \
1000 50 1000000000 ext4 \
$$lvmok{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ / } \
.
d-i partman-basicfilesystems/no_swap boolean false

- installer_hostname: "{{ molecule_distro }}-static-10g"
installer_disk_size: "{{ 10*(1024**3) }}"
Expand All @@ -105,26 +81,6 @@ provisioner:
- 1.1.1.1
- 8.8.8.8
installer_partitioning_method: regular
installer_preseed_include: |
d-i partman-auto/expert_recipe string \
boot-root :: \
512 10 512 ext3 \
$$primary{ } $$bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /boot } \
. \
4000 20 4000 linux-swap \
$$primary{ } \
method{ swap } format{ } \
. \
1000 50 1000000000 ext4 \
$$primary{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ / } \
.
d-i partman-basicfilesystems/no_swap boolean false

verifier:
name: ansible
Expand Down
Loading