Skip to content

pauljrob/avi-heat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avi Heat Resources

Heat resources for Avi Objects

Pre-requisites

Make sure to have "avi-lbaas" service defined in your keystone catalog. Please refer to Avi Knowledge Brief at https://kb.avinetworks.com/installing-the-lbaas-driver-cli-shell-openstack/ for details on how to define this service and an endpoint for it in your keystone catalog.

Installation Steps

  1. Install the AviHeat PIP Package from https://github.com/ypraveen/avi-heat/releases

  2. Update your /etc/heat/heat.conf and add the following in [Default] section:

    Ubuntu:

    plugin_dirs = '/usr/local/lib/python2.7/dist-packages/avi/heat'

    RHEL:

    plugin_dirs = '/usr/lib/python2.7/site-packages/avi/heat'

  3. Restart heat-engine after adding this:

    e.g., service heat-engine restart

About

Heat resources for Avi Objects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%