You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cookbooks/arcgis-enterprise/README.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,17 @@ This cookbook installs and configures ArcGIS Enterprise products, components, an
6
6
Requirements
7
7
------------
8
8
9
+
### Supported ArcGIS versions
10
+
* 10.4
11
+
* 10.4.1
12
+
* 10.5
13
+
* 10.5.1
14
+
9
15
### Supported ArcGIS software
10
-
* ArcGIS 10.4/10.4.1/10.5 Server
11
-
* ArcGIS 10.4/10.4.1/10.5 Data Store
12
-
* Portal for ArcGIS 10.4/10.4.1/10.5
13
-
* ArcGIS 10.4/10.4.1/10.5 Web Adaptor (IIS/Java)
16
+
* ArcGIS Server
17
+
* ArcGIS Data Store
18
+
* Portal for ArcGIS
19
+
* ArcGIS Web Adaptor (IIS/Java)
14
20
15
21
### Platforms
16
22
* Windows 7
@@ -47,6 +53,7 @@ Portal for ArcGIS, and ArcGIS Data Store. Default value is`Pa$$w0rdPa$$w0rd`.
47
53
*`node['arcgis']['python']['install_dir']` = Python installation directory. By default Python is installed at `C:\Python27`.
48
54
*`node['arcgis']['repository']['setups']` = Path to folder with ArcGIS software setups. Default path is `%USERPROFILE%\Documents` on Windows and `~/arcgis` on Linux.
49
55
*`node['arcgis']['repository']['archives']` = Path to folder with ArcGIS software setup archives. Default path is `%USERPROFILE%\Software\Esri` on Windows and `~/software/esri` on Linux.
56
+
*`node['arcgis']['repository']['patches']` = Path to folder with hot fixes and patches for ArcGIS Enterprise software. The default path on Windows is `%USERPROFILE%\Software\Esri\Patches`, on Linux is `~/software/esri/patches`.
50
57
*`node['arcgis']['post_install_script']` = Custom post-installation script path. The default path on Windows is `C:\imageryscripts\deploy.bat`, on Linux is `/arcgis/imageryscripts/deploy.sh`.
51
58
52
59
#### File Server
@@ -89,6 +96,10 @@ Portal for ArcGIS, and ArcGIS Data Store. Default value is`Pa$$w0rdPa$$w0rd`.
89
96
*`node['arcgis']['server']['config_store_connection_string']` = ArcGIS Server config store type. Default value is `C:\arcgisserver\config-store` on Windows and `/arcgis/server/usr/config-store` on Linux.
90
97
*`node['arcgis']['server']['config_store_connection_secret']` = ArcGIS Server config store type secret. Default value is `nil`.
91
98
*`node['arcgis']['server']['services']` = An array of ArcGIS Server services to be published. Default value is `{}`.
99
+
*`node['arcgis']['server']['security']['user_store_config']` = User store configuration. Default value is `{'type' => 'BUILTIN', 'properties' => {}}`
100
+
*`node['arcgis']['server']['security']['role_store_config']` = Role store configuration. Default value is `{'type' => 'BUILTIN', 'properties' => {}}`
101
+
*`node['arcgis']['server']['security']['privileges']` = Privileges to user roles assignments `{'PUBLISH' => [], 'ADMINISTER' => []}`
102
+
92
103
93
104
#### Web Adaptor
94
105
@@ -197,6 +208,9 @@ Configures iptables to forward ports 80/443 to 8080/8443.
197
208
### arcgis-enterprise::lp-install
198
209
Installs language packs for ArcGIS for Server software.
199
210
211
+
### arcgis-enterprise::patches
212
+
Installs hot fixes and patches for ArcGIS Enterprise software.
213
+
200
214
### arcgis-enterprise::portal
201
215
Installs and configures Portal for ArcGIS.
202
216
@@ -218,6 +232,9 @@ Installs and configures ArcGIS Server site.
218
232
### arcgis-enterprise::server_node
219
233
Installs ArcGIS Server on the machine and joins an existing site.
220
234
235
+
### arcgis-enterprise::server_security
236
+
Configures ArcGIS Server identity stores and assigns privileges to roles.
237
+
221
238
### arcgis-enterprise::server_wa
222
239
Installs ArcGIS Web Adaptor and configures it with ArcGIS Server. IIS or Java application server such as Tomcat must be installed and configured before installing ArcGIS Web Adaptor.
0 commit comments