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-nova
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-nova
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/2024.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 24 files changed
  • 3 contributors

Commits on Apr 18, 2024

  1. Update .gitreview for stable/2024.1

    Change-Id: I0f204b336a3c4db1050ae452742e66b79c8a75c5
    openstackadmin committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d032b11 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2024.1

    Update the URL to the upper-constraints file to point to the redirect
    rule on releases.openstack.org so that anyone working on this branch
    will switch to the correct upper-constraints list automatically when
    the requirements repository branches.
    
    Until the requirements repository has as stable/2024.1 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: Ib44475655cfc0cb8052be9fde61117c2fb272ee9
    openstackadmin committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    569e53a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Improve test coverage of virtlockd class

    Change-Id: I4d430fe072deb86d0043e2fd5e23a8f5f612fc5b
    (cherry picked from commit 9d6f46d)
    kajinamit committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1c2ab16 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Add nova::compute::libvirt::secret_ceph resource

    This adds the nova::compute::libvirt::secret_ceph
    resource definition that can be used to define
    libvirt secrets of ceph type.
    
    Before this patch one could only handle one libvirt
    secret by configuring the parameters in the
    nova::compute::rbd class and with this one can
    configure multiple.
    
    This adds a new manage_libvirt_secret parameter
    defaulting to true in the nova::compute::rbd class
    so that one can disable the creation of the libvirt
    secret from that class.
    
    Change-Id: Ief031f5dd4b0648d5629789cb7d6d2f6f946fbf8
    (cherry picked from commit a7498d6)
    tobias-urdin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    74a42d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Assume structured fact in unit tests

    The legacy fact has been deprecated and is no longer available in
    Puppet 8. Use the structured one to access fact values in tests so that
    we use the consistent method for fact value access.
    
    This change also fixes ignored unit tests of nova::migration::libvirt
    with modular libvirt daemons.
    
    Change-Id: I852facc2ee0ad2a948821f4232a1e8fc20ce4957
    (cherry picked from commit df8171d)
    kajinamit committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    7c996fb View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. CentOS: Drop unused libvirt-daemon-config-nwfilter

    The package is no longer used by nova, since the firewall feature was
    removed from nova during ussuri cycle[1].
    
    [1] 9b321e41f60be5d4111c8312b40c826454386c53
    
    Closes-Bug: #2067867
    Change-Id: I9fb3193d10b8c23dcf7eb1d4549ee04776d9959d
    (cherry picked from commit 7617973)
    kajinamit committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c2ab06c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Drop unicode prefix from command output

    ... because it is not longer shown in Python 3.
    
    Change-Id: I126798422bcc3b78e1213865e0f23fef0b976fef
    (cherry picked from commit fc2f08c)
    (cherry picked from commit f6cd737)
    kajinamit committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1af1f25 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Add skip CPU compare to nova::workarounds

    This adds the skip_cpu_compare_on_dest and
    skip_cpu_compare_at_startup parameter to the
    nova::workarounds class.
    
    Change-Id: I7997067800f0e1f6563e164f8c02a15680b3aa9b
    (cherry picked from commit d24ca46)
    (cherry picked from commit 4b67e3b)
    tobias-urdin committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    0e4fc61 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Fix puppet 8 compatibility of nova_flavor

    Fix the following error detected by puppet 8.
    
    Munging failed for value true in class is_public: undefined method `=~'
    for true:TrueClass ...
    
    Change-Id: I7d078ea72c5c1c4898247f61422986f277ee9a98
    (cherry picked from commit 8593d28)
    kajinamit committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    3c58ee0 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Fix new lint errors

    Fix "WARNING: there should be a single space before '=>'" newly
    detected by new puppet-lint.
    
    Change-Id: I2da62f34fbd31c837cbccd0b9cdb2c77dbdc5b82
    (cherry picked from commit 00731a3)
    (cherry picked from commit e8ac993)
    kajinamit committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    ff58d25 View commit details
    Browse the repository at this point in the history
Loading