RE: ethNone problem with VPC

2017-06-16 Thread Roman Ledovskiy
Simon, Yes, I have traffic labels setup for my networks (2 guest networks with different tags and 1 public). Advanced network setup / Centos-7.x on hypervisors. I enabled debug on hypervisor and tried to restart router VM via Cloudstack GUI. Since its config overwritten I presume something

Re: ethNone problem with VPC

2017-06-16 Thread Simon Weller
Roman, Take a look at these logs: 1. 017-06-16 14:55:21,410 DEBUG [kvm.resource.LibvirtComputingResource] (agentRequest-Handler-3:null) (logid:49d03fbe) failing to get physical interface from bridge cloud0, did not find an eth*, bond*, team*, vlan*, em*, p*p*, ens*, eno*, enp*, or enx* in

RE: ethNone problem with VPC

2017-06-16 Thread Roman Ledovskiy
Simon, I saw this but I thought that "cloud0" is something I have no control over? (Some internal cloudstack bridge that it creates and manages completely automatically) Do you have any idea on how this can be fixed? Thanks Roman -Original Message- From: Simon Weller [mailto:swel...@

Re: ethNone problem with VPC

2017-06-16 Thread Simon Weller
Can you provide your /etc/cloudstack/agent/agent.properties file on the host? Can you also screenshot your traffic label configuration for each network type? From: Roman Ledovskiy Sent: Friday, June 16, 2017 7:59 AM To: users@cloudstack.apache.org Subject: RE:

Re: ethNone problem with VPC

2017-06-16 Thread Simon Weller
Interface and bridge configs would be helpful as well. From: Simon Weller Sent: Friday, June 16, 2017 8:14 AM To: users@cloudstack.apache.org Subject: Re: ethNone problem with VPC Can you provide your /etc/cloudstack/agent/agent.properties file on the host? Can

RE: ethNone problem with VPC

2017-06-16 Thread Roman Ledovskiy
Simon, Thanks for your help. I posted all my configs and print screens with labels (URL - first line in pastebin) here: https://pastebin.com/NAuxN9ms Thanks Roman -Original Message- From: Simon Weller [mailto:swel...@ena.com.INVALID] Sent: Friday, 16 June, 2017 9:24 PM To: users@clo

RE: ethNone problem with VPC

2017-06-16 Thread Roman Ledovskiy
I'm not sure if it is actually related to cloud0... I'm troubleshooting this way now: Copying one of /var/cache/cloud/processed/ip_associations.json.* to /var/cache/cloud/ip_associations.json inside VPC Running from the host /usr/share/cloudstack-common/scripts/network/domr/rou

Re: ethNone problem with VPC

2017-06-16 Thread Dag Sonstebo
Hi Roman, In my experience when using OVS the cloud0 bridge sometimes has to be configured manually. Check my blog post from last year on this, it has some examples on the cloud0 bridge setup: http://www.shapeblue.com/networking-kvm-for-cloudstack/ Regards, Dag Sonstebo Cloud Architect ShapeB

RE: ethNone problem with VPC

2017-06-16 Thread Roman Ledovskiy
Hi Dag, Not using OVS, using Linux bridges.. So I assume that cloud0 should be managed by cloudstack.. Thanks Roman -Original Message- From: Dag Sonstebo [mailto:dag.sonst...@shapeblue.com] Sent: Friday, 16 June, 2017 11:34 PM To: users@cloudstack.apache.org Subject: Re: ethNone probl

RE: ethNone problem with VPC

2017-06-16 Thread Roman Ledovskiy
Realized that if I add these 2 lines inside VPC router: root@r-109-VM:~# diff /opt/cloud/bin/cs_ip.py /opt/cloud/bin/cs_ip.py.back 37,38d36 < if nic_dev_id is None: < nic_dev_id=1 and edit /etc/cloudstack/ips.json properly once, everything begins to work, everything begins to work