components/openstack/common/openstack.p5m
author david.comay@oracle.com
Mon, 07 Jul 2014 20:35:11 -0700
changeset 1990 c1c6cc703d7a
parent 1947 b80524cd88bc
child 2025 8dbf23e740f2
permissions -rw-r--r--
18686478 kstat warning every minute in nova-compute log on SPARC 19064962 power state mapping for incomplete zone is incorrect 19065445 Horizon doesn't deal well with shutdown zones 19130253 pausing/suspension "successful" in horizon, though nothing happens 19161623 problem in SERVICE/KEYSTONE 19166348 cinder & nova should default signing_dir explicitly for consistency 19166359 minor pkgfmt(1) issues with OpenStack manifests

#
# 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/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