Merge "Add z flag to ovn mounts in hybrid mode" into stable/train

This commit is contained in:
Zuul 2021-08-30 11:58:57 +00:00 committed by Gerrit Code Review
commit 04650a1681
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ outputs:
shell: |
set -o pipefail
jq '.ovn_controller.image = "{{ ovn_controller_image }}" |
.ovn_controller.volumes += ["/var/lib/openvswitch/ovn:/run/ovn:shared", "/var/log/containers/openvswitch:/var/log/ovn"] |
.ovn_controller.volumes += ["/var/lib/openvswitch/ovn:/run/ovn:shared,z", "/var/log/containers/openvswitch:/var/log/ovn:z"] |
{"ovn_controller": .ovn_controller }' \
/var/lib/tripleo-config/docker-container-startup-config-step_4.json >\
/var/lib/tripleo-config/docker-container-hybrid_ovn_controller.json