Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack/puppet-openstack-integration
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/puppet-openstack-integration
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/2024.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 21 files changed
  • 3 contributors

Commits on Oct 4, 2024

  1. Update .gitreview for stable/2024.2

    Change-Id: I7907d59c8ca51c212b5d06063fb9c6bbd2c4e383
    openstackadmin committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9720a12 View commit details
    Browse the repository at this point in the history
  2. Switch to stable/2024.2

    Since 2024.2 release was created we can start testing the release
    content. Note that Ubuntu continues using 2023.2 until 2024.2 is
    released in UCA.
    
    Change-Id: I8fe7c157b57ef0017f771982793b1fa76f19e5da
    kajinamit committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    407a4ee View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Hard-code service type for cinder

    Tempest recently changed the default [volume] catalog_type to use
    official name[1]. Hard-code the old value until we establish
    the solution to adopt to the change.
    
    [1] https://review.opendev.org/c/openstack/tempest/+/930296
    
    Backport note:
    The issue was fixed by new block-sotrage service type but it's not
    backportable so we backport this workaround to fix failing tempest
    tests in Ubuntu Jobs.
    
    Change-Id: I0ee92d93e065b829faa5871e5a4d92794c9b3f8e
    (cherry picked from commit e6345da)
    kajinamit committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a1062bd View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Avoid using internal exec resources for dependencies

    ... so that we can refactor resources in ceph::pool.
    
    Change-Id: I98c66422b92a5a1b64ab90f646713f60b175645e
    (cherry picked from commit 9e4cd78)
    kajinamit committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e9ca685 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. nova: Stop overriding modular_libvirt

    We intended to enable modular libvirt in CentOS but actually it was
    disabled because of the remaining override.
    
    Change-Id: Ia102278df53268965b8bd4edbf6906f1373cafe9
    (cherry picked from commit 12475c8)
    kajinamit committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    095f884 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Use built-in venv module

    ... to get rid of virtualenv. The virtualenv package is not availble
    in CentOS and currently installed via pip.
    
    Change-Id: Ia258db30a0b1a426b66f402b4cc62ea6664de05a
    (cherry picked from commit 9c4016f)
    kajinamit committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b04e9c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. CentOS: Fix missing config files

    Some of the config files are placed directly in /etc . Make sure these
    files are captured.
    
    Change-Id: I70996df1cb693bcd8b3aa7b213633b361eb8f32a
    (cherry picked from commit 03380e7)
    kajinamit committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    14e3076 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Promote puppet 8 jobs

    Puppet 7 is reaching its EOL very soon. Enable testing with Puppet 8
    to prepare complete migration to Puppet 8. Note that litmus jobs are
    kept non-voting in this step but will later be made voting.
    
    Change-Id: I4578a2265f962ec38b7bddb19e0dfbb624d117de
    (cherry picked from commit ed57a60)
    kajinamit authored and tobias-urdin committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    65af6d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Unpin bundler in litmus

    We removed the pin for the other jobs by [1].
    
    [1] c03f2ea
    
    Change-Id: Ic133a697c9aa240fb5eb1b4f7e904ede010ead33
    (cherry picked from commit 177c53a)
    kajinamit committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    4e9e1e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. CentOS: Fix IP version in scenario002

    We unintentionally switched the IP version used in this scenario from
    v6 to v4. Fix it to use the consistent version across the scenarios.
    
    Change-Id: I37fd407852a600e3e80cfecc3ac6ad5fb6d77d66
    (cherry picked from commit f5ff5d0)
    kajinamit committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    f4c9941 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Configuration menu
    Copy the full SHA
    5f5aded View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Fix wrong command to install n-t-p

    Change-Id: I88782bc32ecc6cdee47982a67dac8160112d0a3e
    (cherry picked from commit a24472d)
    kajinamit committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    e880c95 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. ceilometer: Fix wrong memcache server format

    The inet6 prefix should NOT be added when the pymemcache backend is
    used.
    
    Change-Id: I6cf25aa19af9f35aadf72757c85e4efe0601b57f
    (cherry picked from commit 8e42b85)
    (cherry picked from commit c40c780)
    kajinamit committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    c7dec26 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

  1. Install libffi package

    ... to fix the failure during installing fiddle.
    
    Also fix Redis idempotency.
    
    Change-Id: I90644b6f03208fb0e41f18bf53b89281af764aaf
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
    Signed-off-by: Tobias Urdin <tobias.urdin@binero.com>
    (cherry picked from commit faeb9c5)
    (cherry picked from commit b167ca32792577b4c1b0ff5161d283180ac25acf)
    (cherry picked from commit 05ead8b)
    kajinamit authored and tobias-urdin committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    353a422 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2026

  1. Configuration menu
    Copy the full SHA
    dc34b2f View commit details
    Browse the repository at this point in the history
Loading