<div dir="ltr"><div dir="ltr"><div dir="ltr">Hello Airshipers,<div><br></div><div>Still experimenting with Airship, after a successful Singlenode deployment, I'm trying the multinodes Site.</div><div>My aim is to be able to use the Airship built on top of Openstack VMs and not on real Hw nor AIO virsh VMs on a single node... So that I could increase VM size to install other Sw at the upper layer and troubleshoot easily what's going on below.</div><div><br></div><div>So, I remove the Virsh network and VMs creation from the first stages (create_VMs, gate_setup) of the gate/multinode_deploy and replace them by Openstack VMs of the expected Size and with expected Network connexion and Fixed addresses 172.24.1.xx on an Openstack Network.</div><div><br></div><div>With this config, except a dns conflict fixed, it works and I get a Genesis/Airflow access. (Yeah!)</div><div><br></div><div>As you can figure out, things became more Airship specific later on, because in order to setup the nodes, the Workflow task "prepare_and_deploy_nodes" try to make them boot for pxe, using a libvirt driver.</div><div><br></div><div>I've found in the deployment_files.yaml that configuration which seems to be the blocking point:</div><div><div>data:</div><div>  hardware_profile: 'GenericVM'</div><div>  primary_network: 'gp'</div><div>  oob:</div><div>    type: 'libvirt'</div><div>    libvirt_uri: 'qemu+ssh://<a href="http://virtmgr@172.24.1.1/system" target="_blank">virtmgr@172.24.1.1/system</a>'</div></div><div><br></div><div>So I think I have following options and I would prefer the simple one :</div><div>- either replace the libvirt drydock driver in the site definition by another one (redfish?): But can the redfish driver drive Openstack VMs (In this case I need to add a Redfish Server VM ?)</div><div>- or, remove the prepare_and_deploy_nodes task : But is it simple or need to modify Drydock code?</div><div><br></div><div>Is it really feasible? Any simpler option is welcome...</div><div><br></div><div>Thanks in advance,</div><div><br></div><div>Loïc</div><div><br></div><div><br></div></div></div></div>