Skip to content

Latest commit

 

History

History
106 lines (54 loc) · 3.9 KB

addingaac.md

File metadata and controls

106 lines (54 loc) · 3.9 KB

Before I started this I have downloaded VMware-vRealize-Automation-SaltStack-Config-8.10.1.0-20668427_OVF10.ova and placed a copy in /tmp on my vRSLCM node. If vRSLCM have internet access you can download it directly from within vRSLCM.

image-20221118155001862

Locker.

image-20221118155010612

Certificates - GENERATE.

image-20221118162734529

image-20221118162951095

Go to Lifecycle Operations.

image-20221118163002897

Settings - Binary Mapping.

image-20221118155741409

Click ADD BINARIES. Change Base Location to /tmp. Click DISCOVER. Select the SaltStack Config ova and click ADD.

image-20221118160324044

Got to Environments. Click the three dots and choose Add Product.

image-20221118163306903

VreAlize Automation SaltStack Config. New Install. Version. vRA-Integrated. Deployment Type: Standard. Click Next.

image-20221118163344806

Add, Select and Validate your license.

image-20221118163741156

Select the Certificate you created earlier.

image-20221118164024656

Select Cluster, Folder, Resource Pool, Network, Datastore. Enable Integrate with Identity Manager.

image-20221118164111575

Network settings.

image-20221118164121802

Check Integrate with Identity Manager.

image-20221118164206344

Run Pre Check and verify everything is OK.

image-20221118164328083

Submit.

image-20221118164359757

Wait for installation to complete.

image-20221118164814366

Make sure you got the right permissions to access SaltStack Config.

image-20221118165806498

I'm adding both Super User and Administrator role in this example.

image-20221122112353236

image-20221118165843576

If you get a 403 error message while logging in it's likely to be caused by the self signed certificate we created in the beginning.

Follow the steps outlined here to take care of that.

As this is my lab environment I will just disable Certificate validation by adding this to the end /etc/raas/raas on the SSC node.

vra:
  validate_ssl: false

And run: systemctl restart raas

image-20221118171300183

Go to Minion Keys - Pending. Select 'salt' and hit ACCEPT KEY.

image-20221118175207961

Final steps. Go to Cloud Assembly - Infrastructure - Integrations. Open the SaltSTack integration named vssc_***

image-20221118173420913

Change Running environment to: embedded-ABX-onprem. Enter the password you choose in step 8 during the easy installer setup day 1. Click VALIDATE and SAVE.

image-20221118173546841

Done.