Sunday, 2024-09-01

bholafrickler, any idea how to get it working?00:03
*** mhen_ is now known as mhen01:42
DeHackEdbhola: the concept is that the provider network is a real network (probably either flat or vlan) that already exists. neutron routers are NAT routers, but will also do IP rewrites for VMs on tenant networks to make it appear they have a floating IP assigned even though they still use 192.168.x.x IPs.02:12
DeHackEdcan you make routers and have the routers pingable?02:13
bholaDeHackEd, Thanks for your message. I can make routers and attach networks to them. But how I can ping them from outside if there is no IP available/visible from compute/neutron nodes. I can see a number of interfaces created by openstack system on compute node but they are all without IPs. That's what I am saying that at leasat one bridge/switch interface should have an IP so I can access the private networks.09:04
bholaand most of these virtual bridge/switch interfaces state is DOWN if i look at them at compute node's shell. But in the horizon interface it is showing all of the routers/interfaces up09:09
bholaDeHackEd, I think you were offline. Did you read my messages?14:29
DeHackEdneutron makes routers using network namespaces. you won't directly see them on the host, but `ip netns ls` will show them. also any IPs assigned from your provider ("public" IP block) should be in use and pingable14:43
bholaDeHackEd, with command ip netns ls shows nothing. One instance is running at the moment. I can see all the IPs in horizon I have associated an IP from provider network to the instance as floating IP but I cannot access provider network from anywhere.14:48
bholaAnother issue is I cannot connect to my instance through console. I am using vnc. it opens in console on horizon but doesn't accept any keyboard entry. So there is no way to connect to the instance. Neither through console nor through floating ip.14:51
bholaEven issuing command "ip route" doesn't any route to provider network.14:52
DeHackEdinstructions in the console describe how to get the keyboard grabbed by the vnc interface (as opposed to interpreted by the browser)15:05
DeHackEdfloating IPs need routers. they just install a NAT rule: destination is the floating IP, rewrite to the target server's IP and forward (and a matching reverse)15:06
bholaDeHackEd, Yes, that is what I am saying. We should have access to floating IP from compute node's shell. Right? But I don't have access to floating IP. Ip a command shows a list of interfaces and bridges but none of them is assigned any ip.17:28
bholaBy the way, where are the instructions to get the keyboard grabbed by vnc?17:29
DeHackEdclick the blue header box over the VNC area18:05
bholaI click it but it doesn't grab the keyboard.18:10
bholais there any specific setting in the config file to change for grabbing the keyboard?18:25
drlkfis it common practice to have a dedicated auth node, and all the compute nodes are controllers?20:24
DeHackEdI suspect it's more common to have a dedicated auth + controller node (eg: nova-scheduler, nova-api, etc) and then the compute nodes are dedicated compute.21:55
DeHackEdor, cluster of controllers if your cluster is large enough or highly available to require that21:56

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!