Create an application based on a downloadable cartridge. Execute: /broker/rest/domains/abc/applications?include=cartridges The cartridge representing the downloadable cartridge should have an attribute "url" that is equal to the value used to create the cartridge during creation. GET /broker/rest/domains/abc/applications/cartridges GET /broker/rest/domains/abc/applications/cartridges/<id> should also return that value. Blocks the UI from reporting the cartridge is custom.
Next sprint
Fixed with rev#6964cf019bf6316b53f6fe5dc1f33350c8db48cc
Tested it on devenv_3238, created an app with https://raw.github.com/openshift/downloadable-mock/master/metadata/manifest.yml, but the url is null: #curl -s -k -H 'Content-Type: Application/json' --user xtian+t1:12 https://localhost/broker/rest/domains/domx1/applications/mockapp/cartridges/downloadable-mock-0.1 -X GET|python -m json.tool|grep url "license_url": "", "url": null, # curl -s -k -H 'Content-Type: Application/json' --user xtian+t1:12 https://localhost/broker/rest/domains/domx1/applications/mockapp/cartridges -X GET|python -m json.tool |grep url "license_url": "", "url": null, # curl -s -k -H 'Content-Type: Application/json' --user xtian+t1:12 https://localhost/broker/rest/domains/domx1/applications/mockapp/cartridges -X GET|python -m json.tool { "data": [ { "additional_gear_storage": 0, "base_gear_storage": 1, "collocated_with": [], "current_scale": 1, "description": "A downloadable mock cartridge for development use only.", "display_name": "Downloadable Mock Cartridge 0.1", "gear_profile": "small", "help_topics": {}, "license": "ASL 2.0", "license_url": "", "links": { "DELETE": { '''''''' "tags": [ "service", "web_framework" ], "type": "standalone", "url": null, "usage_rates": [], "version": "0.1", "website": # curl -s -k -H 'Content-Type: Application/json' --user xtian+t1:12 https://localhost/broker/rest/domains/domx1/applications/mockapp/cartridges/downloadable-mock-0.1 -X GET|python -m json.tool { "data": { "additional_gear_storage": 0, "base_gear_storage": 1, "collocated_with": [], "current_scale": 1, "description": "A downloadable mock cartridge for development use only.", "display_name": "Downloadable Mock Cartridge 0.1", "gear_profile": "small", "help_topics": {}, "license": "ASL 2.0", "license_url": "", "links": { "DELETE": { "href": "https://localhost/broker/rest/domains/domx1/applications/mockapp/cartridges/downloadable-mock-0.1", "method": "DELETE", ''''''''' "scales_from": 1, "scales_to": 1, "scales_with": null, "status_messages": null, "supported_scales_from": 1, "supported_scales_to": 1, "tags": [ "service", "web_framework" ], "type": "standalone", "url": null, "usage_rates": [], "version": "0.1", "website": ""
refixed in pull request#2531
UI changes are in https://github.com/openshift/rhc/pull/386 to show this in the CLI (console is already showing it)
Verified on devenv_3247 Invoke REST API, GET: /broker/rest/domains/abc/applications?include=cartridges /broker/rest/domains/abc/applications/<app>/cartridges /broker/rest/domains/abc/applications/<app>/cartridges/<cartridge> The cartridge"type": "standalone", "url": "https://raw.github.com/xltian/perltestonly/master/metadata/manifest.yml", "usage_rates": [ url can be returned: <--------------------------> .................. "type": "standalone", "url": "https://raw.github.com/xltian/perltestonly/master/metadata/manifest.yml", "usage_rates": [ ............ <-------------------------->