Esri / arcgis-cookbook

Chef cookbooks for ArcGIS
Apache License 2.0
300 stars 116 forks source link

wiki for multi-machine linux deployment references a file that doesn't exist #307

Open gregery opened 2 years ago

gregery commented 2 years ago

https://github.com/Esri/arcgis-cookbook/wiki/Automate-a-multi-machine-ArcGIS-Enterprise-deployment-on-Linux-using-Chef-Server

In the section titled "Prepare Chef Server for ArcGIS Enterprise Deployment" step one instructs you to download cookbooks and roles zip files from the link. Following the link there is a cookbooks zip file, but no roles zip file. Step 3 requires the roles zip file that cannot be found.

cameronkroeker commented 2 years ago

@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

Screen Shot 2022-06-09 at 2 46 29 PM

Additionally can modify the attributes and recipes within the role files to accommodate your environment. These are meant to just be sample json files to be used as building blocks.

Thanks, Cameron K.