Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 919 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 919 Bytes

HeatOrchestration

What is Heat? Heat is the main project of the OpenStack orchestration program. It allows users to describe deployments of complex cloud applications in text files called templates. These templates are then parsed and executed by the Heat engine. More information about Heat https://wiki.openstack.org/wiki/Heat

What is ansible? Ansible is software that automates software provisioning, configuration management, and application deployment. Read more about Ansible https://www.ansible.com/how-ansible-works

Prerequisites: Openstack Installation done using DevStack or any other OpenStack distribution that includes Heat. Ansible should be installed.

Steps to execute:

  1. Clone the repo.
  2. Source adminrc_keystone file
  3. Change directory to HeatOrchestration/ansible cd HeatOrchestration/ansible
  4. To create demo environment using ansible playbook: ansible-playbook demo.yml -c local -vv