Skip to content

a collection of ansible playbooks and artifacts for day 2 openstack tasks

Notifications You must be signed in to change notification settings

RHsyseng/day-two-openstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Day-Two-OpenStack

Materials to support a hands-on lab @ OpenStack Summit in Berlin.

  • The playbooks directory - contains playbooks to setup the instances used in the lab; including day 2 operations meant to be performed against them.

  • The webapp directory - hosts a sample application that is deployed on the instances.

  • The docs directory - contains all the lab exercises that were covered in the Simplifying Day Two Operations with Ansible session.

Questions? Fee free to email rlopez at redhat.com or dcritch at redhat.com

OpenStack Summit 2018: Day Two Operations with Ansible

Lab Setup

This lab can be recreated in your own environment to complete at your own pace.

If you do not have an existing OpenStack cluster, you can run the following on a bare-metal host to deploy devstack and then the lab environment on top:

$ ansible-playbook playbooks/deploy_devstack.yml

To deploy the lab against an existing OpenStack cloud, create an ansible variables file (see playbooks/devstack_env.yml for an example) and run the following:

$ ansible-playbook playbooks/deploy_webapp.yml -e @playbooks/devstack_env.yml

$ ansible-playbook webapp/deploy.yml

$ ansible-playbook playbooks/make_loadbalancer.yml -e @playbooks/devstack_env.yml

Note
If using an existing environment, it must support the cinder-backup and octavia services.

About

a collection of ansible playbooks and artifacts for day 2 openstack tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published