Skip to content
Snippets Groups Projects
  1. Jul 29, 2022
  2. Mar 18, 2022
  3. Jan 11, 2022
  4. Jun 09, 2021
  5. Jun 07, 2021
    • Mark Goddard's avatar
      Ubuntu: ensure /usr/bin/python is python3 · 82def9a5
      Mark Goddard authored
      /usr/bin/python may be python 2 on Focal, which causes problems with
      Ansible on the control host. By installing the python-is-python3 package
      we ensure that the correct interpreter is used.
      
      This change updates the installation documentation and development
      environment scripts.
      
      Story: 2004960
      Task: 42579
      
      Change-Id: Ie94099075bae3c491f9cf830c38e6cfc8af605a6
      82def9a5
  6. May 05, 2021
  7. Mar 25, 2021
  8. May 28, 2020
    • Mark Goddard's avatar
      CentOS 8: add docs and release note · 922175eb
      Mark Goddard authored
      Adds a support matrix page to documentation.
      
      Change-Id: Ie42900d89afff40b8a12364b38de9854ed817275
      Story: 2006574
      Task: 39552
      922175eb
    • Mark Goddard's avatar
      Remove support for CentOS 7 and Python 2 · b9d76f6e
      Mark Goddard authored
      * Always use Python 3
      * Drop code paths for CentOS 7
      * Drop support for Yum
      * Remove support for host NTP daemon, always use chrony
      * Switch references from 'yum_install_epel' to 'dnf_install_epel'
      * Remove overcloud host image workaround for tagged VLAN admin network
      * Remove the kayobe.utils.yum_install function, which is unused
      
      Change-Id: I368f6edafed9779658798fc342116b4c1b3ffd48
      Story: 2006574
      Task: 39481
      b9d76f6e
  9. Oct 15, 2019
    • Will Szumski's avatar
      Install libffi headers · a3d3649c
      Will Szumski authored
      This is to resolve the following issue in CI:
      
          c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory
           #include <ffi.h>
                           ^
          compilation terminated.
          error: command 'gcc' failed with exit status 1
          ----------------------------------------
      ERROR: Command errored out with exit status 1: /home/zuul/kayobe-venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-PV3WhJ/cffi/setup.py'"'"'; __file__='"'"'/tmp/pip-install-PV3WhJ/cffi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ZvlZVY/install-record.txt --single-version-externally-managed --compile --install-headers /home/zuul/kayobe-venv/include/site/python2.7/cffi Check the logs for full command output.
      
      Change-Id: I1bd724be7dc77058870f37cb1c9404472fa466ca
      see: https://zuul.opendev.org/t/openstack/build/c20a316a699b4073abf75960634ebfcd
      a3d3649c
  10. Sep 16, 2019
  11. May 20, 2019
  12. Apr 24, 2019
    • Mark Goddard's avatar
      Update git.openstack.org to opendev.org · 5b9f85d7
      Mark Goddard authored
      The project infrastructure is now hosted at opendev.org.
      
      Kayobe projects have been moved from the openstack/ namespace to x/.
      
      Change-Id: I16b523285eb34c1cd0eaf920aa4512d0ae1b4f05
      5b9f85d7
  13. Feb 01, 2019
    • Will Szumski's avatar
      Support complete installation of Kayobe as a python package · 84172bfb
      Will Szumski authored
      This adds the ansible playbooks required by kayobe to the manifest by
      using the data_files option in setuptools. When using pip to install
      kayobe into a virtualenv, these files will be placed in
      <venv>/kayobe/share/.
      
      In an editable install, e.g using `pip install -e .`, data_files are not
      installed into the virtualenv. Instead, we must follow the egg-link file
      to find out the actual location.
      
      Story: 2004252
      Task: 27787
      Change-Id: Ibef040eceb547476007f83c0d5dcdb2bc6986d1e
      84172bfb
  14. Jul 11, 2018
    • Will Miller's avatar
      Reconcile all 'Ansible control host' references · 2d5fd703
      Will Miller authored
      Ensure all references to the Ansible control host are worded as such, to
      ensure consistency and avoid potential confusion with the OpenStack
      controllers.
      
      Change-Id: Id92e537ccbfdd55287b8eae296f649640c70ce17
      2d5fd703
  15. Apr 04, 2018
    • Mark Goddard's avatar
      Change github URLs to git.openstack.org · 02c1efe6
      Mark Goddard authored
      It seems that a number of URLs in the documentation were not changed
      following the switch to git.openstack.org.
      
      Change-Id: If23f60ad04f77f9990bf229bc38c687106abeda6
      02c1efe6
  16. Oct 06, 2017
  17. Sep 20, 2017
  18. Sep 11, 2017
  19. Sep 07, 2017
  20. Jul 26, 2017
  21. Mar 29, 2017
Loading