How to Manage OpenStack Private Clouds Episode 4 - Building Virtual Networks (Neutron)

Поділитися
Вставка
  • Опубліковано 28 чер 2024
  • 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! ➜ bit.ly/3IQ9kTV
    Learn Linux TV - Your Home For Linux-Related Fun and Learning!
    Support Linux Learning (commission earned)
    • Become a channel member here on UA-cam ➜ learnlinux.link/join
    • Become a Patron on Patreon ➜ learnlinux.link/patron
    • Receive a 5% discount on an LPI exam voucher ➜ learnlinux.link/lpi-voucher
    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/openstack1
    • Episode 2 - How to Launch Compute Instances ➜ linux.video/openstack2
    • Episode 3 - Setting Up Block Storage Volumes ➜ linux.video/openstack3
    • Episode 4 - Building Virtual Networks (This Video)
    • Episode 5 - Combining OpenStack and OpenShift ➜ linux.video/openstack5
    • Episode 6 - Automating Cloud Deployments ➜ linux.video/openstack6
    Recommended stand-alone videos from Learn Linux TV
    • How to create a bootable flash drive for installing Linux ➜ linux.video/flash-usb
    • Installing an operating system for Raspberry Pi ➜ linux.video/pi-imager
    • 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/all-servers
    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/ansible
    Linux-related Podcasts
    • Enterprise Linux Security ➜ enterpriselinuxsecurity.show
    • The Homelab Show ➜ thehomelab.show
    Official *Learn Linux TV on the Web*
    • Main site ➜ www.learnlinux.tv
    • Community ➜ community.learnlinux.tv
    Content Ethics
    • The following article covers the rules and guidelines Learn Linux TV abides by ➜ www.learnlinux.tv/content-ethics
    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
  • Наука та технологія

КОМЕНТАРІ • 15

  • @aqeelabbas8264
    @aqeelabbas8264 Рік тому +1

    so good to see this episode I've been waiting for... thank you so much!

  • @jorgevisentini
    @jorgevisentini Рік тому +1

    Hey man! Great video. Good explanation. Eager to the next video. Thank youu!

  • @fabbyy7253
    @fabbyy7253 Рік тому

    You are so awesome man! Yes I did like the video! Yes you are doing gods work, thank you so much these videos are perfect. I just 2x speed it and thanks to your perfect voice and speed i can understand every word still. Rushing through this series in no time, getting me started with this quickly and efficiently. Just how I like it!

  • @fedefede843
    @fedefede843 Рік тому

    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!

  • @jg1000c
    @jg1000c 4 місяці тому

    Helpful, thanks

  • @davidgreen7392
    @davidgreen7392 Рік тому +2

    Private Cloud? Surely the question should be: "Where is it's storage of my defunct electric personal SUV?"

  • @jawadnet91
    @jawadnet91 6 місяців тому

    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.

    • @openmetal_io
      @openmetal_io 5 місяців тому

      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

  • @bellangerbenjamin1460
    @bellangerbenjamin1460 4 місяці тому

    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 !

    • @RustyNPiece
      @RustyNPiece 4 місяці тому

      Yes, for the purpose of the tutorial. See 8:24

  • @twincitiespcmd
    @twincitiespcmd Рік тому

    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.

    • @openmetal_io
      @openmetal_io 5 місяців тому

      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"

  • @act.13.41
    @act.13.41 Рік тому

    The new intro music is better.

  • @alx8439
    @alx8439 Рік тому

    I'd say you shoud never make your ssh service public, unless you're using key based authentication.

  • @George-664
    @George-664 Рік тому

    I will better learn cloudstack. Openstack is too much complicated.