Cloud computing

TripleO deep dive session #1 (Quickstart deployment)

This is the first video from a series of “Deep Dive” sessions related to TripleO deployments.

The first session is related to the TripleO deployment using Quickstart.

Quickstart comes from RDO, to reduce the complexity of having a TripleO environment quickly, mostly for users without a strong and deep knowledge of TripleO configuration and it uses Ansible roles to automate all the different configuration tasks.

So please, check the full session content on the TripleO YouTube channel.

Last but not least, James Slagle (slagle) have posted some comments about how to apply new changes in the puppet modules when deploying the overcloud as the current task of re-create them is a time consuming and cumbersome process.

Using the upload-puppet-modules script we will be able to update the puppet modules when executing the overcloud deployment.

# From the undercloud
mkdir puppet-modules
cd puppet-modules
git clone https://git.openstack.org/openstack/puppet-tripleo tripleo
# Edit as needed under the tripleo folder
cd
git clone https://git.openstack.org/openstack/tripleo-common
export PATH="$PATH:tripleo-common/scripts"
upload-puppet-modules --directory puppet-modules/

Please check the sessions index to have access to all available content.

---------------------------------------------------------------------------------------
|                                     ,   .   ,                                       |
|                                     )-_'''_-(                                       |
|                                    ./ o\ /o \.                                      |
|                                   . \__/ \__/ .                                     |
|                                   ...   V   ...                                     |
|                                   ... - - - ...                                     |
|                                    .   - -   .                                      |
|                                     `-.....-´                                       |
|                          _______   _       _       ____                             |
|                         |__   __| (_)     | |     / __ \                            |
|                            | |_ __ _ _ __ | | ___| |  | |                           |
|                            | | '__| | '_ \| |/ _ \ |  | |                           |
|                            | | |  | | |_) | |  __/ |__| |                           |
|                     _____  |_|_|  |_| .__/|_|\___|\____/                            |
|                    |  __ \          | |     |  __ \(_)                              |
|                    | |  | | ___  ___|_|__   | |  | |___   _____                     |
|                    | |  | |/ _ \/ _ \ '_ \  | |  | | \ \ / / _ \                    |
|                    | |__| |  __/  __/ |_) | | |__| | |\ V /  __/                    |
|                    |_____/ \___|\___| .__/_ |_____/|_| \_/ \___|                    |
|                                     | |  (_)                                        |
|                         ___  ___  __|_|__ _  ___  _ __  ___                         |
|                        / __|/ _ \/ __/ __| |/ _ \| '_ \/ __|                        |
|                        \__ \  __/\__ \__ \ | (_) | | | \__ \                        |
|                        |___/\___||___/___/_|\___/|_| |_|___/                        |
|                                                                                     |
---------------------------------------------------------------------------------------

Responses

Want to leave a comment? Visit this post's issue page on GitHub (you'll need a GitHub account. What? Like you already don't have one?!).