Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "[ffwd3] Upgrade ovn_controller ahead" into stable/wallaby
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Aug 24, 2023
2 parents 576dcc5 + e1a26ff commit df461df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/ovn/ovn-controller-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ outputs:
$ROLE_NAME: {get_param: RoleName}
ovn_bridge_mappings: {get_attr: [OVNBridgeMappingsValue, value, ovn_bridge_mappings]}
ovn_static_bridge_mac_mappings: {get_attr: [OVNBridgeMappingsValue, value, ovn_static_bridge_mac_mappings]}
external_update_tasks:
external_update_tasks: &ovn_controller_update
- name: Force pull image in case image name doesn't change.
when: step|int == 1
tags:
Expand Down Expand Up @@ -641,7 +641,7 @@ outputs:
until: async_poll_results.finished
retries: {get_param: OVNControllerUpdateTimeout}
delay: 1
upgrade_tasks: []
upgrade_tasks: *ovn_controller_update
scale_tasks:
- when:
- step|int == 1
Expand Down

0 comments on commit df461df

Please sign in to comment.