1. 17 Feb, 2022 1 commit
  2. 16 Feb, 2022 3 commits
    • Zuul's avatar
    • Zuul's avatar
      Merge "Fix release mapping (19.1 -> 20.0)" · db808f6d
      Zuul authored
      db808f6d
    • Dmitry Tantsur's avatar
      CI: use a custom cirros partition image instead of the default · bbceca56
      Dmitry Tantsur authored
      Cirros partition images are not compatible with local boot since they
      don't ship grub (nor a normal root partition). This change adds a script
      that builds a partition image with UEFI artifacts present. It still
      cannot be booted in legacy mode, but it's a progress.
      
      Set the tempest plugin's partition_netboot option. We need it to inform
      the tempest plugin about the ability to do local boot. This option
      already exists but is never set.
      
      Also set the new default_boot_option parameter, which will be introduced
      and used in Iaba563a2ecbca029889bc6894b2a7f0754d27b88.
      
      Remove netboot from most of the UEFI jobs.
      
      Change-Id: I15189e7f5928126c6b336b1416ce6408a4950062
      bbceca56
  3. 15 Feb, 2022 3 commits
  4. 14 Feb, 2022 5 commits
  5. 11 Feb, 2022 1 commit
  6. 10 Feb, 2022 3 commits
  7. 09 Feb, 2022 2 commits
  8. 07 Feb, 2022 4 commits
  9. 03 Feb, 2022 4 commits
  10. 01 Feb, 2022 3 commits
  11. 31 Jan, 2022 1 commit
  12. 28 Jan, 2022 2 commits
  13. 27 Jan, 2022 1 commit
  14. 26 Jan, 2022 4 commits
    • Julia Kreger's avatar
      Add additional ramdisk tests · e851d634
      Julia Kreger authored
      Noticed we're missing some test coverage in regards to booting from
      ramdisks when I was investigating an issue which was reported against
      wallaby.
      
      Adds tests which *should* catch the issue I'm chasing in wallaby.
      
      Change-Id: I4965d0cc3966c50fa0485b5e194248dd2072f7a8
      e851d634
    • Dmitry Tantsur's avatar
      Wait for conductor start before notifying systemd · 2c58ab37
      Dmitry Tantsur authored
      Currently, the launcher first notifies systemd, then starts checking the
      services (RPC and WSGI). So any failures will be reported, but only
      after systemd declares the service ready.
      
      This change adds a polling loop to make sure RpcService.start() finishes
      successfully.
      
      Change-Id: Ib460622d69a9cb1cb82e796a6ab294bbbb40c359
      2c58ab37
    • Dmitry Tantsur's avatar
      Return non-zero exit code on failures · e841fa05
      Dmitry Tantsur authored
      Launcher.wait() does not raise, it returns an integer code. Propagate it
      to sys.exit() so that failures are correctly recognized.
      
      Change-Id: I38bf39e4e4845415640b3468e9fb3029f70dcded
      e841fa05
    • Takashi Kajinami's avatar
      Make account prefix of Swift confgurable · cde42678
      Takashi Kajinami authored
      Account prefix is configurable in Swift and can be different. This
      change introduces a configuration parameter to customize the prefix
      so that users can customize the prefix consistently.
      
      To allow setting a consistent value in Ironic and Swift, the prefix
      value is automatically suffixed by '_' like;
       - AUTH  => AUTH_
       - AUTH_ => AUTH_
      
      Story: 2009778
      Task: 44259
      Change-Id: I4862efa3af452f89f1dc4e15d2c3cc43b857f86d
      cde42678
  15. 24 Jan, 2022 2 commits
  16. 21 Jan, 2022 1 commit