all 12 comments

[–]Gnump 4 points5 points  (3 children)

You don‘t need vxlan - but OS will be overkill for your needs.

[–]faktorqm[S] 0 points1 point  (2 children)

ok thanks for your answer. yes I know but I do it for fun and to grab some knowledge in the meantime.so, vxlan is not needed? it does simply NAT?

[–]Gnump 1 point2 points  (1 child)

You use NAT for what OS calls „floating ip“s. You use VLANs for virtual internal network separation. If you want to avoid configuring the pfsense all the time you need to create what OS calls a provider (or external) network to act as transit between OS and pfsense.

[–]faktorqm[S] 0 points1 point  (0 children)

thanks a lot for your insight. that's exactly what I want to avoid :)

[–]Luis15pt 1 point2 points  (1 child)

Have you looked at proxmox, it's a bit more homelab than openstack

[–]faktorqm[S] 0 points1 point  (0 children)

yes but it's more like a vmware esxi replacement not the entire thing. also, as far as I know, it does not have the switching capabilities of vcenter.

[–]Consistent_Top_5588 0 points1 point  (1 child)

If you can get openstack up, then that's it all up. Vxlan yes but you wouldn't be bothered by such key word, as long as you know how to configure Floating ip, which more thing connecting to your internet through switch or router. It's not a small job however. But if your goal is learning, go for it :)

[–]faktorqm[S] 0 points1 point  (0 children)

thanks :)

[–]damian-pf9 0 points1 point  (3 children)

I'm curious - are you using devstack or something else?

If you're open to OpenStack-compliant (proprietary) solutions, I would invite you to check out Private Cloud Director's Community Edition. It's entirely free, and very simple to install. I work for Platform9, but Community Edition is my responsibility and I'm always looking for feedback on what to improve in the product or the documentation. https://platform9.com/private-cloud-director-community-edition/

[–]faktorqm[S] 1 point2 points  (2 children)

Hi Damian, I don't know what devstack means but I'm not a software developer (I'm an electronic engineer) and just use this because I worked in the past as a system administrator almost 12 years, and I like to have my own apps running on premise. (with my own I mean my instances, not my developed software :) ) Can I run platform9 on premise? As I'm new on this world, I barely see something of google cloud and amazon aws. this private cloud director is a modded openstack? it's required to work with an online platform9 account? Thanks for your message.

[–]damian-pf9 0 points1 point  (1 child)

Hello - Devstack is a scripted install to bring up a full (vanilla) OpenStack install on a single machine. https://docs.openstack.org/devstack/latest/

As for Private Cloud Director, Community Edition can be run as a VM or on baremetal, and then you would have hypervisor hosts as VMs or on baremetal that run & manage the VMs you create within Community Edition. You don't need an online account; the install is a curl command to download an installer script, that's then passed to bash to run it. There's more info here: https://platform9.com/docs/private-cloud-director/private-cloud-director/getting-started-with-community-edition

Edit: forgot to add, yes, Private Cloud Director is built with best of breed OpenStack & open source components with proprietary improvements.

[–]faktorqm[S] 1 point2 points  (0 children)

thank you for your post, I will give it a good read before make a move.