Cameron Kroeker
Cameron Kroeker
Hello @anandak, This feature is not yet supported. I have added the Enhancement label for us to evaluate adding this in a future release. Thanks, Cameron K.
@gregery You can use the roles zip from previous releases (for example, its included in the release v3.7.0 assets section): https://github.com/Esri/arcgis-cookbook/releases Additionally can modify the [attributes](https://github.com/Esri/arcgis-cookbook/tree/master/cookbooks/arcgis-enterprise#attributes) and [recipes](https://github.com/Esri/arcgis-cookbook/tree/master/cookbooks/arcgis-enterprise#recipes) within the...
There are two "content" directories that Portal uses/creates. The first one is created by the installer (setup), which uses the "data_dir" parameter. If the "data_dir" is not specified in the...
Hi @Ayushyadav19, The `arcgis-enterprise::portal_wa` and `arcgis-enterprise::server_wa` recipes will automatically upgrade the web adaptor by first uninstalling the previous version of the web adaptor and installing/configuring the new version. Here are...
Hi @Ayushyadav19, The items that are being skipped I would expect to be skipped, except perhaps the unpack action. This could be getting skipped for a couple different reasons. The...
Hi @Ayushyadav19, Thanks for providing the json and logs. Looks like the portal install isn't being skipped but rather exiting silently without an error. ``` [2022-03-21T11:08:28+00:00] INFO: Processing arcgis_enterprise_portal[Install Portal...
Hi @Ayushyadav19, Thanks for providing the additional logs. I am not quite sure why the portal setup is not detecting that the domain service account is valid especially since you...
Hi @mayorvlf, Could you try the following request in a web browser (on the portal node) to see what is returned? ``` https://esr.domain.com:7443/arcgis/portaladmin/?f=pjson ``` We should see a response similar...
> Hi @cameronkroeker I followed your instructions and this is what I get in return from the browser: { "error" : { "code" : 499, "message" : "Token Required.", "details"...
> Hi Cameron, I was using a different chef run but as errors were coming up had to re-run the recipe after fixing the issue. Hi @mayorvlf, May I ask...