Add additional OS installer images
- Debian 11, Ubuntu 20.04, and OpenBSD 7.0 images
- Menu is too long, so added pxeboot_boot_images list to determine
which images to download/include in menu
- Update versions and checksums downloaded for existing images, and use
version specific paths where applicable.
- Update boot parameters to better support EFI booting
- Update galaxy metadata
Change-Id: Iab6d4385489458ff0e4491c4b1de544b442c2622
diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml
index 7796764..bb22131 100644
--- a/molecule/default/molecule.yml
+++ b/molecule/default/molecule.yml
@@ -14,8 +14,8 @@
privileged: true
volumes:
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
- - name: "debian-10-priv"
- image: "quay.io/paulfantom/molecule-systemd:debian-10"
+ - name: "debian-11-priv"
+ image: "onfinfra/molecule-systemd:debian-11"
privileged: true
volumes:
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
@@ -23,7 +23,7 @@
name: ansible
inventory:
host_vars:
- debian-10-priv:
+ debian-11-priv:
ansible_python_interpreter: /usr/bin/python3
ubuntu-18.04-priv:
ansible_python_interpreter: /usr/bin/python3
diff --git a/molecule/default/prepare.yml b/molecule/default/prepare.yml
index 00ea0fe..975d2dd 100644
--- a/molecule/default/prepare.yml
+++ b/molecule/default/prepare.yml
@@ -21,5 +21,11 @@
apt:
update_cache: true
+ - name: Install ps command for Debian init.d script to function
+ apt:
+ name:
+ - "procps"
+ state: "present"
+
roles:
- nginx