Saturday, 2022-01-01

opendevreviewMerged openstack/kayobe stable/victoria: Add support for Ironic inspection through DHCP-relay  https://review.opendev.org/c/openstack/kayobe/+/81938500:44
opendevreviewVerification of a change to openstack/kayobe stable/victoria failed: Limit ip-routing and snat to seed hosts only  https://review.opendev.org/c/openstack/kayobe/+/81937201:28
opendevreviewRadosÅ‚aw Piliszek proposed openstack/kolla-ansible master: [WIP] [CI] Add Venus scenario  https://review.opendev.org/c/openstack/kolla-ansible/+/82322210:46
opendevreviewDr. Jens Harbott proposed openstack/kolla-ansible master: Add a variable to set dns_servers for OVN  https://review.opendev.org/c/openstack/kolla-ansible/+/81836214:23
opendevreviewMerged openstack/kayobe stable/victoria: Limit ip-routing and snat to seed hosts only  https://review.opendev.org/c/openstack/kayobe/+/81937218:22
gueswhatcan anyone help, please? how i can expose openstack api for internal instances? ( for heat for example for callbacks )19:04
ladruagueswhat: you can just access it trough the public api? Just make sure your floating ip(external) network can reach that network address20:05
ladruagueswhat: not sure how you could access it trough the internal network.20:06
gueswhatladrua, but it requires a different interface than neutron_external_network... 20:53
gueswhatseems that even horizon is no bundled with apache or some waf, so proly it would be exposed to brute force attacks once it will be publicly available22:08
gueswhathttps://docs.mirantis.com/mcp/q4-18/mcp-security-best-practices/use-cases/brute-force-prevention.html22:10
ladruagueswhat: it all depends on how you setup your network. In my case I solve it outside of openstack I have a floating ip pool thats in the same subnet as the control network22:38
ladruaand I have another ip-pool that is connected to public facing ips22:39
ladruaso in my case if I need to connect to both my internal control network and get a public ip I add an instance with two nic's that is connected to its respective network22:39
ladrua*interface meant instance22:40
gueswhatladrua what are you using for protecting horizon from brute force attacks from internet ?22:42
ladruagueswhat: it is not connected to the public facing ips, just my control network can access horizon. But my instances can access my control network if needed22:43
ladruaI solve this on my physical hardware switches with vlan and trunking22:44
ladruaso I have two subnets with different vlan tags, one is the internal control network, and the other public network. and I attach from pool depending on my needs22:46
gueswhatoh, i see, and you have allocated floating ip ( as reservation ), which is actually assigned to your vlan inteface as external vip, right ?22:47
ladruagueswhat: prettymuch yes22:48
gueswhatis your trunk mapped as provider network ( external )22:48
gueswhat?22:48
ladruaexyes22:48
ladruayes22:48
ladruaif the only reason for you is to access the api, I would not be surprised if there is a easier path22:49
gueswhati dont know, i started using openstack month ago... 22:49
ladruaI did this back in the day to just setup internal servers22:49
ladruayes, problem in my case is is just manage one cloud, our own internal, so I am no expert.22:50
ladruabut you would solve your problem by seting up a similar network as I am mentioning22:51
ladruaanother way is to just use a flat network, so you just have your control subnet, then you use your network router to nat public ips and ports22:52
ladruadepends what the end goal is too, a big cloud? small lab server? 22:53
gueswhatsmall lab, single baremetal, openstack is hosted in proxmox, management network and external is reachable via vpn ..., thats behind pfsense...  i have 4 networks ( public(external,flat), external(provider,flat), internal(vxlan), management ), external is meant for accessing non openstack objects and viceversa ... 22:54
gueswhatsee https://drive.google.com/file/d/1KM4CzO7RgY8JoRtY4QZu7HPgPlyeB80O/view?usp=sharing22:55
gueswhat*are22:58
ladruamaybe just have same subnet for floating ip pool as control network?23:01
ladruathen you do your public ip port forwarding on your router?23:01
ladruapresuming you have a hardware router of course23:01
ladruafor a lab setup with single host I would do that I think23:02
gueswhati dont have a hw router...23:04
gueswhatthats why i using proxmox23:04
gueswhatto virtualize whole thing23:04
gueswhatits just baremetal in datacenter23:05
ladruaah, missed that. Havent heard of proxmox before. Ok then this is a bit outside of my experiences as I am used to managing the physical network as well.23:07
gueswhatoh, its ok, thanks :)23:24

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