components/openstack/common/openstack.p5m
author Drew Fisher <drew.fisher@oracle.com>
Tue, 05 Aug 2014 08:29:43 -0600
changeset 2025 8dbf23e740f2
parent 1990 c1c6cc703d7a
child 2216 d2f9e9b12fff
permissions -rw-r--r--
PSARC/2014/236 OpenStack Heat (OpenStack Orchestration Service) 19120578 Request to integrate Heat into userland

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri \
    value=pkg:/cloud/openstack@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value=OpenStack
set name=pkg.description \
    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."
set name=pkg.human-version value="Havana $(COMPONENT_VERSION)"
set name=info.classification \
    value="org.opensolaris.category.2008:Meta Packages/Group Packages" \
    value="org.opensolaris.category.2008:System/Administration and Configuration" \
    value="org.opensolaris.category.2008:System/Enterprise Management" \
    value=org.opensolaris.category.2008:System/Virtualization \
    value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
set name=info.upstream value="OpenStack <[email protected]>"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=PSARC/2013/350
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
depend type=group fmri=cloud/openstack/cinder
depend type=group fmri=cloud/openstack/glance
depend type=group fmri=cloud/openstack/heat
depend type=group fmri=cloud/openstack/horizon
depend type=group fmri=cloud/openstack/keystone
depend type=group fmri=cloud/openstack/neutron
depend type=group fmri=cloud/openstack/nova
depend type=group fmri=cloud/openstack/swift
depend type=group fmri=library/python/ceilometerclient
depend type=group fmri=library/python/cinderclient
depend type=group fmri=library/python/glanceclient
depend type=group fmri=library/python/heatclient
depend type=group fmri=library/python/keystoneclient
depend type=group fmri=library/python/neutronclient
depend type=group fmri=library/python/novaclient
depend type=group fmri=library/python/swiftclient
depend type=group fmri=library/python/troveclient