All new OpenStack tips, guides, and tutorials

No readers like this yet.
A pile of books in different colors

Opensource.com

Without some help, the world of OpenStack can be an intimidating space. It seems as if there's always something new to learn, and the corpus grows larger every day. So what's a cloud administrator to do?

Never fear! There are plenty of resources out there to help you get started, and for those already deep in the weeds, there are lots of ways learn something new and get a fresh perspective. In addition to the official documentation, IRC channels, books, and a number of training options available to you, there are also a huge number of community-created OpenStack tutorials to help you out on your journey.

Every month here at Opensource.com, we take a look back at the best guides, tips, tricks, and tutorials published to the web in the prior month. So without further ado, let's jump in.

  • Up first this month is an introduction to Heat templating. Heat, the orchestration engine that ships with OpenStack, allows you to created automated cloud resources which grow or shrink as the demand for your application changes. Defined in a simple YAML file, you can dictate how your application spins up instances, or even networks, in an easy templated fashion.
  • Next, Carl Baldwin takes a look at Neutron subnet pools and how to use them. Subnet pools, an addition with the Kilo release of OpenStack, are a way to automate the addresses used to create a subnet. Before subnet pools, network addresses had to be managed manually, creating additional work and confusion, particularly if you don't have full documentation of how the network in your cloud is laid out. Subnet pools ensure no accidental overlap in addresses occur.
  • Looking for some applications to put OpenStack to a test? Last month saw the release of three new episodes of 5 minute stacks: Dokuwiki, Let's Chat, and Graylog. With these three quick examples, you can quickly deploy real-world applications on top of OpenStack, whether you're looking for a wiki, chat platform, or log management system.
  • J.J. Ashgar had a great set of tips which will be useful to anyone working on developing OpenStack upstream: how to conduct a successful chat room meeting. A lot of OpenStack's planning and development takes place on various Freenode IRC channels, and this document sums up some great tips for both organizers and attendees to make the most of their time and stay productive.
  • In order to keep OpenStack secure, API endpoints need to be thoroughly tested. Fortunately, automation can help with conducting these tests. Learn how fuzzing can be used to automatically search out security defects and keep your cloud safe.
  • Finally, Matt Fisher takes a look at Keystone CADF events and how to get at the data via RabbitMQ, which came about from trying to solve a simple problem: "'I’d like to know when users or projects are added or removed and who did the action.' As it turns out there’s no great way to do this." So he created a simple daemon to catch the data and do lookups, pairing database keys with meaningful information.

That's it for this month. Be sure to check out our complete collection of OpenStack tutorials for over a hundred additional resources. Did we miss a great guide published last month from our list? Use the comments below and let us know.

User profile image.
Jason was an Opensource.com staff member and Red Hatter from 2013 to 2022. This profile contains his work-related articles from that time. Other contributions can be found on his personal account.

Comments are closed.

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.