components/openstack/common/openstack.p5m
changeset 1760 353323c7bdc1
child 1896 f83e6dde6c3b
equal deleted inserted replaced
1759:b412ae0aa701 1760:353323c7bdc1
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/cloud/openstack@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value=OpenStack
       
    29 set name=pkg.description \
       
    30     value="OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a data center, all managed through a dashboard that gives administrators control while empowering their users to provision resources through a web interface."
       
    31 set name=pkg.human-version value="Grizzly $(COMPONENT_VERSION)"
       
    32 set name=info.classification \
       
    33     value="org.opensolaris.category.2008:Meta Packages/Group Packages" \
       
    34     value="org.opensolaris.category.2008:System/Administration and Configuration" \
       
    35     value="org.opensolaris.category.2008:System/Enterprise Management" \
       
    36     value=org.opensolaris.category.2008:System/Virtualization \
       
    37     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
       
    38 set name=info.upstream value="OpenStack <[email protected]>"
       
    39 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    40 set name=org.opensolaris.arc-caseid value=PSARC/2013/350
       
    41 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    42 depend type=group fmri=cloud/openstack/cinder
       
    43 depend type=group fmri=cloud/openstack/glance
       
    44 depend type=group fmri=cloud/openstack/horizon
       
    45 depend type=group fmri=cloud/openstack/keystone
       
    46 depend type=group fmri=cloud/openstack/neutron
       
    47 depend type=group fmri=cloud/openstack/nova
       
    48 depend type=group fmri=library/python/cinderclient
       
    49 depend type=group fmri=library/python/glanceclient
       
    50 depend type=group fmri=library/python/keystoneclient
       
    51 depend type=group fmri=library/python/neutronclient
       
    52 depend type=group fmri=library/python/novaclient
       
    53 depend type=group fmri=library/python/quantumclient
       
    54 depend type=group fmri=library/python/swiftclient