63a7968d8d
Instead of handling everything in one role - let's have small fit-for-purpose roles, because in reality these are two hosts roles and performance should be better with this approach. [1]: https://docs.ovn.org/en/latest/intro/install/ovn-upgrades.html Change-Id: I8f9dbe9d950323f16375ad5e1dbaedfb1be6585f
11 lines
432 B
Django/Jinja
11 lines
432 B
Django/Jinja
{
|
|
"command": "/usr/bin/ovn-northd -vconsole:emer -vsyslog:err -vfile:info --ovnnb-db={{ ovn_nb_connection }} --ovnsb-db={{ ovn_sb_connection }} --log-file=/var/log/kolla/openvswitch/ovn-northd.log --pidfile=/run/ovn/ovn-northd.pid --unixctl=/run/ovn/ovn-northd.ctl",
|
|
"permissions": [
|
|
{
|
|
"path": "/var/log/kolla/openvswitch",
|
|
"owner": "root:root",
|
|
"recurse": true
|
|
}
|
|
]
|
|
}
|