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: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,22 @@ At present the deployment depends on a valid DHCP source for the external interf
33
33
34
34
All other requirements should be configured automatically by Ansible. Note that `dev-install` does require root access (or passwordless sudo) on the machine it is invoked from to install certificate management tools (simpleca) in addition to the remote host.
35
35
36
+
## Defining registry
37
+
38
+
Recently, there were changed way for accessing RedHat registry. Now it's mandatory to provide credentials to `local-overridesr.ymal` file in a form of a list:
39
+
40
+
```yaml
41
+
registers:
42
+
- name: registry1.url
43
+
username: joe
44
+
password: secret
45
+
- name: registry2.url
46
+
username: alice
47
+
password: supersecret
48
+
```
49
+
50
+
If using RedHat registry, it is assumed it will be the first one.
51
+
36
52
## Running dev-install
37
53
38
54
`dev-install` is invoked using its `Makefile`. The simplest invocation is:
0 commit comments