Skip to content

VMwareCMBUTMM/salt_module_for_vra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vRealize Automation SaltStack Module

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.

Getting Started

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.

Prerequisites

vRealize Automation 8 vRA SaltStack Config

Installing

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*'

Running Commands from CLI Example

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)

Running vRA Module Jobs from SaltStack Config

Video to come

Links to Documentation

Contributing

Versioning

version 1.0.0

Authors

  • Chris McClanahan

See also the list of contributors who participated in this project.

Acknowledgments

About

Salt Execution Module for vRealize Automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published