How to Manage OpenStack Private Clouds Episode 4 - Building Virtual Networks (Neutron)
HTML-код
- Опубликовано: 5 фев 2025
- OpenStack is an open-source cloud computing platform that enables you to build your very own private cloud that is completely under your control. You can use it to spin up compute instances, set up block and object storage, load balancers, software-defined networking, and more. In this six-part guide, Jay will guide you through the finer points of OpenStack with hands-on examples. In the fourth episode, we'll take a look at networking-related topics within OpenStack.
• Thanks to OpenMetal for sponsoring this series! Check them out and get set up with your very own OpenStack cloud! ➜ hubs.li/Q02HTv-t0
LEARN LINUX TV - YOUR HOME FOR LINUX-RELATED FUN AND LEARNING!
Support Linux Learning and check out Netdata, a powerful utility that enables you to easily and proactively monitor your business, home, or homelab network
• Check out Netdata here ➜ learnlinux.lin... (affiliate revenue earned)
Support Linux Learning (commission earned)
• Become a channel member here on RUclips ➜ learnlinux.lin...
• Become a Patron on Patreon ➜ learnlinux.lin...
• Receive a 5% discount on an LPI exam voucher ➜ learnlinux.lin...
⏰ TIME CODES
00:00 - Intro
01:16 - Check out OpenMetal (sponsor)
02:37 - Some information regarding public networks vs private networks
05:32 - Exploring Security Groups in OpenStack
15:15 - Building an additional network within OpenStack
19:03 - Setting up a router
22:00 - Launching a couple of compute instances on the new network
25:13 - Setting up a floating IP address and attaching it to a compute instance
41:13 - Setting up a Load Balancer in OpenStack, complete with a Floating IP
LINKS TO ALL EPISODES IN THIS SERIES
• Episode 1 - Introduction to Private Cloud Administration ➜ linux.video/op...
• Episode 2 - How to Launch Compute Instances ➜ linux.video/op...
• Episode 3 - Setting Up Block Storage Volumes ➜ linux.video/op...
• Episode 4 - Building Virtual Networks (This Video)
• Episode 5 - Combining OpenStack and OpenShift ➜ linux.video/op...
• Episode 6 - Automating Cloud Deployments ➜ linux.video/op...
Recommended stand-alone videos from Learn Linux TV
• How to create a bootable flash drive for installing Linux ➜ linux.video/fl...
• Installing an operating system for Raspberry Pi ➜ linux.video/pi...
• How to connect to a Linux server via ssh ➜ linux.video/ssh
• Understanding Linux permissions ➜ linux.video/perms
• Essential tweaks for ALL Linux Servers ➜ linux.video/al...
Full Courses from Learn Linux TV
• Linux Crash Course series ➜ linux.video/cc
• Learn how to exit use tmux ➜ linux.video/tmux
• Learn how to use vim ➜ linux.video/vim
• Bash Scripting Series ➜ linux.video/bash
• Proxmox VE Cluster Full Course ➜ linux.video/pve
• Learn Ansible ➜ linux.video/an...
🌐 LEARN LINUX TV ON THE WEB
• Main site ➜ www.learnlinux.tv
• Community ➜ community.lear...
• Official Github Account ➜ github.com/Lea...
• Enterprise Linux Security Podcast ➜ enterpriselinu...
• The Homelab Show Podcast ➜ thehomelab.show
• Jay on Udemy ➜ www.udemy.com/...
• Jay on Twitter ➜ x.com/JayTheLi...
• Content Ethics ➜ www.learnlinux...
• Request Assistance ➜ www.learnlinux...
⚠️ DISCLAIMER
LearnLinuxTV produces technical content that will hopefully be helpful to you and teach you something new. However, this content is provided without any warranty (expressed or implied). LearnLinuxTV is not responsible for any damages that may arise from any use of the content and information that's being provided. The viewer is expected to follow best judgement and to make his/her/their best decisions while working with production or non-production software, systems and hardware.
#OpenStack #PrivateCloud #cloudcomputing
so good to see this episode I've been waiting for... thank you so much!
Hey man! Great video. Good explanation. Eager to the next video. Thank youu!
It would be nice to see a VPN jump in box setup, to ssh into those internal servers instead using the floating IP.
Great tutorial!
Private Cloud? Surely the question should be: "Where is it's storage of my defunct electric personal SUV?"
Helpful, thanks
Is there a specific reason for removing default SSH ingress and adding new SSH_access instead ? Or is it only for the purpose of the tutorial ? Thank you for your answer !
Yes, for the purpose of the tutorial. See 8:24
great content and clear explanation. follows your steps but i am facing issue to access internet from my openstack instances and not able to install anything. my instance is on private network and associated a floating IP to it but unsuccessful. does anyone face this same issue.
This can be caused by several factors but my guess it's the network or router:
-Network Configuration: Check subnet settings, DHCP configuration, and router settings to ensure proper connectivity.
- Check that your router is connected to the external network with internet access
I am trying to follow along but created Open Stack on a virtual machine; I am not using Open Metal. Is there a tutorial or guide on how to tie my home network (which was not automatically created in open stack) to a private network? I assume my home network is acting like a provider network but I can't find anywhere on how one would create a provider network in Open Stack. TIA.
Try:
Log into OpenStack controller node
Source OpenStack Credentials
Create Provider network "openstack network create --external --provider-physical-network physnet1 --provider-network-type flat provider-network"
The new intro music is better.
I'd say you shoud never make your ssh service public, unless you're using key based authentication.
I will better learn cloudstack. Openstack is too much complicated.