5f94bd2fc3
Adds an artifact type for Glance V3 to define murano package, its specific properties and binary objects (full package, logo and a ui definition). As a temporary workaround to simplify search a 'keywords' field is added to contain display name and tags word-by-word, so any of them may be used to locate a package. This will be inefficient in terms of DB performance, but at least not worse then the legacy solution. Implements-blueprint: artifact-repository-support Change-Id: I11efa3758cea5eb459a101d62c93355f34bb42f9
26 lines
716 B
INI
26 lines
716 B
INI
[metadata]
|
|
name = murano_artifact_plugin
|
|
version = 1.0
|
|
description = An artifact plugin for murano packages
|
|
author = Alexander Tivelkov
|
|
author-email = ativelkov@mirantis.com
|
|
classifier =
|
|
Development Status :: 3 - Alpha
|
|
License :: OSI Approved :: Apache Software License
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.2
|
|
Programming Language :: Python :: 3.3
|
|
Intended Audience :: Developers
|
|
Environment :: Console
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
glance.artifacts.types =
|
|
MuranoPackage = muranoartifact:VERSIONS
|