cookbook 'arcgis-desktop', '= 3.6.0'
arcgis-desktop (12) Versions 3.6.0 Follow3
Installs and configures ArcGIS Desktop and ArcGIS License Manager
cookbook 'arcgis-desktop', '= 3.6.0', :supermarket
knife supermarket install arcgis-desktop
knife supermarket download arcgis-desktop
arcgis-desktop cookbook
This cookbook installs and configures ArcGIS Desktop and ArcGIS License Manager.
Requirements
Supported ArcGIS software
-
ArcGIS Desktop (Windows only)
- 10.4
- 10.4.1
- 10.5
- 10.5.1
- 10.6
- 10.6.1
- 10.7
- 10.7.1
- 10.8
- 10.8.1
-
ArcGIS License Manager
- 2018.0
- 2018.1
- 2019.0
- 2019.1
- 2019.2
- 2020.0
Platforms
- Windows 10
- Windows Server 2012 (R2)
- Windows Server 2016
- Windows Server 2019
- Ubuntu 16.04, 18.04
- Rhel 6.5, 7.0
ArcGIS Desktop is supported only on Windows platforms.
Dependencies
The following cookbooks are required:
- windows
- arcgis-repository
Attributes
-
node['arcgis']['version']
= ArcGIS Desktop version. Default value is10.8.1
. -
node['arcgis']['desktop']['setup_archive']
= The location of ArcGIS Desktop setup archive. Default value depends onnode['arcgis']['version']
attribute value. -
node['arcgis']['desktop']['setup']
= The location of ArcGIS Desktop setup executable. Default location is%USERPROFILE#\Documents\ArcGIS10.8.1\Desktop\Setup.exe
. -
node['arcgis']['desktop']['lp-setup']
= The location of language pack for ArcGIS Desktop. Default location isC:\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 isALL
. -
node['arcgis']['desktop']['authorization_file']
= ArcGIS Desktop authorization file path. Default location and file name areC:\\Temp\\license.ecp
. -
node['arcgis']['desktop']['authorization_file_version']
= ArcGIS Desktop authorization file version. Default value is10.8
. -
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 isViewer
. -
node['arcgis']['desktop']['seat_preference']
= ArcGIS Desktop license seat preference <Fixed|Float>. Default value isFixed
. -
node['arcgis']['licensemanager']['version']
= ArcGIS License Manager version. Default value is2020.0
. -
node['arcgis']['licensemanager']['setup_archive']
= The location of ArcGIS License Manager setup archive. Default value depends onnode['arcgis']['version']
attribute value. -
node['arcgis']['licensemanager']['setup']
= The location of ArcGIS License Manager setup executable. Default location is%USERPROFILE#\Documents\License Manager 2020.0\LicenseManager\Setup.exe
on Windows, and/opt/arcgis/2020.0/LicenseManager_Linux/Setup
on Linux. -
node['arcgis']['licensemanager']['lp-setup']
= The location of language pack for ArcGIS License Manager. Default location isC:\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 2020 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.6 |
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.6.0
- Added support for ArcGIS Desktop 10.8.1 and ArcGIS License Manager 2020.0.
- Fixed software authorization issues with single use ArcGIS Desktop licenses.
3.5.0
- Added support for ArcGIS 10.8.
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.6.0 passed this metric
Contributing File Metric
3.6.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.6.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:55
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/desktop.rb:67
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/desktop.rb:84
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:108
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/licensemanager.rb:129
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.6.0 passed this metric
Testing File Metric
3.6.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.6.0 passed this metric
3.6.0 passed this metric
3.6.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.6.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:55
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/desktop.rb:67
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/desktop.rb:84
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:108
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/licensemanager.rb:129
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.6.0 passed this metric
Testing File Metric
3.6.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.6.0 passed this metric
3.6.0 failed this metric
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:55
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/desktop.rb:67
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/desktop.rb:84
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:108
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/licensemanager.rb:129
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
3.6.0 passed this metric
Testing File Metric
3.6.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.6.0 passed this metric
3.6.0 failed this metric
3.6.0 passed this metric