File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -50,19 +50,18 @@ in the Azure documentation.
50
50
$ export ACCOUNT_KEY=`az storage account keys list -g ${RESOURCE_GROUP} --account-name ${CLUSTER_NAME}sa --query "[0].value" -o tsv`
51
51
----
52
52
53
- . Choose the {op-system} version to use and export the URL of its VHD to an
54
- environment variable:
53
+ . Export the URL of the {op-system} VHD to an environment variable:
55
54
+
56
55
ifdef::azure[]
57
56
[source,terminal]
58
57
----
59
- $ export VHD_URL=`curl -s https://raw.githubusercontent.com/openshift/installer/release-4.9/data/data/rhcos. json | jq -r . azure.url`
58
+ $ export VHD_URL=`openshift-install coreos print-stream- json | jq -r '.architectures.x86_64."rhel-coreos-extensions"." azure-disk" .url' `
60
59
----
61
60
endif::azure[]
62
61
ifdef::ash[]
63
62
[source,terminal]
64
63
----
65
- $ export COMPRESSED_VHD_URL=`curl -s https://raw.githubusercontent.com/openshift/installer/release-4.9/data/data/rhcos-amd64. json | jq -r '(.baseURI + .images. azurestack.path) '`
64
+ $ export COMPRESSED_VHD_URL=`openshift-install coreos print-stream- json | jq -r '.architectures.x86_64.artifacts. azurestack.formats."vhd.gz".disk.location '`
66
65
----
67
66
endif::ash[]
68
67
+
You can’t perform that action at this time.
0 commit comments