Skip to content
Snippets Groups Projects
  1. Jan 04, 2020
  2. Jan 02, 2020
  3. Dec 30, 2019
  4. Dec 23, 2019
  5. Dec 21, 2019
  6. Dec 20, 2019
  7. Dec 19, 2019
  8. Dec 18, 2019
  9. Dec 16, 2019
  10. Dec 12, 2019
    • Mark Goddard's avatar
      Allow ironic_ipxe to serve instance images · 2b662cfb
      Mark Goddard authored
      Ironic provides a feature to allow instance images to be served from a
      local HTTP server [1]. This is the same server used for PXE images with
      iPXE. This does not work currently because the ironic_ipxe container
      does not have access to /var/lib/ironic/images (ironic docker volume),
      where the images are cached. Note that to make use of this feature, the
      following is required in ironic.conf:
      
      [agent]
      image_download_source = http
      
      This change fixes the issue by giving ironic_ipxe container access to
      the ironic volume.
      
      [1] https://docs.openstack.org/ironic/latest/admin/interfaces/deploy.html#deploy-with-custom-http-servers
      
      Change-Id: I501d02cfd40fbacea32d551c3912640c5661d821
      Closes-Bug: #1856194
      2b662cfb
  11. Dec 11, 2019
  12. Dec 10, 2019
  13. Dec 09, 2019
    • Zuul's avatar
      1907607a
    • Mark Goddard's avatar
      Use local python interpreter for keystone cron generator · e46d6025
      Mark Goddard authored
      We generate the keystone cron schedule via a python script on localhost.
      Currently this always uses 'python', however this may not be available
      on some systems.
      
      This change switches to use the same python interpreter as used by
      ansible-playbook.
      
      Partially-Implements: blueprint python-3
      
      Change-Id: I6007f8d6880f418a503766cec21a330c44e5b80f
      e46d6025
    • Mark Goddard's avatar
      CI: Use python 3 for local kolla-ansible execution · a5408f42
      Mark Goddard authored
      This change switches the CI jobs to use python 3 for local execution of
      the kolla-ansible commands.
      
      For upgrades, we use python 2 for the previous (Train) deploy, then
      reinstall using python 3 for the (Ussuri) upgrade.
      
      NOTE: This is separate from the python interpreter used on remote hosts,
      which is configured via ansible_python_interpreter.
      
      Partially Implements: blueprint python-3
      Related: blueprint drop-py2-support
      
      Change-Id: I5bdc165f68b7bde1f9ef30fe8216f2a44e6d4706
      a5408f42
Loading