@@ -18,36 +18,45 @@ inside the cluster, and they are not tracked in the repository.
18
18
the Kubernetes commands for these operations. Understanding the way these
19
19
files are used is NOT required to work with Archivematica.
20
20
21
- ### Quick Checklist for Configuration Files
21
+ ### Quick checklist for configuration files
22
22
23
- - [ ] .am.secret File:
24
- - Location: ` hack/kube/overlays/dev-am/.am.secret `
25
- - ** Contents to Check:**
23
+ #### ` .am.secret `
24
+
25
+ - Location: ` hack/kube/overlays/dev-am/.am.secret `
26
+ - ** Contents to check:**
26
27
- AM API address (e.g.,` http://host.k3d.internal:62080 ` )
27
- - User credentials(` user=test ` , ` api_key=test ` )
28
+ - User credentials (` user=test ` , ` api_key=test ` )
28
29
- SFTP configuration
29
- details (` sftp_host= ` , ` sftp_port= ` , ` sftp_user= ` ,
30
- ` sftp_remote_dir= ` , ` sftp_private_key_passphrase= ` ).
31
- - [ ] .id_ed25519.secret File:
32
- - Location: ` hack/kube/overlays/dev-am/.id_ed25519.secret `
33
- - ** Contents to Check:**
30
+ details (` sftp_host= ` , ` sftp_port= ` , ` sftp_user= ` , ` sftp_remote_dir= ` ,
31
+ ` sftp_private_key_passphrase= ` ).
32
+
33
+ #### ` .id_ed25519.secret `
34
+
35
+ - Location: ` hack/kube/overlays/dev-am/.id_ed25519.secret `
36
+ - ** Contents to check:**
34
37
- SSH private key (Ensure it starts with `-----BEGIN
35
- OPENSSH PRIVATE KEY-----` and ends with ` -----END
36
- OPENSSH PRIVATE KEY-----`)
37
- - [ ] .known_hosts.secret File:
38
- - Location: ` hack/kube/overlays/dev-am/.known_hosts.secret `
39
- - ** Contents to Check:**
38
+ OPENSSH PRIVATE KEY-----` and ends with ` -----END
39
+ OPENSSH PRIVATE KEY-----`)
40
+
41
+ #### ` .known_hosts.secret `
42
+
43
+ - Location: ` hack/kube/overlays/dev-am/.known_hosts.secret `
44
+ - ** Contents to check:**
40
45
- Known hosts entries (Look for entries starting with
41
- ` |1| ` and containing ` ssh-rsa ` , ` ecdsa-sha2-nistp256 ` ,
42
- ` ssh-ed25519 ` etc.)
43
- - [ ] .tilt.env File:
44
- - Location: ` root/ `
45
- - ** Contents to Check:**
46
- - ENDURO_PRES_SYSTEM = "am"
47
- - [ ] enduro.toml File:
48
- - Location: ` root/ `
49
- - ** Contents to Check:**
50
- - Preservation Taskqueue variable must be set to "am"
46
+ ` |1| ` and containing ` ssh-rsa ` , ` ecdsa-sha2-nistp256 ` ,
47
+ ` ssh-ed25519 ` etc.)
48
+
49
+ #### ` .tilt.env `
50
+
51
+ - Location: ` root/ `
52
+ - ** Contents to check:**
53
+ - ` ENDURO_PRES_SYSTEM = "am" `
54
+
55
+ #### ` enduro.toml `
56
+
57
+ - Location: ` root/ `
58
+ - ** Contents to check:**
59
+ - ` [preservation] taskQueue ` variable must be set to "am"
51
60
52
61
!!! note
53
62
@@ -96,8 +105,8 @@ There is more information on the configuration of the [Tilt Environment].
96
105
97
106
Preservation system value needed for workflow to be Archvimatica specific:
98
107
99
- [Preservation ]
100
- taskqueue = "am"
108
+ [preservation ]
109
+ taskqueue = "am"
101
110
102
111
[ kustomize secret generator ] : https://kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kustomize/#create-a-secret
103
- [ tilt environment ] : ( devel.md#- tilt-enviroment -configuration)
112
+ [ tilt environment ] : devel.md#tilt-environment -configuration
0 commit comments