Hide Forgot
Description of problem: When adding online extensions to extensionScripts in master-config.yaml, "Report a Bug","Stack Overflow" and "System Status" items are not added to console header Version-Release number of selected component (if applicable): fork_ami_openshift3_userinterface_console_1.3_210 How reproducible: Always Steps to Reproduce: 1. Download online extensions js files curl -k -O https://raw.githubusercontent.com/openshift/origin/master/assets/extensions/examples/online-extensions.js 2. Move online-extensions.js to extensions directory 3. Modify master-config.yaml assetConfig: extensionDevelopment: false extensionScripts: - extensions/online-extensions.js 4.Restart Openshift with master-config and node-config # ps -aux | grep openshift root 3464 2.8 4.2 506132 152404 pts/0 Sl+ 22:20 0:08 openshift start --public-master=https:<master>:8443 --master-config=openshift.local.config/master/master-config.yaml --node-config=openshift.local.config/node-ip-172-18-2-41.ec2.internal/node-config.yaml 5. Check online extensions on console Actual results: 5. "Report a Bug", "Stack Overflow" and "System Status" items defined in online-extensions.js are not added to console header Expected results: 5. "Report a Bug", "Stack Overflow" and "System Status" items should be added and displayed on console header Additional info: Other online extensions, documentation links and CLI download locations are loaded successfully
The online extensions had to be updated for the new extensions framework, please take a look at the version in the branch: https://github.com/jwforres/origin/blob/console_1.3/assets/extensions/examples/online-extensions.js
After use new online-extensions.js, "Report a Bug", "Stack Overflow" and "System Status" are shown on console header Move to VERIFIED