diff --git a/copyright b/copyright new file mode 100644 index 0000000..6f8a25f --- /dev/null +++ b/copyright @@ -0,0 +1,16 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 + +Files: * +Copyright: 2015, Canonical Ltd. +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); you may + not use this file except in compliance with the License. You may obtain + a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and limitations + under the License. \ No newline at end of file diff --git a/src/metadata.yaml b/src/metadata.yaml index 2e59f33..7cab880 100644 --- a/src/metadata.yaml +++ b/src/metadata.yaml @@ -1,13 +1,31 @@ -name: murano -maintainer: OpenStack Charmers -summary: OpenStack Application Catalog Service -description: | - The Murano Project introduces an application catalog to OpenStack, - enabling application developers and cloud administrators to publish - various cloud-ready applications in a browsable categorized catalog -tags: - - openstack -series: - - xenial - - trusty - - yakkety +"name": "murano" +"summary": "OpenStack Application Catalog Service" +"maintainer": "OpenStack Charmers " +"description": "The Murano Project introduces an application catalog to OpenStack,\ + \ \nenabling application developers and cloud administrators to publish\nvarious\ + \ cloud-ready applications in a browsable categorized catalog\n" +"tags": +- "openstack" +- "openstack" +"requires": + "shared-db": + "interface": "mysql-shared" + "amqp": + "interface": "rabbitmq" + "identity-service": + "interface": "keystone" + "ha": + "interface": "hacluster" + "scope": "container" +"peers": + "cluster": + "interface": "openstack-ha" +"extra-bindings": + "public": !!null "" + "admin": !!null "" + "internal": !!null "" +"series": +- "xenial" +- "trusty" +- "yakkety" +"subordinate": !!bool "false"