Skip to content
Snippets Groups Projects
  1. Sep 13, 2023
    • Jan Gutter's avatar
      debian: Remove kolla-ansible-debian-zun job · 994ab9bb
      Jan Gutter authored
      * When the Debian job got upgraded from Bullseye
        to Bookworm, the non-voting Zun job started failing.
      * This is because Debian Bookworm doesn't support the
        required Docker 20 pinning.
      * Until Zun gains support for newer dependencies this
        job will keep failing.
      
      Change-Id: I1e1d9ea7c76d1b2f77b09b7948f138b88ef483d2
      Unverified
      994ab9bb
  2. Mar 21, 2023
  3. Apr 26, 2021
    • wuchunyang's avatar
      [doc] fix a typo · fc406d03
      wuchunyang authored
      Trivial Fix
      
      Change-Id: Ie08877e339455bed45ee467a87de9648678e88c5
      fc406d03
  4. Apr 30, 2020
  5. Oct 20, 2019
  6. Sep 10, 2019
    • Hongbin Lu's avatar
      Configure Zun for Placement (Train+) · 0f5e0658
      Hongbin Lu authored
      After the integration with placement [1], we need to configure how
      zun-compute is going to work with nova-compute.
      
      * If zun-compute and nova-compute run on the same compute node,
        we need to set 'host_shared_with_nova' as true so that Zun
        will use the resource provider (compute node) created by nova.
        In this mode, containers and VMs could claim allocations against
        the same resource provider.
      * If zun-compute runs on a node without nova-compute, no extra
        configuration is needed. By default, each zun-compute will create
        a resource provider in placement to represent the compute node
        it manages.
      
      [1] https://blueprints.launchpad.net/zun/+spec/use-placement-resource-management
      
      Change-Id: I2d85911c4504e541d2994ce3d48e2fbb1090b813
      0f5e0658
  7. Aug 16, 2019
  8. Nov 23, 2018
  9. Sep 28, 2018
  10. May 21, 2018
  11. Mar 19, 2018
  12. Nov 22, 2017
  13. Sep 08, 2017
    • Andreas Jaeger's avatar
      Fix quickstart links · 67cce63a
      Andreas Jaeger authored
      Checking http://files.openstack.org/docs-404s/2017-09-08.txt the link
      /kolla-ansible/latest/quickstart.html gives a 404 and is most wanted.
      
      The link now is /kolla-ansible/latest/user/quickstart.html - let's
      update in tree docs for this.
      
      Fix other broken links as well - with using intra-links instead of
      external links - this will make it easier to notice breakage when files
      are moved.
      
      Change-Id: I62655afd9f270fa83c07d86aa91346af6337ca32
      67cce63a
  14. Sep 06, 2017
  15. Aug 28, 2017
  16. Aug 24, 2017
  17. Jul 26, 2017
    • Eduardo Gonzalez's avatar
      Fix zun command in zun-guide · afe16cea
      Eduardo Gonzalez authored
      Zun command is invalid, double colons are not
      valid.
      More info about this in bug report.
      
      Change-Id: I367aec97775dcefb2c45fe55a311c5451d33e703
      Closes-bug: #1706569
      afe16cea
  18. Jul 21, 2017
  19. Jun 13, 2017
    • Eduardo Gonzalez's avatar
      Use kuryr for zun network · da49b49b
      Eduardo Gonzalez authored
      Zun made mandatory to use kuryr for networking.
      This change update zun config to use kuryr.
      Also updates documentation.
      
      Change-Id: I9a55e390709b7e21d3efbd4be17a36db85cd8521
      da49b49b
  20. May 09, 2017
    • caoyuan's avatar
      Update the port format for zun · b23cbf47
      caoyuan authored
      Change ```2375``` to ``2375``
      
      Change-Id: Ib5bd64ddeea550beeeedec81f954961f3b8ea75b
      b23cbf47
    • caoyuan's avatar
      Fix the "tox -e docs" faild for kolla-ansible · 731970fc
      caoyuan authored
      doc/operating-kolla.rst:104: D000 Explicit markup ends without a blank
      line; unexpected unindent.
      doc/zun-guide.rst:11: D000 Inline literal start-string without
      end-string.
      
      Change-Id: I614e5ccb7b77da6766ddf44219a389346ad2c9ec
      731970fc
  21. Apr 13, 2017
    • Eduardo Gonzalez's avatar
      Add zun startup guide documentation · 6dfb430d
      Eduardo Gonzalez authored
      Zun need some changes in the docker daemon prior
      to deploy.
      Add some verification steps after deployment.
      
      This change add a global deploy and verification steps.
      
      Change-Id: Id02e5c32bc92c51bff04b2c5bc81f234f25bc5ca
      6dfb430d
Loading