John C
John C

Reputation: 1835

Error upon adding cartridge to OpenShift app

Am getting the below error upon adding a cartridge to my diy OpenShift application. The cartridge manifest URL is a raw browsed URL suffixed by ?raw. Any inputs and / or recommendations would be highly appreciated.

Unable to complete the requested operation due to: Unable to load the provided
manifest: (<unknown>): did not find expected <document start> at line 1 column 1

Upvotes: 1

Views: 78

Answers (1)

luciddreamz
luciddreamz

Reputation: 2093

The manifest file you're linking to needs to be in the following format: http://docs.openshift.org/origin-m4/oo_cartridge_developers_guide.html#cartridge-metadata

If you're trying to reference a GitHub URL that does not contain a Source-Url, use the Cartridge Reflector.

Upvotes: 1

Related Questions