Hide Forgot
Was merged to ose 3.2 branch in https://github.com/openshift/ose/pull/378
Checked against openshift v3.2.1.16 kubernetes v1.2.0-36-g4a3f9c5 etcd 2.2.5 with steps: 1. Prepare the static files and CLI download link files # mkdir /root/testfiles # echo 1 > /root/testfiles/1.txt # cat /root/cli-links.js window.OPENSHIFT_CONSTANTS.CLI = { "Mac OS X": "https://<master>:8443/console/extensions/downloads/1.txt" }; 2. Modify your master-config.yaml assetConfig: extensionScripts: - /root/cli-links.js extensions: - name: downloads sourceDirectory: /root/testfiles 3. Restart atomic-openshift-master # systemctl restart atomic-openshift-master 4. Logout -> Login web console again 5. click "?" dropdown click "Command Line Tools" click "Mac OS X" 6. Number 1 is returned on page Now it returns the correct content of static files, move to VERIFIED