Fix typo in ovn-dbs-cluster northd kolla config file

The correct variable name in tripleo-ansible/roles/tripleo_ovn_cluster/templates/ovn_cluster.j2
is OVN_NORTHD_OPTS. With this change we see that the ovn_northd process
starts correctly with all the right parameters:

    root      104187  0.0  0.0  43056  8868 ?        S    16:57   0:00
    \_ /usr/bin/ovn-northd --no-chdir -vconsole:emer -vsyslog:err
    -vfile:info --pidfile=/run/openvswitch/ovn-northd.pid
    --log-file=/var/log/openvswitch/ovn-northd.log
    --private-key=/etc/pki/tls/private/ovn_dbs.key
    --certificate=/etc/pki/tls/certs/ovn_dbs.crt --ca-cert=/etc/ipa/ca.crt
    --ovnnb-db=ssl:172.17.1.132:6641,ssl:172.17.1.58:6641,ssl:172.17.1.50:6641
    --ovnsb-db=ssl:172.17.1.132:6642,ssl:172.17.1.58:6642,ssl:172.17.1.50:6642

Reported-By: Jakub Libosvar <jlibosva@redhat.com>

Change-Id: I50cf3b7d79d8cd139ae514438e147df73901a366
This commit is contained in:
Michele Baldessari 2021-07-23 19:57:07 +02:00
parent 5670359777
commit 1115698c14
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ outputs:
config_files: *ovn_dbs_kolla_config_files
permissions: *ovn_dbs_kolla_permissions
/var/lib/kolla/config_files/ovn_cluster_northd.json:
command: bash -c $* -- eval source /etc/sysconfig/ovn_cluster; exec /usr/bin/ovn-northd ${ovn_cluster_northd_OPTS}
command: bash -c $* -- eval source /etc/sysconfig/ovn_cluster; exec /usr/bin/ovn-northd ${OVN_NORTHD_OPTS}
config_files: *ovn_dbs_kolla_config_files
permissions: *ovn_dbs_kolla_permissions
docker_config: