osism / issues

This repository is used for bug reports that are cross-project or not bound to a specific repository (or to an unknown repository).
https://www.osism.tech
1 stars 1 forks source link

ironic issues #401

Closed schulze-b1 closed 10 months ago

schulze-b1 commented 1 year ago

we had multiple issues during ironic introspection.

  1. renaming of template file in kolla-ansible during update ignores existing overlay files

  2. ironic-python-agent ignores kernel parameter

    • when using the os baremetal node create command, we tried adding ‘--driver-info kernel_append_params="ipa-network-interface=ens5f0"’ to the options as well, since we wanted the agent only to use this specified interface.
    • the code says "help=The interface to use when looking for an IP address. Can be supplied as ipa-network-interface kernel parameter.) at https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/config.py
    • but the agent still tries all interfaces with DHCP, which apparently took too long with 6 interfaces and the agent quits and restarts with a timeout, without the correct interface receiving an IP.
    • workaround was to increase the timeout in the dhcp systemd unit file
    • did we use the parameter in a wrong way or why was this parameter not used?
berendt commented 1 year ago
  1. Such things have to be adjusted manually in the configuration repository before upgrading to a new version. We try to list these necessary adjustments in the release notes.

  2. I don't know. We will look at this as soon as our own test environment for Ironic is functional again.

In future, please open a separate issue for each topic and do not mix several topics into one issue.

berendt commented 10 months ago

I'll close here. Since no feedback has been received so far, I assume that the problems will no longer occur with the current version of Ironic. Unfortunately, we still do not have a dedicated test environment for Ironic. The SCS Lab has only been available for use since November 2023 and is currently under construction.