Skip to content

Commit 8e3d97a

Browse files
authored
(DOCSP-46336) Add missing install step. (#667)
[JIRA](https://jira.mongodb.org/browse/DOCSP-46336) [Staging]()
1 parent 2c4f85d commit 8e3d97a

3 files changed

+37
-16
lines changed

source/includes/steps-install-mongodb-agent-manage-amd64.ubuntu1604-deb.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,21 @@ replacement:
2020
commandline: "Linux shell"
2121
---
2222
stepnum: 4
23+
source:
24+
file: steps-install-mongodb-agent-source-deb.yaml
25+
ref: extract
26+
replacement:
27+
fileBuild: "amd64.ubuntu1604.deb"
28+
---
29+
stepnum: 5
2330
source:
2431
file: steps-install-mongodb-agent-source-all.yaml
2532
ref: edit-config-file-opsmgr
2633
replacement:
2734
configFile: "automation-agent.config"
2835
editCommand: "sudo vi /etc/mongodb-mms/automation-agent.config"
2936
---
30-
stepnum: 5
37+
stepnum: 6
3138
source:
3239
file: steps-install-mongodb-agent-source-all.yaml
3340
ref: set-proxy-server
@@ -36,22 +43,22 @@ replacement:
3643
configFile: "automation-agent.config"
3744
editCommand: "sudo vi /etc/mongodb-mms/automation-agent.config"
3845
---
39-
stepnum: 6
46+
stepnum: 7
4047
source:
4148
file: steps-install-mongodb-agent-source-deb.yaml
4249
ref: create-data-directories
4350
---
44-
stepnum: 7
51+
stepnum: 8
4552
source:
4653
file: steps-install-mongodb-agent-source-deb.yaml
4754
ref: start-mongodb-agent
4855
---
49-
stepnum: 8
56+
stepnum: 9
5057
source:
5158
file: steps-install-mongodb-agent-source-all.yaml
5259
ref: verify-mongodb-agent
5360
---
54-
stepnum: 9
61+
stepnum: 10
5562
source:
5663
file: steps-install-mongodb-agent-source-all.yaml
5764
ref: repeat-per-host

source/includes/steps-install-mongodb-agent-manage-arm64.ubuntu2004.yaml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,24 @@ content: |
3131
your |application|. If present, replace ``<version>`` with the
3232
major version of the operating system. For example, replace
3333
``<version>`` with ``7`` for RHEL 7.x.
34-
34+
3535
---
3636
stepnum: 4
37+
source:
38+
file: steps-install-mongodb-agent-source-deb.yaml
39+
ref: extract
40+
replacement:
41+
fileBuild: "arm64.ubuntu2204.deb"
42+
---
43+
stepnum: 5
3744
source:
3845
file: steps-install-mongodb-agent-source-all.yaml
3946
ref: edit-config-file-opsmgr
4047
replacement:
4148
configFile: "automation-agent.config"
4249
editCommand: "sudo vi /etc/mongodb-mms/automation-agent.config"
4350
---
44-
stepnum: 5
51+
stepnum: 6
4552
source:
4653
file: steps-install-mongodb-agent-source-all.yaml
4754
ref: set-proxy-server
@@ -50,22 +57,22 @@ replacement:
5057
configFile: "automation-agent.config"
5158
editCommand: "sudo vi /etc/mongodb-mms/automation-agent.config"
5259
---
53-
stepnum: 6
60+
stepnum: 7
5461
source:
5562
file: steps-install-mongodb-agent-source-deb.yaml
5663
ref: create-data-directories
5764
---
58-
stepnum: 7
65+
stepnum: 8
5966
source:
6067
file: steps-install-mongodb-agent-source-deb.yaml
6168
ref: start-mongodb-agent
6269
---
63-
stepnum: 8
70+
stepnum: 9
6471
source:
6572
file: steps-install-mongodb-agent-source-all.yaml
6673
ref: verify-mongodb-agent
6774
---
68-
stepnum: 9
75+
stepnum: 10
6976
source:
7077
file: steps-install-mongodb-agent-source-all.yaml
7178
ref: repeat-per-host

source/includes/steps-install-mongodb-agent-monitor-amd64.ubuntu1604-deb.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,21 @@ replacement:
2020
commandline: "Linux shell"
2121
---
2222
stepnum: 4
23+
source:
24+
file: steps-install-mongodb-agent-source-deb.yaml
25+
ref: extract
26+
replacement:
27+
fileBuild: "arm64.ubuntu2204.deb"
28+
---
29+
stepnum: 5
2330
source:
2431
file: steps-install-mongodb-agent-source-all.yaml
2532
ref: edit-config-file-opsmgr
2633
replacement:
2734
configFile: "automation-agent.config"
2835
editCommand: "sudo vi /etc/mongodb-mms/automation-agent.config"
2936
---
30-
stepnum: 5
37+
stepnum: 6
3138
source:
3239
file: steps-install-mongodb-agent-source-all.yaml
3340
ref: set-proxy-server
@@ -36,22 +43,22 @@ replacement:
3643
configFile: "automation-agent.config"
3744
editCommand: "sudo vi /etc/mongodb-mms/automation-agent.config"
3845
---
39-
stepnum: 6
46+
stepnum: 7
4047
source:
4148
file: steps-install-mongodb-agent-source-deb.yaml
4249
ref: create-data-directories
4350
---
44-
stepnum: 7
51+
stepnum: 8
4552
source:
4653
file: steps-install-mongodb-agent-source-deb.yaml
4754
ref: start-mongodb-agent
4855
---
49-
stepnum: 8
56+
stepnum: 9
5057
source:
5158
file: steps-install-mongodb-agent-source-all.yaml
5259
ref: finish-mongodb-agent
5360
---
54-
stepnum: 9
61+
stepnum: 10
5562
source:
5663
file: steps-install-mongodb-agent-source-all.yaml
5764
ref: repeat-per-host

0 commit comments

Comments
 (0)