-
Notifications
You must be signed in to change notification settings - Fork 3
kolla: re-sync 001 group_vars to upstream 2025.2 (+ 010 layers) #297
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
df48e19
registries: load above the kolla upstream mirror
ideaship 9a9deaa
kolla: adopt 2025.2 values; mariadb LB in 099
ideaship 253e1ae
kolla: mirror upstream group_vars absent from 001
ideaship eb2158f
kolla: restore drifted defaults to upstream 2025.2
ideaship c122ca8
kolla: keep redis coordination pre-2025.2
ideaship 394c344
kolla: supply older-release group_vars via 010
ideaship 00bed23
kolla: relocate 2025.1-only keys to 010-2025.1
ideaship 207adc1
kolla: adopt 2025.2 dimensions, keep 2024.x el9
ideaship 2a92f46
kolla: drop proxysql_version already supplied by 099
ideaship c3d557f
kolla: document the group_vars/all directory
ideaship File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| --- | ||
| # Self-retiring backward-compat layer for release 2024.1 (parent spec D8). | ||
| # | ||
| # A verbatim copy of upstream kolla-ansible's group_vars/all keys that upstream | ||
| # dropped by 2025.2 but that release 2024.1 still defines. OSISM supports 2024.1, | ||
| # so these keys must stay in the enforced union. This file loads between 001 | ||
| # (the 2025.2 verbatim mirror) and 099 (OSISM opinions), extending the mirror | ||
| # for the older release without polluting it. No OSISM edits belong here. | ||
| # | ||
| # Remove this file when 2024.1 leaves the supported release range. | ||
| # Source: openstack/kolla-ansible ansible/group_vars/all.yml @ 2024.1-eom | ||
| distro_python_version_map: { | ||
| "centos": "3.9", | ||
| "debian": "3.11", | ||
| "rocky": "3.9", | ||
| "ubuntu": "3.10" | ||
| } | ||
| enable_cinder_backend_hnas_nfs: "no" | ||
| prometheus_msteams_port: "9095" | ||
| prometheus_msteams_webhook_url: | ||
| swift_internal_endpoint: "{{ swift_internal_base_endpoint }}/v1/AUTH_%(tenant_id)s" | ||
| swift_public_endpoint: "{{ swift_external_fqdn | kolla_url(public_protocol, swift_proxy_server_port, '/v1/AUTH_%(tenant_id)s') }}" |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| --- | ||
| # Self-retiring backward-compat layer for release 2024.2 (parent spec D8). | ||
| # | ||
| # A verbatim copy of upstream kolla-ansible's group_vars/all keys that upstream | ||
| # dropped by 2025.2 but that release 2024.2 still defines. OSISM supports 2024.2, | ||
| # so these keys must stay in the enforced union. This file loads between 001 | ||
| # (the 2025.2 verbatim mirror) and 099 (OSISM opinions), extending the mirror | ||
| # for the older release without polluting it. No OSISM edits belong here. | ||
| # | ||
| # Remove this file when 2024.2 leaves the supported release range. | ||
| # Source: openstack/kolla-ansible ansible/group_vars/all.yml @ 2024.2-eol | ||
| default_container_dimensions_el9: "{{ default_docker_dimensions_el9 if kolla_container_engine == 'docker' else default_podman_dimensions_el9 }}" | ||
| default_docker_dimensions_el9: | ||
| ulimits: | ||
| nofile: | ||
| soft: 1048576 | ||
| hard: 1048576 | ||
| default_podman_dimensions_el9: | ||
| ulimits: | ||
| RLIMIT_NOFILE: | ||
| soft: 1048576 | ||
| hard: 1048576 | ||
| RLIMIT_NPROC: | ||
| soft: 1048576 | ||
| hard: 1048576 | ||
| enable_swift_recon: "no" | ||
| enable_swift_s3api: "no" | ||
| swift_account_server_port: "6001" | ||
| swift_container_server_port: "6002" | ||
| swift_object_server_port: "6000" | ||
| swift_proxy_server_listen_port: "{{ swift_proxy_server_port }}" | ||
| swift_rsync_port: "10873" |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.