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-insights (12) Versions 4.0.0

Installs and configures ArcGIS Insights

Policyfile
Berkshelf
Knife
cookbook 'arcgis-insights', '= 4.0.0', :supermarket
cookbook 'arcgis-insights', '= 4.0.0'
knife supermarket install arcgis-insights
knife supermarket download arcgis-insights
README
Dependencies
Changelog
Quality 33%

layout: default
title: "arcgis-insights cookbook"
category: cookbooks
item: arcgis-insights
version: 4.0.0

latest: true

arcgis-insights cookbook

This cookbook installs and configures ArcGIS Insights.

Supported ArcGIS Insights versions

  • 2020.1
  • 2020.2
  • 2020.3
  • 2021.1
  • 2021.1.1
  • 2021.2
  • 2021.2.1
  • 2021.3
  • 2021.3.1
  • 2022.1
  • 2022.1.1
  • 2022.2

Platforms

  • Windows 10
  • Windows Server 2012 (R2)
  • Windows Server 2016
  • Windows Server 2019
  • Windows Server 2022
  • Ubuntu Server 18.04 and 20.04 LTS
  • Red Hat Enterprise Linux Server 8
  • SUSE Linux Enterprise Server 15
  • Oracle Linux 8

Dependencies

The following cookbooks are required:

  • arcgis-enterprise
  • arcgis-repository

Attributes

  • node['arcgis']['insights']['version'] = ArcGIS Insights version. Default version is 2022.2
  • node['arcgis']['insights']['setup_archive'] = Path to the ArcGIS Insights setup archive. Default value depends on node['arcgis']['insights']['version'] attribute value.
  • node['arcgis']['insights']['setup'] = The location of the ArcGIS Insights setup executable. Default location is %USERPROFILE%\\Documents\\ArcGIS Insights 2022.2\\Insights\Setup.exe on Windows and /opt/arcgis/Insights/Insights-Setup.sh on Linux.
  • node['arcgis']['insights']['patches] = File names of ArcGIS Insights patches to install. Default value is [].

Recipes

default

Installs and configures ArcGIS Insights.

Attributes used by the recipe:

{
  "arcgis": {
    "version": "11.0",
    "run_as_user": "arcgis",
    "run_as_password": "Pa$$w0rdPa$$w0rd",
    "server": {
      "install_dir": "C:\\Program Files\\ArcGIS",
    },
    "insights": {
      "version": "2022.2",
      "setup": "%USERPROFILE%\\Documents\\ArcGIS Insights 2022.2\\Insights\\Setup.exe"
    }
  },
  "run_list": [
    "recipe[arcgis-insights]"
  ]
}

ArcGIS Server or Portal for ArcGIS must be installed on the machine before running the arcgis-insights::default recipe.

install_patches

Installs patches for ArcGIS Insights. The recipe installs patches from the patches folder specified by the arcgis.insights.patches attribute. The patch names may contain a wildcard '*'. For example, "ArcGIS-1091-*.msp" specifies all .msp patches that start with "ArcGIS-1091-".

Attributes used by the recipe:

{
  "arcgis" : {
    "repository" : {
      "patches" : "%USERPROFILE%\\Software\\Esri\\patches"
    },
    "insights": {
      "patches": ["patch1.msp", "patch2.msp"]
    }
  },
  "run_list": [
    "recipe[arcgis-insights::install_patches]"
  ]
}

uninstall

Uninstalls ArcGIS Insights.

Attributes used by the recipe:

{
  "arcgis": {
    "version": "11.0",
    "run_as_user": "arcgis",
    "server": {
      "install_dir": "C:\\Program Files (x86)\\ArcGIS"
    },
    "insights": {
      "version": "2022.2"
     }
  },
  "run_list":[
    "recipe[arcgis-insights::uninstall]"
  ]
}

Dependent cookbooks

arcgis-enterprise ~> 4.0
arcgis-repository ~> 4.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

arcgis-insights CHANGELOG

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

4.0.0

  • Added support for ArcGIS Insights ArcGIS 2022.1/2022.1.1/2022.2.

3.8.0

  • Added support for Insights for ArcGIS 2021.1/2021.1.1/2021.2/2021.2.1/2021.3/2021.3.1.

3.7.0

  • Added support for Insights for ArcGIS 2020.3.

3.6.1

  • Added support for Chef Client 15.
  • Added support for Insights for ArcGIS 2020.2.

3.6.0

  • Added support for Insights for ArcGIS 3.4/3.4.1/2020.1

3.5.0

  • Added support for Insights for ArcGIS 3.3/3.3.1

3.4.0

  • Added support for Insights for ArcGIS 3.2/3.2.1

3.3.0

  • Added support for Insights for ArcGIS 3.0/3.1
  • Added dependency on new arcgis-repository cookbook to support global ArcGIS software repository in S3.

3.2.1

  • Added support for Insights for ArcGIS 2.2
  • Add ec2 test kitchen.

3.2.0

  • Added support for Insights for ArcGIS 2.0/2.1

3.1.0

  • Added support for Insights for ArcGIS 1.2

3.0.0

  • Initial release of arcgis-insights cookbook

Collaborator Number Metric
            

4.0.0 passed this metric

Contributing File Metric
            

4.0.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

Cookstyle Metric
            

4.0.0 failed this metric

Chef/Correctness/MetadataMissingVersion: metadata.rb should define a version for the cookbook. (https://docs.chef.io/workstation/cookstyle/chef_correctness_metadatamissingversion): arcgis-insights/test/fixtures/cookbooks/download-setups-s3/metadata.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): arcgis-insights/resources/insights.rb: 1
Chef/Deprecations/UseInlineResourcesDefined: use_inline_resources is now the default for resources in Chef Infra Client 13+ and does not need to be specified. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_useinlineresourcesdefined): arcgis-insights/providers/insights.rb: 20
Chef/Modernize/DefaultActionFromInitialize: The default action of a resource can be set with the "default_action" helper instead of using the initialize method. (https://docs.chef.io/workstation/cookstyle/chef_modernize_defaultactionfrominitialize): arcgis-insights/resources/insights.rb: 30
Chef/Modernize/RespondToInMetadata: It is no longer necessary to use respond_to? or defined? in metadata.rb in Chef Infra Client 12.15 and later (https://docs.chef.io/workstation/cookstyle/chef_modernize_respondtoinmetadata): arcgis-insights/metadata.rb: 8
Chef/Modernize/RespondToInMetadata: It is no longer necessary to use respond_to? or defined? in metadata.rb in Chef Infra Client 12.15 and later (https://docs.chef.io/workstation/cookstyle/chef_modernize_respondtoinmetadata): arcgis-insights/metadata.rb: 24
Chef/Modernize/RespondToInMetadata: It is no longer necessary to use respond_to? or defined? in metadata.rb in Chef Infra Client 12.15 and later (https://docs.chef.io/workstation/cookstyle/chef_modernize_respondtoinmetadata): arcgis-insights/metadata.rb: 25
Chef/Modernize/SevenZipArchiveResource: Use the archive_file resource built into Chef Infra Client 15+ instead of the seven_zip_archive (https://docs.chef.io/workstation/cookstyle/chef_modernize_sevenziparchiveresource): arcgis-insights/test/fixtures/cookbooks/download-setups-s3/recipes/auth_files.rb: 23
Chef/Modernize/SevenZipArchiveResource: Use the archive_file resource built into Chef Infra Client 15+ instead of the seven_zip_archive (https://docs.chef.io/workstation/cookstyle/chef_modernize_sevenziparchiveresource): arcgis-insights/test/fixtures/cookbooks/download-setups-s3/recipes/insights.rb: 15
Chef/Modernize/SevenZipArchiveResource: Use the archive_file resource built into Chef Infra Client 15+ instead of the seven_zip_archive (https://docs.chef.io/workstation/cookstyle/chef_modernize_sevenziparchiveresource): arcgis-insights/test/fixtures/cookbooks/download-setups-s3/recipes/server.rb: 15
Chef/RedundantCode/LongDescriptionMetadata: The long_description metadata.rb method is not used and is unnecessary in cookbooks. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_longdescriptionmetadata): arcgis-insights/metadata.rb: 6
Chef/RedundantCode/RecipeMetadata: The recipe metadata.rb method is not used and is unnecessary in cookbooks. Recipes should be documented in the cookbook's README.md file instead. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_recipemetadata): arcgis-insights/metadata.rb: 20
Chef/RedundantCode/RecipeMetadata: The recipe metadata.rb method is not used and is unnecessary in cookbooks. Recipes should be documented in the cookbook's README.md file instead. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_recipemetadata): arcgis-insights/metadata.rb: 21
Chef/RedundantCode/RecipeMetadata: The recipe metadata.rb method is not used and is unnecessary in cookbooks. Recipes should be documented in the cookbook's README.md file instead. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_recipemetadata): arcgis-insights/metadata.rb: 22
Chef/Sharing/InvalidLicenseString: Cookbook metadata.rb does not use a SPDX compliant license string or "all rights reserved". See https://spdx.org/licenses/ for a complete list of license identifiers. (https://docs.chef.io/workstation/cookstyle/chef_sharing_invalidlicensestring): arcgis-insights/metadata.rb: 4

Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations

No Binaries Metric
            

4.0.0 passed this metric

Testing File Metric
            

4.0.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
            

4.0.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 include a tag that matches this cookbook version number