Skip to content
Snippets Groups Projects
  1. Mar 23, 2021
    • Mark Goddard's avatar
      CI: Fix IP address detection in baremetal compute test · 77562073
      Mark Goddard authored
      The 'openstack server show <server> -f value -c addresses' command
      previously had output like this:
      
          <network name>=<IP>
      
      Now it shows a Python output like this:
      
          {'<network name>': ['IP']}
      
      This broke the parsing of the command output when determining which IP
      address to use to access a bare metal instance via SSH.
      
      This change fixes the issue by querying the server's port in Neutron,
      and using the fixed IP address.
      
      Change-Id: I55b5f185fb7136d3c6fa565aa46598f21c94eb43
      77562073
  2. Mar 19, 2021
  3. Mar 12, 2021
  4. Mar 10, 2021
  5. Mar 05, 2021
  6. Mar 04, 2021
  7. Mar 03, 2021
  8. Mar 01, 2021
  9. Feb 26, 2021
    • Mark Goddard's avatar
      CI: Fix overcloud and seed VM jobs on vexxhost clouds · f9d9afcf
      Mark Goddard authored
      This partially reverts commit 47bbb96b
      which triggered a retry on vexxhost clouds.
      
      The issue was introduced in Ie8fd965165e8d347d27528a2c16d0647e412ccdc,
      which applied some fixes for CentOS 8.3, and inadvertently removed
      the Tenks variable that forces the use of qemu for 'bare metal' VMs.
      This lead to autodetection of KVM, which does not work well when nested
      in all CI cloud providers.
      
      This change fixes the issue by forcing the use of qemu for the overcloud
      once more. It also adds a similar option for the seed VM job.
      
      Change-Id: I6bc8da2b8da903e09b97df8cd95c68a562c11db9
      f9d9afcf
    • Pierre Riteau's avatar
      Revert ironic custom configuration · 5af7cac1
      Pierre Riteau authored
      This is now merged into kayobe-config-dev [1].
      
      [1] https://review.opendev.org/c/openstack/kayobe-config-dev/+/777076
      
      Change-Id: I87b63966b55f04f80fd0255fbf2732d527732187
      5af7cac1
  10. Feb 25, 2021
  11. Feb 24, 2021
  12. Feb 23, 2021
    • Pierre Riteau's avatar
      Ubuntu: fix deployment image build · 303fd1d4
      Pierre Riteau authored
      The updated role fixes an issue with activation of the DIB virtualenv
      and ensures the kpartx package is installed.
      
      Change-Id: Idaedcc58e00d06caf4e5e360011d1c5c5c7dbe44
      Story: 2004960
      Task: 41710
      303fd1d4
  13. Feb 22, 2021
Loading