Is it possible to execute shell commands or ansible scripts within the blueprint file to generate an image type .vmdk/qcow2 format? #24
Unanswered
Rajasekhar455
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't find any documentation to include shell script as customization part of blueprint file to create .vmdk/qcov2 image. Since osbuild-composer doesn't support anaconda file for installation, we are trying to run most of the customizations using shell commands. So is there any alternative approaches such as invoking external scripts during the customization process ?
Environment
cat /etc/os-release
NAME="Red Hat Enterprise Linux"
VERSION="8.7 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.7"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.7 (Ootpa)"
rpm -qi osbuild-composer
Name : osbuild-composer
Version : 62
Release : 3.el8_7
Architecture: x86_64
Beta Was this translation helpful? Give feedback.
All reactions