Skip to content
Snippets Groups Projects
  1. Jul 02, 2019
  2. Jun 25, 2019
    • jacky06's avatar
      Sync Sphinx requirement · 67a4d502
      jacky06 authored
      1. Sync sphinx dependency with global requirements. It caps python 2 since
      sphinx 2.0 no longer supports Python 2.7.
      2. Update some URLs to latest
      3. Remove unncessary "=="
      
      Change-Id: Idcb616fd3add4d58f22b91865cec8a54fe492092
      67a4d502
  3. Jun 24, 2019
  4. Jun 19, 2019
  5. Jun 17, 2019
    • Mark Goddard's avatar
      Restrict cliff to <2.15.0 · a3a71b91
      Mark Goddard authored
      Using Kayobe with cliff 2.15.0 fails with the following error:
      
      kayobe playbook run playbook.yml
      invalid conflict_resolution value: 'ignore'
      
      This change restricts cliff to <2.15.0.
      
      Also, fix git cloning previous release repos in CI to allow this patch
      to merge.
      
      Zuul provides repositories with all branches containing all prospective
      changes, not just the current branch. We can use this in the upgrade
      jobs to include changes to the previous release branch when a patch
      depends on them.
      
      Change-Id: I7966cf33f6133090d83232504b8c1da4c7817e0c
      Depends-On: https://review.opendev.org/665703/
      Story: 2005891
      Task: 33748
      a3a71b91
  6. Jun 11, 2019
  7. Jun 06, 2019
  8. Jun 05, 2019
  9. May 31, 2019
  10. May 30, 2019
  11. May 29, 2019
    • Mark Goddard's avatar
      Use OpenStack Stein release · b46b2b72
      Mark Goddard authored
      Switch all dependencies to use the OpenStack Stein release.
      
      This commit should be reverted on the master branch once the
      Kayobe stable/stein branch has been cut and RC1 released.
      
      Change-Id: I50a39994c8ffa0c7d65e026ae765973541423476
      b46b2b72
  12. May 25, 2019
    • Andreas Jaeger's avatar
      Remove duplicate docs job · f1e02e93
      Andreas Jaeger authored
      Both docs-on-readthedocs and build-openstack-sphinx-docs contain a build
      job - a different one: the current openstack-tox-docs and the obsolete
      build-openstack-sphinx-docs. Remove the obsolete template and thus
      avoid building docs twice for each change.
      
      Change-Id: I358641d29304815eec6c699ae7e20da1e069443d
      f1e02e93
  13. May 24, 2019
  14. May 23, 2019
  15. May 22, 2019
  16. May 21, 2019
  17. May 20, 2019
    • Zuul's avatar
      Merge "Multiple updates for Kayobe" · bfc19d3e
      Zuul authored
      bfc19d3e
    • Zuul's avatar
      8052b510
    • Zuul's avatar
      Merge "Add external resources section" · 19b31b97
      Zuul authored
      19b31b97
    • Isaac Prior's avatar
      Add external resources section · d4c66123
      Isaac Prior authored
      Change-Id: I1f76056254454abe2e4dbc49bdb694a67b464299
      d4c66123
    • Mark Goddard's avatar
      Remove release notes readthedocs webhook job · 6c5fbcf9
      Mark Goddard authored
      This was found not to work, and prevents releases from being made.
      
      The cause of the issue is that the trigger-readthedocs-webhook job (in
      project-config) is marked as 'final', meaning that a non-trusted Zuul
      config source can't override its variables. Instead, you're supposed to
      use the trigger-readthedocs-webhook project template, but only one
      instance of this can be instantiated by design.
      
      Let's revert to manually updating the release notes for now.
      
      Change-Id: I271c972c7fdde23085f3026137806bb1e3048e5e
      6c5fbcf9
    • Ross Martyn's avatar
      Multiple updates for Kayobe · d8ee0fa0
      Ross Martyn authored
      
      ```yaml:frontmatter
      
      1. Gather facts for localhost in kolla-ansible.yml
      2. Don't include unconfigured networks in network_interfaces
      3. Added Keystone configuration extra config merge
      
      ```
      
      1. Facts are necessary for the kolla-ansible role,
      which references the ansible_user_uid fact
      
      2. It is possible to skip configuring a network,
      by setting its name to None
      
      This is done in networks.yml as follows:
      
      admin_oc_net_name:
      
      Currently, these networks may still be included in the 'network_interfaces'
      list for each host, despite the fact that they are not in use.
      
      A classic example is when ironic is not enabled, it is currently still
      necessary to define provisioning and cleaning networks.
      
      This change avoids including any networks that have their name set to None
      in network_interfaces.
      
      3. Added support for Keystone custom configuration
      
      Added tests and documentation to add support for keystone extra configuration
      
      Co-Authored-By: default avatarMark Goddard <mark@stackhpc.com>
      
      Change-Id: Iaa304221b8093ac71f9cdbb23edc84d1517578da
      d8ee0fa0
    • Isaac Prior's avatar
      Update supported CentOS version · ac85dc60
      Isaac Prior authored
      Change-Id: I2495c97455e40cf1f0573cee6ae845da14d762b5
      ac85dc60
  18. May 17, 2019
    • Mark Goddard's avatar
      Fix overcloud introspection data save · c7ab69b3
      Mark Goddard authored
      If running 'kayobe overcloud introspection data save' in an environment
      where nodes have been registered in the seed's ironic service manually
      (rather than through auto-discovery), previously the bifrost ansible
      inventory would not have been populated.
      
      This change ensures the bifrost ansible inventory exists prior to
      collecting introspection data.
      
      Change-Id: I2ad53aa0db3bab8db6d6d9de4b00c5dac756fb15
      c7ab69b3
    • Pierre Riteau's avatar
      Fix table generation · 9f92afc3
      Pierre Riteau authored
      Change-Id: Idf94a64b70d4684a75ec8e8ccc38d64fa6274431
      9f92afc3
  19. May 15, 2019
  20. May 14, 2019
Loading