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
-[Create an elastic profile](#create-an-elastic-profile)
11
-
-[Configure job to use an elastic agent profile](#configure-job-to-use-an-elastic-agent-profile)
9
+
-[Configure a Cluster Profile](#configure-a-cluster-profile)
10
+
-[Create an Elastic Profile](#create-an-elastic-profile)
11
+
-[Configure a Job to use an Elastic Agent Profile](#configure-a-job-to-use-an-elastic-agent-profile)
12
12
13
13
## Requirements
14
14
15
-
* GoCD server version `v17.9.0` or above
15
+
* GoCD server version `v19.3.0` or above
16
16
* Docker Server
17
17
18
18
## Installation
@@ -23,17 +23,18 @@ and restart the server.
23
23
24
24
## Configuration
25
25
26
-
### Configure plugin settings
26
+
### Configure a Cluster Profile
27
27
28
-
The plugin settings are used to provide global level configurations for the plugin. Configurations such as docker server configuration and private registry settings are provided in plugin settings.
28
+
The cluster profile settings are used to provide cluster level configurations for the plugin. Configurations such as docker server configuration and private registry settings are provided in cluster profile settings.
29
29
30
-
1. Login to `GoCD server` as admin and navigate to **_Admin_**_>_ **_Plugins_**
30
+
1. Login to `GoCD server` as admin and navigate to **_Admin_**_>_ **_Elastic Profile_**
@@ -51,11 +52,11 @@ The plugin settings are used to provide global level configurations for the plug
51
52
52
53
The Elastic Agent Profile is used to define the configuration of a docker container(GoCD docker agent). The profile is used to configure the docker image, set memory limits, provide docker command and environment variables etc...
53
54
54
-
1. Login to `GoCD server` as admin and navigate to **_Admin_**_>_ **_Elastic Agent Profiles_**
55
+
1. Login to `GoCD server` as admin and navigate to **_Admin_**_>_ **_Elastic Profiles_**
55
56
56
57
![Elastic Profiles][3]
57
58
58
-
2. Click on **_Add_** to create new elastic agent profile
59
+
2. Click on **_New Elastic Agent Profile_** to create new elastic agent profile for a cluster.
59
60
60
61
![Create elastic profile][4]
61
62
@@ -65,11 +66,11 @@ The plugin settings are used to provide global level configurations for the plug
|**Docker image**| Yes | GoCD elastic agent docker image name. Pre build GoCD agent docker images are available [here](https://www.gocd.org/download/#docker)|
67
68
|**Docker Command**| No | Commands that you want to execute on container start. <br/>*_Note: This will override the existing docker entry-point defined in docker image._*|
68
-
|**Environment Variables**| No | Environment variables for container. This will overrides the environment variables defined in plugin settings.(enter each per line) |
69
+
|**Environment Variables**| No | Environment variables for container. This will overrides the environment variables defined in cluster profile.(enter each per line) |
69
70
|**Host entries**| No | This allows users to add host entries in `/etc/hosts`(enter each per line) |
70
71
71
72
72
-
### Configure job to use an elastic agent profile
73
+
### Configure a job to use an elastic agent profile
73
74
74
75
1. Click the gear icon on **_Pipeline_**
75
76
@@ -87,10 +88,11 @@ The plugin settings are used to provide global level configurations for the plug
0 commit comments