Skip to content

Commit

Permalink
added controller extra vars requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 20, 2023
1 parent 84de488 commit d2362b9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .ansible-sign/sha256sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ b64a9ce7ade9b8fae7bda827f7a8d179809a8df065c8bafc1af07ae827ffb2aa SNOW/images/wo
3b6b1d02322d2b0435b86bec366c94c6fe928ab84f0d2b881cf102021c44dddc SNOW/images/workflow_start.jpg
cb3a760e0f134314711929e87e54b3a46d3d4898f0baa2d641000ee1e3b63708 SNOW/images/write_scope.png
b8bc0e6865c91d1d8cedf5bc9faa24782629806c15f99d0b24e3397ec294dcbb SNOW/images/write_scope_deets.png
daa15edee6e844e4b924c4525520e51d57bbda5714babd6f56a1d32313442edc SNOW/readme.md
c5e431e8e5c553e1f7155ca3120c344a3a0fcc3351ea476caae2093e2d7bba3c SNOW/readme.md
f2e3f116834e07c0851da09ddd064fd4af564f049b2341ab32bbe94a921034f1 aap_metrics.yml
801e71ef40288c0ca2711b52b3703e34f5a867889d5f9be6bab1c7d1b8ded26a aap_metrics_api.yml
a9ba8167093814d5863fdd533c87d9a447418d15e03ccbf3d0d38992f56a3b2e addvmtoad.yml
Expand Down
22 changes: 11 additions & 11 deletions .ansible-sign/sha256sum.txt.sig
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNATURE-----

iQGzBAABCAAdFiEE/bJvyFHKKJdaZDOLTiIiIXrUDNEFAmV8a24ACgkQTiIiIXrU
DNFL4gwAp5L8uqK7KsNEGo0pDhIsoYp4dWHRLVqTs8PC+F1FQJEpQLZNb36V0qeB
8519YCQ4/DJOmNBKXMUHEtDQt+MPukmjqTfhBIiF7X0OVlpHLjkGsLgfKj9B90h7
S46Sps3xW813pJ9fzX8XPn5YV241+Lc+kJfGYKBntimMb6DmAGbUwrZCPxjDnPU4
COj/inLEEwd4XCaqmDjdPOrjhhdytAFomcTESGCB9GyOtGDyIi6x7maPBQ8MJNiu
8SgNpNncTbhdSFASwo55vl7WY1/Mlz0MludgsTl6nkPuUNDQroKiMTcxpbwDF8oN
INaERM7yKRD1q+BXdBKYjkUDTJ6oHX2Pz7prSM92Lj1fV5EtDHbbdkMghdUelXwd
C/1pWXsm7vvo7BbPbevno60ApuoXmnZWrW/PnNbKa9Y717uJWgH52As/Tf7Ha1GF
tdKCz3Ryzxdpw/5b42aOuzMGjICdTAAr4d5O8PMBz5PGleqiZWnjyOIWXzvHm0rw
/sXRglTa
=5pPg
iQGzBAABCAAdFiEE/bJvyFHKKJdaZDOLTiIiIXrUDNEFAmWDLMEACgkQTiIiIXrU
DNEFSwv/aCTt+1xq3PUDlhNMy94pV0eLKX7en0GQ/GJYiNF07E8IRP5b0ufbsbwQ
N3Bcoxtu46esFZghDiNwK6sQZUuN/SahpnDNNWh/yaxTLDE7u+snayn7AtbPfEOn
CWOVQgMApsvnng9YORuT8poa+7MRwX/lkE58kyiPlu0gW97YPpTmSJgJUj4zCO52
PgIB2yMpbGKTUTjFDhHcnHUZFuI87gT2rgN52dC4xMAn/YZrtlroFkrmzkOBt6m2
uMfve+QNNEKvb3iOaE8Q1QauQnWd4GaxkBorbspddyeYvq9iF6ZlcxKDFXkgJAGb
8ozv5/65o3rzG7Nq9CUjp5wvXfErrRbixpBvypKF8e6AAn+OCWoZYCo0CRebfxlA
UXQb6OpjLMh/Ug+I/H3zfxP6VdORLtUtPPfbd/q6VScRdS/pwjy6vkTvp/7Ndqvy
V4sTmQMlAFze4ERzxf4CGWmNY/S0IL165mPbmpaer7bcKflUIhX0r7QiR/uGTmIA
dJidIdUr
=ELCX
-----END PGP SIGNATURE-----
8 changes: 8 additions & 0 deletions SNOW/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ Under the HTTP Methods section at the bottom, click the blue New button. At the
```
**NOTE** `from_snow` is hard coded to be true; we do not want the user to change this value as this request is in fact coming from ServiceNow.

**NOTE** For the extra variables to be received by controller, one of the following must be true for the Job Template:
They correspond to variables in an enabled survey.
Prompt on launch for Varibles (or ask_variables_on_launch in the API) is set to True.

#### 15)
As we user-provided parameters in the Content field, click on Auto-generate variables in order to generate variables for test runs. Populate the Test value column with some default values that you would like to test your call with (see below for an example). You can then kick off a RESTful call to AAP using these parameters with the **Test** link.

Expand Down Expand Up @@ -505,6 +509,10 @@ Click on the blue **Done** Button

Click Save and then click Activate on the top bar

**NOTE** For the extra variables to be received by controller, one of the following must be true for the Job Template:
They correspond to variables in an enabled survey.
Prompt on launch for Varibles (or ask_variables_on_launch in the API) is set to True.

### Update Catalog With Newly Created Flow

#### 16)
Expand Down

0 comments on commit d2362b9

Please sign in to comment.