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 3.8.0

Installs/Configures ArcGIS Mission Server

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

arcgis-mission cookbook

This cookbook installs and configures ArcGIS Mission Server.

Requirements

Supported ArcGIS Mission Server versions

  • 10.8
  • 10.8.1
  • 10.9
  • 10.9.1

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
  • CentOS Linux 8
  • Oracle Linux 8

Dependencies

The following cookbooks are required:

  • arcgis-enterprise
  • arcgis-repository

Attributes

  • node['arcgis']['mission_server']['url'] = ArcGIS Mission Server URL. Default URL is https://<FQDN of the machine>:20443.
  • node['arcgis']['mission_server']['wa_name'] = Name of ArcGIS Web Adaptor used for ArcGIS Mission Server. Default name is mission.
  • node['arcgis']['mission_server']['wa_url'] = URL of the Web Adaptor used for ArcGIS Mission Server. Default URL is https://<FQDN of the machine>/<Mission Server Web Adaptor name>.
  • node['arcgis']['mission_server']['domain_name'] = ArcGIS Mission Server site domain name. Default domain is FQDN of the machine.
  • node['arcgis']['mission_server']['private_url'] = Private URL of ArcGIS Mission Server. Default URL is https://<FQDN of the machine>:20443/arcgis.
  • node['arcgis']['mission_server']['web_context_url'] = Web Context URL of ArcGIS Mission Server. Default URL is https://<FQDN of the machine>/<Mission Server Web Adaptor name>.
  • node['arcgis']['mission_server']['authorization_file'] = ArcGIS Mission Server authorization file path.
  • node['arcgis']['mission_server']['authorization_file_version'] = ArcGIS Mission Server authorization file version. Default value is node['arcgis']['server']['authorization_file_version'].
  • node['arcgis']['mission_server']['install_dir'] = 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 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'] = ArcGIS Mission Server config 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'] = ArcGIS Mission Server config 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 ArcGIS Mission Server setup archive. Default value depends on node['arcgis']['version'] attribute value.
  • node['arcgis']['mission_server']['setup'] = The location of ArcGIS Mission Server setup executable. Default location is %USERPROFILE%\Documents\ArcGIS10.9.1\MissionServer\Setup.exe on Windows and /opt/arcgis/10.9.1/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 admin.
  • 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 Windows firewall. Default is 20443,20300,20301,20302,20158,20159,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 ArcGIS Mission Server machine. Default value is ''.

Recipes

arcgis-mission::default

Installs and configures ArcGIS Mission Server.

arcgis-mission::federation

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

arcgis-mission::fileserver

Configures shared directories for ArcGIS Mission Server on file server machine.

arcgis-mission::install_server

Installs ArcGIS Mission Server.

arcgis-mission::install_server_wa

Installs ArcGIS Web Adaptor for ArcGIS Mission Server.

arcgis-mission::server

Installs and configures ArcGIS Mission Server.

arcgis-mission::server_node

Joins additional machines to ArcGIS Mission Server site.

arcgis-mission::server_wa

Installs and configures ArcGIS Web Adaptor for ArcGIS Mission Server.

arcgis-mission::uninstall_server

Uninstalls ArcGIS Mission Server.

arcgis-mission::uninstall_server_wa

Uninstalls ArcGIS Web Adaptor for ArcGIS Mission Server.

arcgis-mission::unregister_machine

Unregisters server machine from the ArcGIS Mission Server site.

arcgis-mission::unregister_server_wa

Unregisters all ArcGIS Mission Server Web Adaptors.

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 2021 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 Enterprise Mission Server Chef Cookbook)
[](Esri Language: Ruby)

Dependent cookbooks

arcgis-enterprise ~> 3.8
arcgis-repository ~> 3.8

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.

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
            

3.8.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

3.8.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.8.0 failed this metric

FC074: LWRP should use DSL to define resource's default action: arcgis-mission/resources/server.rb:1
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-mission/resources/server.rb:187
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:24
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:25
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:26
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:27
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:28
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:29
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:30
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:31
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:32
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:33
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:34
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:35
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:36
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:37
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:38
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:39
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:40
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:41
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:42
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:43
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:44
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:45
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:46
FC092: Custom resources should not define actions: arcgis-mission/resources/server.rb:20
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

3.8.0 passed this metric

Testing File Metric
            

3.8.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.8.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