You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Sensitive Field Encryption Or Decryption Failed Exception",
182
+
"Unsupported Enum Value",
183
+
"Terraform Boot Request Failed",
184
+
"Tofu Maker Request Failed",
185
+
"Metrics Data Not Ready",
186
+
"Variable Validation Failed",
187
+
"Variable Schema Definition Invalid",
188
+
"Policy Not Found",
189
+
"Duplicate Policy",
190
+
"Policy Validation Failed",
191
+
"Policy Evaluation Failed",
192
+
"Current Login User No Found",
193
+
"Service Details No Accessible",
194
+
"Migrating activiti Task Not Found",
195
+
"Service Migration Failed Exception",
196
+
"Service Migration Not Found",
197
+
"Service Locked",
198
+
"Eula Not Accepted",
199
+
"Service Flavor Downgrade Not Allowed",
200
+
"Billing Mode Not Supported",
201
+
"Service State Management Task Not Found",
202
+
"Service Order Not Found",
203
+
"Service Price Calculation Failed",
204
+
"Invalid Git Repo Details",
205
+
"File Locked",
206
+
"Service Configuration Invalid"
207
+
]
208
+
},
209
+
"details": {
210
+
"type": "array",
211
+
"description": "Details of the errors occurred",
212
+
"items": {
213
+
"type": "string",
214
+
"description": "Details of the errors occurred"
215
+
}
216
+
},
217
+
"success": {
218
+
"type": "boolean",
219
+
"description": "Describes if the request is successful"
220
+
}
221
+
}
222
+
},
223
+
"AnsibleScriptConfig": {
224
+
"required": [
225
+
"branch",
226
+
"galaxyFile",
227
+
"isPrepareAnsibleEnvironment",
228
+
"playbookName",
229
+
"pythonVersion",
230
+
"repoUrl",
231
+
"requirementsFile",
232
+
"virtualEnv"
233
+
],
234
+
"type": "object",
235
+
"properties": {
236
+
"playbookName": {
237
+
"type": "string",
238
+
"description": "name of the ansible playbook. Should be the fully qualified file name (including the directory path) in the repo.Eg.,'playbook-name.yml'"
239
+
},
240
+
"virtualEnv": {
241
+
"type": "string",
242
+
"description": "Path where the virtualenv is created."
243
+
},
244
+
"pythonVersion": {
245
+
"type": "number",
246
+
"description": "Version of the python. This version of python must be available in node which is acting as the configManager.",
247
+
"format": "float"
248
+
},
249
+
"isPrepareAnsibleEnvironment": {
250
+
"type": "boolean",
251
+
"description": "The agent will prepare the virtual environment if this true.Otherwise it is assumed that the environment is already prepared as part of the resource creation."
252
+
},
253
+
"repoUrl": {
254
+
"type": "string",
255
+
"description": "Url of the script repo."
256
+
},
257
+
"branch": {
258
+
"type": "string",
259
+
"description": "Branch of the git repo."
260
+
},
261
+
"requirementsFile": {
262
+
"type": "string",
263
+
"description": "the python module requirements file in GIT repo. Should be the fully qualified file name (including the directory path). E.g modules/requirements.txt"
264
+
},
265
+
"galaxyFile": {
266
+
"type": "string",
267
+
"description": "Full path of the roles and collections requirements file in GIT repo."
268
+
},
269
+
"ansibleInventoryRequired": {
270
+
"type": "boolean",
271
+
"description": "Defines if the complete service inventory is necessary for running the ansible job."
0 commit comments