Hi guys, we installed a testing environment with cloudstack 4.4.2. In this
testing environment we have two centos 6.6 nodes with ovs 2.3.1.
Providing a virtual machine with a network service offering  based on ovs,
we saw an is ovs bridge was automatically configured on kvm nodes but no
gre tunnel port was created within it.
Reading ovstunnel.log we discovered an error : the gre tunnel  was created
and immediatelly deleted as you can see in the following ovstunnel.log
lines :

2015-06-01 16:15:25,736 - bridge OVSTunnel3093 for creating tunnel -
VERIFIED
2015-06-01 16:15:25,736 - Executing:['/usr/bin/ovs-vsctl', 'add-port',
'OVSTunnel3093', 't3093-1-4', '--', 'set', 'interface', 't3093-1-4',
'type=gre', 'options:key=3093', 'options:remote_ip=192.168.10.2']
2015-06-01 16:15:25,750 - Executing:['/usr/bin/ovs-vsctl', 'get', 'port',
't3093-1-4', 'interfaces']
2015-06-01 16:15:25,756 - Executing:['/usr/bin/ovs-vsctl', 'get',
'interface', '0e739122-dc8c-4de7-a91e-1ddbdae7c82e', 'options:key']
2015-06-01 16:15:25,761 - Executing:['/usr/bin/ovs-vsctl', 'get',
'interface', '0e739122-dc8c-4de7-a91e-1ddbdae7c82e', 'options:remote_ip']
2015-06-01 16:15:25,767 - Tunnel interface validated:['/usr/bin/ovs-vsctl',
'get', 'interface', '0e739122-dc8c-4de7-a91e-1ddbdae7c82e',
'options:remote_ip']
2015-06-01 16:15:25,767 - Executing:['/usr/bin/ovs-vsctl', 'get',
'interface', '0e739122-dc8c-4de7-a91e-1ddbdae7c82e', 'ofport']
2015-06-01 16:15:25,773 - Executing:['/usr/bin/ovs-vsctl', 'get', 'bridge',
'OVSTunnel3093', 'other_config:is-ovs-tun-network']
2015-06-01 16:15:25,778 - Executing:['/usr/bin/ovs-vsctl', 'get', 'bridge',
'OVSTunnel3093', 'other_config:is-ovs_vpc_distributed_vr_network']
2015-06-01 16:15:25,784 - The command exited with the error code: 1 (stderr
output:ovs-vsctl: no key "is-ovs_vpc_distributed_vr_network" in Bridge
record "OVSTunnel3093" column other_config
)
2015-06-01 16:15:25,784 - An unexpected error occured. Rolling back

Reply via email to