This vRealize Automation Module for SaltStack provides functionality to configure and perform various functions within vRealize Automation. You can do things like setup cloud accounts, cloud zones, tags, blueprints, flavor mappings, enable services and much more.
vRealize Automation needs to be installed and running and a version of SaltStack needs to also be up and running. There are lists of various functions at the bottom of this readme.
vRealize Automation 8 vRA SaltStack Config
All salt modules get loaded on the master at /srv/salt/_modules
Once copied then run
saltutil.sync_modules
In order to access docstrings:
salt '*' sys.doc 'vra*'
salt 'salt-master' vra.tag_cloudzone myvra.company.local admin password "AWS-Cloud-Account / us-west-1" env aws
(args = url, user, password, cloudzone/region, tag_key, tag_value)
Video to come
version 1.0.0
- Chris McClanahan
See also the list of contributors who participated in this project.