Skip to content

Commit 1743d35

Browse files
authored
Merge pull request #32440 from dcdacosta/BZ#1849398
BZ1849398 - Change ovirtadmin@internal and admin@internal to ocpadmin…
2 parents 2b29ae9 + 090c1bf commit 1743d35

7 files changed

+20
-20
lines changed

modules/installation-initializing.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,14 +310,14 @@ For example:
310310
ifndef::openshift-origin[]
311311
[source,terminal]
312312
----
313-
$ curl -k -u ovirtadmin@internal:pw123 \
313+
$ curl -k -u ocpadmin@internal:pw123 \
314314
https://rhv-env.virtlab.example.com/ovirt-engine/api
315315
----
316316
endif::openshift-origin[]
317317
ifdef::openshift-origin[]
318318
[source,terminal]
319319
----
320-
$ curl -k -u ovirtadmin@internal:pw123 \
320+
$ curl -k -u ocpadmin@internal:pw123 \
321321
https://ovirtlab.example.com/ovirt-engine/api
322322
----
323323
endif::openshift-origin[]
@@ -334,7 +334,7 @@ endif::openshift-origin[]
334334
+
335335
[source,terminal]
336336
----
337-
admin@internal
337+
ocpadmin@internal
338338
----
339339
+
340340
... For `oVirt engine password`, enter the {rh-virtualization} admin password.

modules/installation-launching-installer.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@ link:https://cloud.redhat.com/openshift/install/pull-secret[Pull Secret] page on
301301
endif::openshift-origin[]
302302
ifdef::openshift-origin[]
303303
.. Paste the pull secret that you obtained from the
304-
link:https://cloud.redhat.com/openshift/install/pull-secret[Pull Secret] page on the {cloud-redhat-com} site.
305-
* If you do not have a pull secret from the {cloud-redhat-com} site, you can paste the pull secret another private registry.
306-
* If you do not need the cluster to pull images from a private registry, you can paste `{"auths":{"fake":{"auth":"aWQ6cGFzcwo="}}}` as the pull secret.
304+
link:https://cloud.redhat.com/openshift/install/pull-secret[Pull Secret] page on the {cloud-redhat-com} site.
305+
* If you do not have a pull secret from the {cloud-redhat-com} site, you can paste the pull secret another private registry.
306+
* If you do not need the cluster to pull images from a private registry, you can paste `{"auths":{"fake":{"auth":"aWQ6cGFzcwo="}}}` as the pull secret.
307307
endif::openshift-origin[]
308308
endif::rhv[]
309309
ifdef::rhv[]
@@ -330,14 +330,14 @@ For example:
330330
ifndef::openshift-origin[]
331331
[source,terminal]
332332
----
333-
$ curl -k -u ovirtadmin@internal:pw123 \
333+
$ curl -k -u ocpadmin@internal:pw123 \
334334
https://rhv-env.virtlab.example.com/ovirt-engine/api
335335
----
336336
endif::openshift-origin[]
337337
ifdef::openshift-origin[]
338338
[source,terminal]
339339
----
340-
$ curl -k -u ovirtadmin@internal:pw123 \
340+
$ curl -k -u ocpadmin@internal:pw123 \
341341
https://ovirtlab.example.com/ovirt-engine/api
342342
----
343343
endif::openshift-origin[]
@@ -355,7 +355,7 @@ endif::openshift-origin[]
355355
+
356356
[source,terminal]
357357
----
358-
admin@internal
358+
ocpadmin@internal
359359
----
360360
+
361361
.. For `oVirt engine password`, enter the {rh-virtualization} admin password.
@@ -394,10 +394,10 @@ display in your terminal.
394394
[source,terminal]
395395
----
396396
...
397-
INFO Install complete!
398-
INFO To access the cluster as the system:admin user when using 'oc', run 'export KUBECONFIG=/home/myuser/install_dir/auth/kubeconfig'
399-
INFO Access the OpenShift web-console here: https://console-openshift-console.apps.mycluster.example.com
400-
INFO Login to the console with user: "kubeadmin", and password: "4vYBz-Ee6gm-ymBZj-Wt5AL"
397+
INFO Install complete!
398+
INFO To access the cluster as the system:admin user when using 'oc', run 'export KUBECONFIG=/home/myuser/install_dir/auth/kubeconfig'
399+
INFO Access the OpenShift web-console here: https://console-openshift-console.apps.mycluster.example.com
400+
INFO Login to the console with user: "kubeadmin", and password: "4vYBz-Ee6gm-ymBZj-Wt5AL"
401401
INFO Time elapsed: 36m22s
402402
----
403403
+

modules/installation-rhv-creating-install-config-file.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $ openshift-install create install-config --dir $ASSETS_DIR
3535
? SSH Public Key /home/user/.ssh/id_dsa.pub
3636
? Platform <ovirt>
3737
? Engine FQDN[:PORT] [? for help] <engine.fqdn>
38-
? Enter ovirt-engine username <ovirtadmin@internal>
38+
? Enter ovirt-engine username <ocpadmin@internal>
3939
? Enter password <******>
4040
? oVirt cluster <cluster>
4141
? oVirt storage <storage>

modules/installing-rhv-insecure-mode.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Installing in *insecure* mode is not recommended, because it enables a potential
2727
ovirt_url: \https://ovirt.example.com/ovirt-engine/api
2828
ovirt_fqdn: ovirt.example.com
2929
ovirt_pem_url: ""
30-
ovirt_username: admin@internal
30+
ovirt_username: ocpadmin@internal
3131
ovirt_password: super-secret-password
3232
ovirt_insecure: true
3333
----

modules/installing-rhv-verifying-rhv-environment.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ For example:
6161
ifndef::openshift-origin[]
6262
[source,terminal]
6363
----
64-
$ curl -k -u ovirtadmin@internal:pw123 \
64+
$ curl -k -u ocpadmin@internal:pw123 \
6565
https://rhv-env.virtlab.example.com/ovirt-engine/api
6666
----
6767
endif::openshift-origin[]
6868
ifdef::openshift-origin[]
6969
[source,terminal]
7070
----
71-
$ curl -k -u ovirtadmin@internal:pw123 \
71+
$ curl -k -u ocpadmin@internal:pw123 \
7272
https://ovirtlab.example.com/ovirt-engine/api
7373
----
7474
endif::openshift-origin[]

modules/virt-importing-vm-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type: Opaque
3030
stringData:
3131
ovirt: |
3232
apiUrl: <api_endpoint> <2>
33-
username: admin@internal
33+
username: ocpadmin@internal
3434
password: <3>
3535
caCert: |
3636
-----BEGIN CERTIFICATE-----
@@ -40,7 +40,7 @@ EOF
4040
----
4141
<1> Optional. You can specify a different namespace in all the CRs.
4242
<2> Specify the API endpoint of the RHV Manager, for example, `\"https://www.example.com:8443/ovirt-engine/api"`
43-
<3> Specify the password for `admin@internal`.
43+
<3> Specify the password for `ocpadmin@internal`.
4444
<4> Specify the RHV Manager CA certificate. You can obtain the CA certificate by running the following command:
4545
+
4646
[source,terminal]

modules/virt-importing-vm-wizard.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ openssl s_client -connect <RHV_Manager_FQDN>:443 -showcerts < /dev/null
7575
+
7676
The CA certificate is the second certificate in the output.
7777

78-
** *Username*: RHV Manager user name, for example, `admin@internal`
78+
** *Username*: RHV Manager user name, for example, `ocpadmin@internal`
7979
** *Password*: RHV Manager password
8080

8181
* If you select a saved RHV instance, the wizard connects to the RHV instance using the saved credentials.

0 commit comments

Comments
 (0)