Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

arcgis-desktop (12) Versions 3.4.0

Installs and configures ArcGIS Desktop and ArcGIS License Manager

Policyfile
Berkshelf
Knife
cookbook 'arcgis-desktop', '= 3.4.0', :supermarket
cookbook 'arcgis-desktop', '= 3.4.0'
knife supermarket install arcgis-desktop
knife supermarket download arcgis-desktop
README
Dependencies
Changelog
Quality 50%

arcgis-desktop cookbook

This cookbook installs and configures ArcGIS Desktop.

Requirements

Supported ArcGIS versions

  • 10.4
  • 10.4.1
  • 10.5
  • 10.5.1
  • 10.6
  • 10.6.1
  • 10.7
  • 10.7.1

Supported ArcGIS software

  • ArcGIS Desktop (Windows only)
  • ArcGIS License Manager

Platforms

  • Windows 7
  • Windows 8 (8.1)
  • Windows 10
  • Windows Server 2008 (R2)
  • Windows Server 2012 (R2)
  • Windows Server 2016
  • Windows Server 2019

Dependencies

The following cookbooks are required:

  • windows
  • arcgis-repository

Attributes

  • node['arcgis']['version'] = ArcGIS version. Default value is 10.7.
  • node['arcgis']['desktop']['setup_archive'] = The location of ArcGIS Desktop setup archive. Default value depends on node['arcgis']['version'] attribute value.
  • node['arcgis']['desktop']['setup'] = The location of ArcGIS Desktop setup executable. Default location is %USERPROFILE#\Documents\ArcGIS10.7\Desktop\Setup.exe.
  • node['arcgis']['desktop']['lp-setup'] = The location of language pack for ArcGIS Desktop. Default location is C:\ArcGIS\DesktopLP\SetupFiles\setup.msi.
  • node['arcgis']['desktop']['install_dir'] = ArcGIS Desktop installation directory. By default, ArcGIS Desktop is installed to %ProgramFiles(x86)%\ArcGIS.
  • node['arcgis']['desktop']['install_features'] = Comma-separated list of ArcGIS Desktop features to install. Default value is ALL.
  • node['arcgis']['desktop']['authorization_file'] = ArcGIS Desktop authorization file path. Default location and file name are C:\\Temp\\license.ecp.
  • node['arcgis']['desktop']['authorization_file_version'] = ArcGIS Desktop authorization file version. Default value is 10.4.
  • node['arcgis']['desktop']['esri_license_host'] = Hostname of ArcGIS License Manager. Default hostname is %COMPUTERNAME%.
  • node['arcgis']['desktop']['software_class'] = ArcGIS Desktop software class <Viewer|Editor|Professional>. Default value is Viewer.
  • node['arcgis']['desktop']['seat_preference'] = ArcGIS Desktop license seat preference <Fixed|Float>. Default value is Fixed.
  • node['arcgis']['licensemanager']['setup_archive'] = The location of ArcGIS License Manager setup archive. Default value depends on node['arcgis']['version'] attribute value.
  • node['arcgis']['licensemanager']['setup'] = The location of ArcGIS License Manager setup executable. Default location is %USERPROFILE#\Documents\ArcGIS10.7\LicenseManager\Setup.exe on Windows, and /opt/arcgis/10.7/licensemanager/Setup on Linux.
  • node['arcgis']['licensemanager']['lp-setup'] = The location of language pack for ArcGIS License Manager. Default location is C:\ArcGIS\LicenseManager\SetupFiles\setup.msi.
  • node['arcgis']['licensemanager']['install_dir'] = ArcGIS License Manager installation directory. By default, the license manager is installed to %ProgramFiles(x86)%\ArcGIS on Windows and / on Linux.

Recipes

arcgis-desktop::default

Installs and configures ArcGIS Desktop.

arcgis-desktop::licensemanager

Installs and configures ArcGIS License Manager.

arcgis-desktop::lp-install

Installs language packs for ArcGIS Desktop and ArcGIS License Manager.

arcgis-desktop::uninstall

Uninstalls ArcGIS Desktop and ArcGIS License Manager.

Usage

See wiki pages for more information about using ArcGIS cookbooks.

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Licensing

Copyright 2019 Esri

Licensed under the Apache License, Version 2.0 (the "License");
You may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

A copy of the license is available in the repository's License.txt file.

[](Esri Tags: ArcGIS Desktop Chef Cookbook)
[](Esri Language: Ruby)

Dependent cookbooks

arcgis-repository ~> 3.4
windows ~> 5.3
limits ~> 1.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

arcgis-desktop cookbook CHANGELOG

This file is used to list changes made in each version of the arcgis-desktop cookbook.

3.4.0

  • Added support for ArcGIS 10.7.1.
  • Updated and locked versions of depenent cookbooks.

3.3.0

  • Added support for ArcGIS 10.7.
  • Added dependency on arcgis-repository cookbook to support global ArcGIS software repository in S3.

3.2.1

  • Added support for ArcGIS 10.6.1.
  • Add ec2 test kitchen
  • Split attributes into multiples files.
  • Update default attributes of desktop and licensemanager setups.
  • Remove unnecessary attributes.

3.2.0

  • Added support for ArcGIS 10.6.

3.1.0

  • Added support for ArcGIS 10.5.1.

3.0.0

  • Updated ArcGIS product names

2.3.1

  • Added support for ArcGIS 10.5.

2.3.0

  • Added support for ArcGIS 10.5 Beta.
  • Split from arcgis 2.2.1 cookbook.

Collaborator Number Metric
            

3.4.0 passed this metric

Contributing File Metric
            

3.4.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

3.4.0 failed this metric

FC066: Ensure chef_version is set in metadata: arcgis-desktop/metadata.rb:1
FC069: Ensure standardized license defined in metadata: arcgis-desktop/metadata.rb:1
FC074: LWRP should use DSL to define resource's default action: arcgis-desktop/resources/desktop.rb:1
FC074: LWRP should use DSL to define resource's default action: arcgis-desktop/resources/licensemanager.rb:1
FC074: LWRP should use DSL to define resource's default action: arcgis-desktop/resources/user.rb:1
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/desktop.rb:26
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/desktop.rb:36
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/desktop.rb:51
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/desktop.rb:63
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/desktop.rb:76
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/licensemanager.rb:44
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/licensemanager.rb:66
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/licensemanager.rb:104
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/licensemanager.rb:125
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/user.rb:57
Run with Foodcritic Version 14.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

3.4.0 passed this metric

Testing File Metric
            

3.4.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

3.4.0 passed this metric