cookbook 'arcgis-desktop', '= 3.2.1'
arcgis-desktop (12) Versions 3.2.1 Follow3
Installs and configures ArcGIS Desktop and ArcGIS License Manager
cookbook 'arcgis-desktop', '= 3.2.1', :supermarket
knife supermarket install arcgis-desktop
knife supermarket download arcgis-desktop
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
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
Dependencies
The following cookbooks are required:
* windows
Attributes
-
node['arcgis']['version']
= ArcGIS version. Default value is10.5
. -
node['arcgis']['desktop']['setup']
= The location of ArcGIS Desktop setup executable. Default location isC:\Temp\ArcGISDesktop\Setup.exe
. -
node['arcgis']['desktop']['lp-setup']
= The location of language pack for ArcGIS Desktop. Default location isnil
. -
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.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 isViewer
. -
node['arcgis']['desktop']['seat_preference']
= ArcGIS Desktop license seat preference <Fixed|Float>. Default value isFixed
. -
node['arcgis']['licensemanager']['setup']
= The location of ArcGIS License Manager setup executable. Default location isC:\Temp\ArcGISLicenseManager\Setup.exe
on Windows,/tmp/licensemanager-cd/Setup
on Linux. -
node['arcgis']['licensemanager']['lp-setup']
= The location of language pack for ArcGIS License Manager. Default location isnil
. -
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 2018 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
windows >= 0.0.0 |
limits >= 0.0.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.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.2.1 passed this metric
Contributing File Metric
3.2.1 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.2.1 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:82
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/licensemanager.rb:103
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.2.1 passed this metric
Testing File Metric
3.2.1 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.2.1 passed this metric
3.2.1 passed this metric
3.2.1 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.2.1 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:82
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/licensemanager.rb:103
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.2.1 passed this metric
Testing File Metric
3.2.1 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.2.1 passed this metric
3.2.1 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: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:82
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-desktop/providers/licensemanager.rb:103
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.2.1 passed this metric
Testing File Metric
3.2.1 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.2.1 passed this metric
3.2.1 failed this metric
3.2.1 passed this metric