Created
May 11, 2018 13:52
-
-
Save jbonnet/af2ba6c78bada133fcca9c67c5bc84bd to your computer and use it in GitHub Desktop.
Example of a 5GTANGO package metadata
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"created_at": "2018-05-09T17:25:16.467+00:00", | |
"md5": "8ad74f056ee9a11ad6e8907c30a9d8b9", | |
"pd": { | |
"description": "This is an example 5GTANGO network service package.", | |
"descriptor_schema": "https://raw.githubusercontent.com/sonata-nfv/tng-schema/master/package-specification/napd-schema.yml", | |
"logo": "Icons/upb_logo.png", | |
"maintainer": "Manuel Peuster, Paderborn University", | |
"name": "ns-package-example", | |
"package_content": [ | |
{ | |
"algorithm": "SHA-256", | |
"content-type": "application/vnd.5gtango.nsd", | |
"hash": "a3734cb3eeaa18dee2daf7f2538c4c3be185bead6fc5a28729f44bf78f2b8af8", | |
"source": "Definitions/mynsd.yaml", | |
"tags": [ | |
"eu.5gtango" | |
] | |
}, | |
{ | |
"algorithm": "SHA-256", | |
"content-type": "application/vnd.5gtango.vnfd", | |
"hash": "44fc832e0be9c78d8a59d8b57abd8d8f47e6b2e5e7ed264f111e51d3413f911b", | |
"source": "Definitions/myvnfd.yaml", | |
"tags": [ | |
"eu.5gtango" | |
] | |
}, | |
{ | |
"algorithm": "SHA-256", | |
"content-type": "image/png", | |
"hash": "dd83757e632740f9f390af15eeb8bc25480a0c412c7ea9ac9abbb0e5e025e508", | |
"source": "Icons/upb_logo.png" | |
}, | |
{ | |
"algorithm": "SHA-256", | |
"content-type": "application/vnd.5gtango.ref", | |
"hash": "e26ff11f2cd2efc1eed3a47a94fccbf6fc8d0c844ff15b65aeb02576c1d02640", | |
"source": "Images/mycloudimage.ref" | |
}, | |
{ | |
"algorithm": "SHA-256", | |
"content-type": "text/plain", | |
"hash": "179f180ea1630016d585ff32321037b18972d389be0518c0192021286c4898ca", | |
"source": "Licenses/LICENSE" | |
}, | |
{ | |
"algorithm": "SHA-256", | |
"content-type": "text/x-shellscript", | |
"hash": "e16360cc3518bde752ac2d506e6bdb6bcb6638a0f94df9ea06975ae910204277", | |
"source": "Scripts/cloud.init" | |
} | |
], | |
"package_type": "application/vnd.5gtango.package.nsp", | |
"release_date_time": "2009-01-01T10:01:02Z", | |
"vendor": "eu.5gtango", | |
"version": "0.1" | |
}, | |
"signature": null, | |
"status": "active", | |
"updated_at": "2018-05-09T17:25:16.467+00:00", | |
"username": null, | |
"uuid": "d367ed3b-e401-48be-af96-fc03487b12b5" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment