Skip to content
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

Adds the neutron_service_limit option #369

Draft
wants to merge 2 commits into
base: stackhpc/wallaby
Choose a base branch
from

Conversation

jovial
Copy link

@jovial jovial commented Mar 21, 2023

This can be used to perform neutron upgrades in two steps:

  • First upgrade neutron server
  • Then upgrade the agents

This can help minimise L3 downtime.

Change-Id: Ied685bc7eb71d232b4532e2c598458da7b4c6aa4 (cherry picked from commit 281e61e5fc77d1b547cb019894b5adee81332598)

This can be used to perform neutron upgrades in two steps:

- First upgrade neutron server
- Then upgrade the agents

This can help minimise L3 downtime.

Change-Id: Ied685bc7eb71d232b4532e2c598458da7b4c6aa4
(cherry picked from commit 281e61e5fc77d1b547cb019894b5adee81332598)
@jovial
Copy link
Author

jovial commented Mar 21, 2023

Awaiting upstream review: https://review.opendev.org/c/openstack/kolla-ansible/+/877776

@@ -1,2 +1,5 @@
---
project_name: "neutron"

# Support ansible style limit strings
_neutron_service_limit: "{{ neutron_service_limit | split(',') | reject(neutron_service_limit) or neutron_service_limit | split(':') }}"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error was a <class 'ansible.errors.AnsibleError'>, original message: template error while templating string: no filter named 'split'. String: {{ neutron_service_limit | split(',') | reject(neutron_service_limit) or neutron_service_limit | split(':') }}"}

```
Error was a <class 'ansible.errors.AnsibleError'>, original message: template error while templating string: no filter named 'split'. String: {{ neutron_service_limit | split(',') | reject(neutron_service_limit) or neutron_service_limit | split(':') }}"}
```
@scrungus scrungus changed the base branch from stackhpc/wallaby to stackhpc/xena October 10, 2023 10:43
@scrungus scrungus changed the base branch from stackhpc/xena to stackhpc/wallaby October 10, 2023 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant