cookbook 'arcgis-mission', '= 3.6.0'
arcgis-mission (8) Versions 3.6.0 Follow1
Installs/Configures ArcGIS Mission Server
cookbook 'arcgis-mission', '= 3.6.0', :supermarket
knife supermarket install arcgis-mission
knife supermarket download arcgis-mission
arcgis-mission cookbook
This cookbook installs and configures ArcGIS Mission Server.
Requirements
Supported ArcGIS Mission Server versions
- 10.8
- 10.8.1
Supported ArcGIS software
- ArcGIS Mission Server
Platforms
- Microsoft Windows Server 2019 Standard and Datacenter
- Microsoft Windows Server 2016 Standard and Datacenter
- Microsoft Windows Server 2012 R2 Standard and Datacenter
- Ubuntu 16.04, 18.04
- Rhel 6.5, 7.0
Dependencies
The following cookbooks are required:
- arcgis-enterprise
- arcgis-repository
Attributes
-
node['arcgis']['mission_server']['url']
= ArcGIS Mission Server URL. Default URL ishttps://<FQDN of the machine>:20443
. -
node['arcgis']['mission_server']['wa_name']
= Name of ArcGIS Web Adaptor used for ArcGIS Mission Server. Default name ismission
. -
node['arcgis']['mission_server']['wa_url']
= URL of the Web Adaptor used for ArcGIS Mission Server. Default URL ishttps://<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 ishttps://<FQDN of the machine>:20443/arcgis
. -
node['arcgis']['mission_server']['web_context_url']
= Web Context URL of ArcGIS Mission Server. Default URL ishttps://<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 isnode['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 isC:\arcgismissionserver\directories
on Windows and/<ArcGIS Mission Server install directory>/missionserver/usr/directories
on Linux. -
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 directoryC:\arcgismissionserver\config-store
on Windows and/<install directory>/usr/config-store
on Linux. -
node['arcgis']['mission_server']['setup_archive']
= Path to ArcGIS Mission Server setup archive. Default value depends onnode['arcgis']['version']
attribute value. -
node['arcgis']['mission_server']['setup']
= The location of ArcGIS Mission Server setup executable. Default location is%USERPROFILE%\Documents\ArcGIS10.8\MissionServer\Setup.exe
on Windows and/opt/arcgis/10.8/MissionServer_Linux/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 istrue
. -
node['arcgis']['mission_server']['admin_username']
= Primary ArcGIS Mission Server administrator user name. Default user name isadmin
. -
node['arcgis']['mission_server']['admin_password']
= Primary ArcGIS Mission Server administrator password. Default value ischange.it
. -
node['arcgis']['mission_server']['primary_server_url']
= The URL of the existing ArcGIS Mission Server site to join, in the formathttps://missionserver.domain.com:20443/arcgis/admin
. Default URLnil
. -
node['arcgis']['mission_server']['install_system_requirements']
= Enable system-level configuration for ArcGIS Mission Server. Default value istrue
. -
node['arcgis']['mission_server']['ports']
= Ports to open for ArcGIS Mission Servier in Windows firewall. Default is20300,20301,20443
. -
node['arcgis']['mission_server']['system_properties']
= ArcGIS Mission Server system properties. 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::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_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.
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 Enterprise Mission Server Chef Cookbook)
[](Esri Language: Ruby)
Dependent cookbooks
arcgis-enterprise ~> 3.6 |
arcgis-repository ~> 3.6 |
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.6.0
- Initial release of the cookbook.
Collaborator Number Metric
3.6.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.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
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:144
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:23
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
FC092: Custom resources should not define actions: arcgis-mission/resources/server.rb:20
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
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
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:144
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:23
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
FC092: Custom resources should not define actions: arcgis-mission/resources/server.rb:20
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
FC085: Resource using new_resource.updated_by_last_action to converge resource: arcgis-mission/resources/server.rb:144
FC091: Use property not attribute in custom resources: arcgis-mission/resources/server.rb:23
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
FC092: Custom resources should not define actions: arcgis-mission/resources/server.rb:20
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