Skip to content
Snippets Groups Projects
  1. Apr 12, 2021
    • Mark Goddard's avatar
      CI: use retries for control host bootstrap in seed VM jobs · 760c2b79
      Mark Goddard authored
      All instances of 'kayobe control host bootstrap' in the development
      scripts use a helper function, except for during seed_hypervisor_deploy.
      The helper adds a retry mechanism to combat flakiness often seen during
      Ansible Galaxy installs.
      
      This change fixes the issue.
      
      TrivialFix
      
      Change-Id: I954cb604a18874744b3673ebf2e2c29caa18ce8f
      760c2b79
  2. Apr 09, 2021
  3. Apr 08, 2021
  4. Apr 07, 2021
  5. Apr 06, 2021
  6. Apr 02, 2021
  7. Mar 31, 2021
  8. Mar 30, 2021
  9. Mar 29, 2021
  10. Mar 26, 2021
  11. Mar 25, 2021
  12. Mar 24, 2021
  13. 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
    • Pierre Riteau's avatar
      Update seed VM image to CentOS 8.3 · f4eaa980
      Pierre Riteau authored
      Change-Id: I2ed9da2580a83f167d4b10b747e0f8225c235afe
      f4eaa980
  14. Mar 20, 2021
Loading