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

Installs/Configures ArcGIS Mission Server

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

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

latest: true

arcgis-mission cookbook

This cookbook installs and configures ArcGIS Mission Server.

Supported ArcGIS Mission Server versions

  • 10.8
  • 10.8.1
  • 10.9
  • 10.9.1
  • 11.0

Supported ArcGIS software

  • ArcGIS Mission Server

Platforms

  • Microsoft Windows Server 2012 R2 Standard and Datacenter
  • Microsoft Windows Server 2016 Standard and Datacenter
  • Microsoft Windows Server 2019 Standard and Datacenter
  • Microsoft Windows Server 2022 Standard and Datacenter
  • 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']['mission_server']['url'] = The ArcGIS Mission Server URL. Default URL is https://<FQDN of the machine>:20443.
  • node['arcgis']['mission_server']['wa_name'] = Name of the ArcGIS Web Adaptor used for the ArcGIS Mission Server site. Default name is mission.
  • node['arcgis']['mission_server']['wa_url'] = The URL of the Web Adaptor used for the ArcGIS Mission Server site. Default URL is https://<FQDN of the machine>/<Mission Server Web Adaptor name>.
  • node['arcgis']['mission_server']['domain_name'] = The ArcGIS Mission Server site domain name. Default domain is FQDN of the machine.
  • node['arcgis']['mission_server']['private_url'] = Private URL of the ArcGIS Mission Server site. Default URL is https://<FQDN of the machine>:20443/arcgis.
  • node['arcgis']['mission_server']['web_context_url'] = Web Context URL of the ArcGIS Mission Server site. Default URL is https://<FQDN of the machine>/<Mission Server Web Adaptor name>.
  • node['arcgis']['mission_server']['authorization_file'] = The ArcGIS Mission Server authorization file path.
  • node['arcgis']['mission_server']['authorization_file_version'] = The ArcGIS Mission Server authorization file version. Default value is node['arcgis']['server']['authorization_file_version'].
  • node['arcgis']['mission_server']['install_dir'] = The ArcGIS Mission Server installation directory. By default, ArcGIS Mission Server is installed to %ProgramW6432%\ArcGIS\Mission on Windows machines and to /home/arcgis on Linux machines.
  • node['arcgis']['mission_server']['directories_root'] = The root ArcGIS Mission Server site's server directory location. The default value is C:\arcgismissionserver\directories on Windows and /<ArcGIS Mission Server install directory>/missionserver/usr/directories on Linux.
  • node['arcgis']['mission_server']['config_store_type'] = The ArcGIS Mission Server configuration store type <FILESYSTEM|AMAZON|AZURE>. Default value is FILESYSTEM.
  • node['arcgis']['mission_server']['config_store_connection_string'] = The configuration store location for the ArcGIS Mission Server site. By default, the configuration store is created in the local directory C:\arcgismissionserver\config-store on Windows and /<install directory>/usr/config-store on Linux.
  • node['arcgis']['mission_server']['config_store_class_name'] = The ArcGIS Mission Server configuration store persistence class name. Default value is com.esri.arcgis.carbon.persistence.impl.filesystem.FSConfigPersistence.
  • node['arcgis']['mission_server']['log_level'] = ArcGIS Mission Server log level. Default value is WARNING.
  • node['arcgis']['mission_server']['log_dir'] = ArcGIS Mission Server log directory. Default value is C:\arcgismissionserver\logs on Windows and /<install directory>/usr/logs on Linux.
  • node['arcgis']['mission_server']['max_log_file_age'] = ArcGIS Mission Server maximum log file age. Default value is 90.
  • node['arcgis']['mission_server']['setup_archive'] = Path to the ArcGIS Mission Server setup archive. Default value depends on node['arcgis']['version'] attribute value.
  • node['arcgis']['mission_server']['setup'] = The location of the ArcGIS Mission Server setup executable. Default location is %USERPROFILE%\Documents\ArcGIS11.0\MissionServer\Setup.exe on Windows and /opt/arcgis/11.0/MissionServer/Setup on Linux.
  • node['arcgis']['mission_server']['configure_autostart'] = If set to true, on Linux the Mission Server is configured to start with the operating system. Default value is true.
  • node['arcgis']['mission_server']['admin_username'] = Primary ArcGIS Mission Server administrator user name. Default user name is siteadmin.
  • node['arcgis']['mission_server']['admin_password'] = Primary ArcGIS Mission Server administrator password. Default value is change.it.
  • node['arcgis']['mission_server']['primary_server_url'] = The URL of the existing ArcGIS Mission Server site to join, in the format https://missionserver.domain.com:20443/arcgis/admin. Default URL nil.
  • node['arcgis']['mission_server']['install_system_requirements'] = Enable system-level configuration for ArcGIS Mission Server. Default value is true.
  • node['arcgis']['mission_server']['ports'] = Ports to open for ArcGIS Mission Servier in the Windows firewall. Default is 20443,20301,20160.
  • node['arcgis']['mission_server']['system_properties'] = ArcGIS Mission Server system properties. Default value is {}.
  • node['arcgis']['mission_server']['hostname'] = Host name or IP address of the ArcGIS Mission Server machine. Default value is ''.
  • node['arcgis']['mission_server']['patches] = File names of ArcGIS Mission Server patches to install. Default value is [].

Recipes

default

Calls arcgis-mission::server recipe.

federation

Federates ArcGIS Mission Server with Portal for ArcGIS and enables the Mission Server role.

Attributes used by the recipe:

{
    "arcgis": {
        "portal": {
            "private_url": "https://portal.domain.com:7443/arcgis",
            "admin_username": "admin",
            "admin_password": "admin123",
            "root_cert": "",
            "root_cert_alias": ""
        },
        "mission_server": {
            "web_context_url": "https://domain.com/mission",
            "private_url": "https://domain.com/mission",
            "admin_username": "siteadmin",
            "admin_password": "change.it"
        }
    },
    "run_list": [
        "recipe[arcgis-mission::federation]"
    ]
}

install_server

Installs ArcGIS Mission Server.

Attributes used by the recipe:

{
    "arcgis": {
        "version": "11.0",
        "run_as_user": "arcgis",
        "mission_server": {
            "setup_archive": "/opt/software/esri/ArcGIS_Mission_Server_Linux_110_183045.tar.gz",
            "authorization_file": "/opt/software/esri/missionserver.prvc",
            "install_dir": "/home/arcgis",
            "server_directories_root": "/home/arcgis/mission/usr/directories",
            "config_store_connection_string": "/home/arcgis/mission/usr/directories/config-store",
            "configure_autostart": true,
            "install_system_requirements": true
        }
    },
    "run_list": [
        "recipe[arcgis-mission::install_server]"
    ]
}

install_server_wa

Installs ArcGIS Web Adaptor for ArcGIS Mission Server.

Attributes used by the recipe:

{
    "arcgis": {
        "version": "11.0",
        "run_as_user": "arcgis",
        "web_server": {
            "webapp_dir": "/opt/tomcat_arcgis/webapps"
        },
        "web_adaptor": {
            "install_dir": "/",
            "setup_archive": "/opt/software/esri/ArcGIS_Web_Adaptor_Java_Linux_110_%%BUILDNUM.tar.gz"
        },
        "mission_server": {
            "wa_name": "mission"
        }
    },
    "run_list": [
        "recipe[arcgis-mission::install_server_wa]"
    ]
}

install_patches

Installs patches for ArcGIS Mission Server. The recipe installs patches from the patches folder specified by the arcgis.mission_server.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"
    },
    "mission_server": {
      "patches": ["patch1.msp", "patch2.msp"]
    }
  },
  "run_list": [
    "recipe[arcgis-mission::install_patches]"
  ]
}

server

Installs and configures ArcGIS Mission Server.

Attributes used by the recipe:

{
    "arcgis": {
        "version": "11.0",
        "run_as_user": "arcgis",
        "mission_server": {
            "setup_archive": "/opt/software/esri/ArcGIS_Mission_Server_Linux_110_183045.tar.gz",
            "authorization_file": "/opt/software/esri/missionserver.prvc",
            "admin_username": "siteadmin",
            "admin_password": "change.it",
            "install_dir": "/home/arcgis",
            "directories_root": "/home/arcgis/mission/usr/directories",
            "config_store_connection_string": "/home/arcgis/mission/usr/config-store",
            "config_store_type": "FILESYSTEM",
            "configure_autostart": true,
            "install_system_requirements": true,
            "log_dir": "/home/arcgis/mission/usr/logs",
            "log_level": "WARNING",
            "max_log_file_age": "90",
            "system_properties": { }
        }
    },
    "run_list": [
        "recipe[arcgis-mission::server]"
    ]
}

server_node

Joins additional machines to an ArcGIS Mission Server site.

Attributes used by the recipe:

{
    "arcgis": {
        "version": "11.0",
        "run_as_user": "arcgis",
        "mission_server": {
            "setup_archive": "/opt/software/esri/ArcGIS_Mission_Server_Linux_110_183045.tar.gz",
            "authorization_file": "/opt/software/esri/missionserver.prvc",
            "admin_username": "siteadmin",
            "admin_password": "change.it",
            "install_dir": "/home/arcgis",
            "primary_server_url": "https://primary:20443/arcgis",
            "configure_autostart": true,
            "install_system_requirements": true,
            "log_dir": "/home/arcgis/mission/usr/logs"
        }
    },
    "run_list": [
        "recipe[arcgis-mission::server_node]"
    ]
}

server_wa

Installs and configures ArcGIS Web Adaptor for ArcGIS Mission Server.

Attributes used by the recipe:

{
    "arcgis": {
        "version": "11.0",
        "run_as_user": "arcgis",
        "web_server": {
            "webapp_dir": "/opt/tomcat_arcgis/webapps"
        },
        "web_adaptor": {
            "install_dir": "/",
            "setup_archive": "/opt/software/esri/ArcGIS_Web_Adaptor_Java_Linux_110_182987.tar.gz"
        },
        "mission_server": {
            "url": "https://hostname:20443",
            "wa_name": "mission",
            "wa_url": "https://hostname/mission",
            "admin_username": "siteadmin",
            "admin_password": "change.it"
        }
    },
    "run_list": [
        "recipe[arcgis-mission::server_wa]"
    ]
}

uninstall_server

Uninstalls ArcGIS Mission Server.

Attributes used by the recipe:

{
    "arcgis": {
        "version": "11.0",
        "run_as_user": "arcgis",
        "mission_server": {
            "install_dir": "/home/arcgis"
        }
    },
    "run_list": [
        "recipe[arcgis-mission::uninstall_server]"
    ]
}

uninstall_server_wa

Uninstalls ArcGIS Web Adaptor for ArcGIS Mission Server.

Attributes used by the recipe:

{
    "arcgis": {
        "version": "11.0",
        "run_as_user": "arcgis",
        "web_server": {
            "webapp_dir": "/opt/tomcat_arcgis/webapps"
        },
        "web_adaptor": {
            "install_dir": "/"
        },
        "mission_server": {
            "wa_name": "mission"
        }
    },
    "run_list": [
        "recipe[arcgis-mission::uninstall_server_wa]"
    ]
}

unregister_server_wa

Unregisters all ArcGIS Web Adaptors from ArcGIS Mission Server Site.

Attributes used by the recipe:

{
  "arcgis": {
    "mission_server": {
      "url": "https://hostname:20443/arcgis",
      "admin_username": "siteadmin",
      "admin_password": "change.it"
    }
  },
  "run_list": [
    "recipe[arcgis-mission::unregister_server_wa]"
  ]
}

Dependent cookbooks

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

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

arcgis-mission CHANGELOG

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

4.0.0

  • Added support for ArcGIS Mission Server 11.0

3.8.0

  • Added support for ArcGIS Mission Server 10.9.1.

3.7.0

  • Added support for ArcGIS Mission Server 10.9.
  • Added server_node and unregister_machine recipes.
  • Added support for installation without Linux superuser privileges.
  • Added support for group managed service Windows accounts (gMSA).
  • Added support for setting sever machine hostnames.
  • Added support for config store in DynamoDB/S3 AWS storage services.

3.6.1

  • Added support for Chef Client 15.

3.6.0

  • Initial release of the cookbook.

Collaborator Number Metric
            

4.0.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass 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/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-mission/resources/server.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-mission/resources/server.rb: 53
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 24
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 25
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 26
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 27
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 28
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 29
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 30
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 31
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 32
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 33
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 34
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 35
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 36
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 37
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 38
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 39
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 40
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 41
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 42
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 43
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 44
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 45
Chef/Modernize/CustomResourceWithAttributes: Custom Resources should contain properties not attributes (https://docs.chef.io/workstation/cookstyle/chef_modernize_customresourcewithattributes): arcgis-mission/resources/server.rb: 46
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-mission/resources/server.rb: 50
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-mission/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-mission/metadata.rb: 34
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-mission/metadata.rb: 35
Chef/Modernize/UseChefLanguageSystemdHelper: Chef Infra Client 15.5 and later include a `systemd?` helper for checking if a Linux system uses systemd. (https://docs.chef.io/workstation/cookstyle/chef_modernize_usecheflanguagesystemdhelper): arcgis-mission/resources/server.rb: 253
Chef/RedundantCode/CustomResourceWithAllowedActions: It is not necessary to set `actions` or `allowed_actions` in custom resources as Chef Infra Client determines these automatically from the set of all actions defined in the resource (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_customresourcewithallowedactions): arcgis-mission/resources/server.rb: 20
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-mission/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-mission/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-mission/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-mission/metadata.rb: 22
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-mission/metadata.rb: 23
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-mission/metadata.rb: 24
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-mission/metadata.rb: 25
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-mission/metadata.rb: 26
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-mission/metadata.rb: 27
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-mission/metadata.rb: 28
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-mission/metadata.rb: 29
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-mission/metadata.rb: 30
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-mission/metadata.rb: 31
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-mission/metadata.rb: 32

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