-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.9.0 #263
Merged
Merged
Release 1.9.0 #263
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Jean-Francois Panisset <[email protected]>
Signed-off-by: Jean-Francois Panisset <[email protected]>
This filter is deprecated as per https://docs.ansible.com/ansible/latest/collections/ansible/netcommon/ipaddr_filter.html Use `ansible.utils.ipaddr` instead.
In Python, only a [limited set of characters][0] can be escaped with a backslash. In recent versions of Python, attempting to escape a non-escapeable character [raises a SyntaxWarning][1], polluting the playbook output with warnings like: <unknown>:59: SyntaxWarning: invalid escape sequence '\(' <unknown>:60: SyntaxWarning: invalid escape sequence '\.' <unknown>:61: SyntaxWarning: invalid escape sequence '\.' This commit adds the string literal prefix 'r' to regular expressions in pvesh.py to ensure that escape sequences are not interpreted in the given strings. As there were no valid escape sequences in those strings to begin with, the actual string content remains the same. [0]: https://docs.python.org/3/reference/lexical_analysis.html#escape-sequences [1]: python/cpython#98401
pvesh: Fix invalid string escape sequences
fix: Replace deprecated ansible.netcommon.ipaddr
Support for adding authentication realms to domains.cfg
…_storage_and_sync Support for authentication realms configuration
fix minimum host count in inventory group before enabling pve-cluster
* added basic support for PCIe passthrough for Intel and AMD CPUs Feature can be enabled via `pve_pcie_passthrough_enabled`. Mediated devices are supported, but disabled by default since not all boards support GVT-g. Interrupt remapping can also be disabled for boards that do not support it. * moved GRUB update task to a handler to deduplicate tasks * added handler for updating initramfs when updating modprobe configuration * added support for certain PCIe passthrough configurations Role variables have been added to allow stubbing PCI devices via Vendor:Product ID when GRUB boots, blocking the loading of modules (e.g. nvidia drivers) via `softdep`, enabling GPU OVMF passthrough, and disabling DMA translation by the hypervisor for passthrough devices. * added new section for PCIe passthrough in documentation * added ability to configure KVM module to ignore MSRS and disable logging ignored MSRs This fixes issues with certain applications in Windows guests.
and some format cleanup
Add abbility to add cifs as storage to proxmox, see proxmox_storage.py for Usage Examples
added link priority for link0 and 1 to allow to define second link as main for corosync if the user has a seperate switch/network for cororsync
see PR#251
Update README.md Added Information to Cororsync Priority
removed duplicate of namespace declaration Added comments for better visibility
Support for CIFS storages, namespacing in PBS, and ranking interfaces for corosync
Signed-off-by: ThysTips <[email protected]>
Signed-off-by: ThysTips <[email protected]>
Signed-off-by: ThysTips <[email protected]>
Metric Servers management in Proxmox
Install Amplify Workflow
at this point this CI job is meant as a diagnostic and not a required test, so just ignore failures until the LXC-based CI workflow is ported over
Run Vagrant in CI
✨ Amplify has finished checking this pull request👍 Everything looks good! No issues detected in 📄 23 files and ❇️ 1283 lines of code. Security Pipeline
Last updated by commit a67997a at 2024-09-13 19:32:34 UTC. Note To ignore a finding, append |
Signed-off-by: lae <[email protected]>
Allow version pinning of the Proxmox kernel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.