Hi Akshay,
You can build your customized ironic image if you want to add you required packages.
https://docs.starlingx.io/developer_resources/build_docker_image.html
Or you can submit a LP and raise your patch to change below line and get it reviewed in our community.
Thanks!
Zhipeng
From: Akki yadav <yadav.akshay58@gmail.com>
Sent: 2020年12月7日 21:31
To: starlingx-discuss@lists.starlingx.io
Subject: [Starlingx-discuss] Starlingx Ironic Bare metal partitioned-disk image issue
Hi Team,
Hope you all are doing good.
I have a Standard Starlingx R4.0 with ironic setup up and running.
I have launched a Bare metal with whole-disk image and it came up flawlessly.
But when I was trying to launch a bare metal node with partitioned-disk image, It gave me an error in the ironic-conductor stating that "sgdisk: not found".
Then steps I did to resolve it are:
1. Then I installed "gdisk" on both containers of ironic-conductor . (i.e. ironic-conductor-0 and ironic-conductor-1).
2. Now, I tried agin to launch a bare metal node, this time it failed stating "parted : not found".
3. Then I installed "parted" on both containers of ironic-conductor . (i.e. ironic-conductor-0 and ironic-conductor-1).
4. Now I can flawlessly launch bare metal node with partitioned-disk image.
Now, I wanted to know how may I get these packages (gdisk and parted) already installed in ironic-conductor containers when the stx-openstack application gets applied ?
Regards
Akshay