1

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
SQB
  • 3,926
  • 2
  • 28
  • 49
John C
  • 1,795
  • 4
  • 27
  • 42
  • Can you provide a link to the repo/manifest file that you are using? You aren't really providing enough information for anyone to help answer your question. –  May 19 '15 at 10:38

1 Answers1

1

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.

luciddreamz
  • 2,073
  • 14
  • 15