For my test, I was using the ovs-sandbox. If you look in
tutorial/ovs-sandbox, it creates the certificates as follows:
if [ "$HAVE_OPENSSL" = yes ]; then
OVS_PKI="run ovs-pki --dir=$sandbox/pki --log=$sandbox/ovs-pki.log"
$OVS_PKI init
$OVS_PKI req+sign ovnsb switch
Hi Mark,
I try to set
ovn-sbctl set-connection role=ovn-controller pssl:6642
But it did not change the results. Also for your second and third points, see
inline comments below
“””Aside from that, double-check the output of `ovn-sbctl list connection`
and ensure that th
Hello,
I set up a similar scenario using the OVS sandbox. I started the OVN
sandbox and then issued the command:
ovn-sbctl --id=@test97c983e4 --db=ssl:127.0.0.1:6642
--private-key=sandbox/chassis-1-privkey.pem
--certificate=sandbox/chassis-1-cert.pem
--ca-cert=sandbox/pki/switchca/cacert.pe
Hi
This is my first question here so please kindly let me know if I need to add
any information to make the question actually answerable. : )
Basically, I have a working OVN test environment with one central node (where
nb and sb db runs) and 2 hypervisor nodes (ovn-controllers). SSL has alr