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
<version>:: Specifies the minor release version, such as `release-4.8`. See the branch drop-down list in the link:https://github.com/openshift/installer/tree/master/upi/ovirt[`openshift/installer` repository] for the available minor versions.
37
-
endif::openshift-origin[]
38
-
ifndef::openshift-origin[]
39
-
[source,terminal,subs=attributes+]
40
-
----
41
-
$ mkdir playbooks
42
-
----
43
-
+
44
-
[source,terminal,subs=attributes+]
45
-
----
46
-
$ cd playbooks
47
-
----
48
-
+
49
-
[source,terminal,subs=attributes+]
50
-
----
51
-
$ curl -s -L -X GET https://api.github.com/repos/openshift/installer/contents/upi/ovirt?ref=release-{product-version} |
52
-
grep 'download_url.*\.yml' |
53
-
awk '{ print $2 }' | sed -r 's/("|",)//g' |
54
-
xargs -n 1 curl -O
55
-
----
56
-
endif::openshift-origin[]
42
+
<release-version>:: Specifies the minor release version, such as `release-4.11`. See the branch drop-down list in the link:https://github.com/openshift/installer/tree/master/upi/ovirt[`openshift/installer` repository] for the available minor versions.
0 commit comments