puppet-ovn/data/RedHat-family.yaml
Takashi Kajinami 22e4982217 Make parameter names more sensible
This updates the parameters introduced by [1] during this cycle, to
better represent for what the parameter is used.

[1] 02512cccbc

Change-Id: If3630e6a08abc8216fbd5e059fb5a8e51294b6da
2023-11-19 02:59:59 +09:00

10 lines
441 B
YAML

---
ovn::controller::package_name: 'openvswitch-ovn-host'
ovn::controller::service_name: 'ovn-controller'
ovn::controller::environment_file_path: '/etc/sysconfig/ovn-controller'
ovn::controller::opts_envvar_name: 'OVN_CONTROLLER_OPTS'
ovn::northd::package_name: 'openvswitch-ovn-central'
ovn::northd::service_name: 'ovn-northd'
ovn::northd::environment_file_path: '/etc/sysconfig/ovn-northd'
ovn::northd::opts_envvar_name: 'OVN_NORTHD_OPTS'