1N/A#
1N/A# CDDL HEADER START
1N/A#
1N/A# The contents of this file are subject to the terms of the
1N/A# Common Development and Distribution License (the "License").
1N/A# You may not use this file except in compliance with the License.
1N/A#
1N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1N/A# or http://www.opensolaris.org/os/licensing.
1N/A# See the License for the specific language governing permissions
1N/A# and limitations under the License.
1N/A#
1N/A# When distributing Covered Code, include this CDDL HEADER in each
1N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1N/A# If applicable, add the following below this CDDL HEADER, with the
1N/A# fields enclosed by brackets "[]" replaced with your own identifying
1N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1N/A#
1N/A# CDDL HEADER END
1N/A#
1N/A
1N/A#
1N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
1N/A#
1N/A
1N/Ainclude ../../../make-rules/shared-macros.mk
1N/A
1N/ACOMPONENT_NAME= heat
1N/ACOMPONENT_CODENAME= mitaka
1N/ACOMPONENT_VERSION= 6.0.0
1N/ACOMPONENT_BE_VERSION= 2016.1
1N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1N/ACOMPONENT_ARCHIVE_HASH= \
1N/A sha256:b89f14dc2421b94f8c322557b93959e2b6aa3dcc9cf739ef392f5f30c326b6e5
1N/ACOMPONENT_ARCHIVE_URL= https://tarballs.openstack.org/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
1N/ACOMPONENT_SIG_URL= $(COMPONENT_ARCHIVE_URL).asc
1N/ACOMPONENT_PROJECT_URL= http://www.openstack.org/
1N/ACOMPONENT_BUGDB= service/heat
1N/A
1N/ATPNO= 30355
1N/A
1N/APKG_VARS += COMPONENT_BE_VERSION
1N/A
1N/Ainclude $(WS_MAKE_RULES)/prep.mk
1N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
1N/Ainclude $(WS_MAKE_RULES)/ips.mk
1N/A
1N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1N/A
1N/A# Since this is an app, and doesn't provide any public library interfaces, we
1N/A# only need to deliver one version. The manifest is parameterized, though.
1N/APYTHON_VERSIONS= 2.7
1N/A
1N/APKG_MACROS += PYVER=$(PYTHON_VERSIONS)
1N/APKG_MACROS += PYV=$(shell echo $(PYTHON_VERSIONS) | tr -d .)
1N/A
1N/A#
1N/A# heat-api-cfn, heat-api-cloudwatch, heat-api, and heat-engine depend
1N/A# on heat-db and heat-upgrade so copy all of the service manifests
1N/A# into the proto directory for pkgdepend(1) to find.
1N/A#
1N/ACOMPONENT_POST_INSTALL_ACTION += \
1N/A ($(MKDIR) $(PROTO_DIR)/lib/svc/manifest/application/openstack; \
1N/A $(CP) \
1N/A files/heat-api-cfn.xml \
1N/A files/heat-api-cloudwatch.xml \
1N/A files/heat-api.xml \
1N/A files/heat-db.xml \
1N/A files/heat-engine.xml \
1N/A files/heat-upgrade.xml \
1N/A $(PROTO_DIR)/lib/svc/manifest/application/openstack)
1N/A
1N/A# common targets
1N/Abuild: $(BUILD_NO_ARCH)
1N/A
1N/Ainstall: $(INSTALL_NO_ARCH)
1N/A
1N/A# tests require mox, discover, testtools, testrepository,
1N/A# testscenarios, sphinx and oslo.sphinx some of which have not yet
1N/A# integrated
1N/Atest: $(NO_TESTS)
1N/A
1N/Asystem-test: $(NO_TESTS)
1N/A
1N/AREQUIRED_PACKAGES += cloud/openstack/openstack-common
1N/AREQUIRED_PACKAGES += library/python/eventlet-27
1N/AREQUIRED_PACKAGES += library/python/iniparse-27
1N/AREQUIRED_PACKAGES += library/python/oslo.concurrency-27
1N/AREQUIRED_PACKAGES += library/python/oslo.config-27
1N/AREQUIRED_PACKAGES += library/python/oslo.i18n-27
1N/AREQUIRED_PACKAGES += library/python/oslo.log-27
1N/AREQUIRED_PACKAGES += library/python/setuptools-27
1N/AREQUIRED_PACKAGES += library/python/six-27
1N/AREQUIRED_PACKAGES += library/python/sqlalchemy-27
1N/AREQUIRED_PACKAGES += library/python/sqlalchemy-migrate-27
1N/AREQUIRED_PACKAGES += system/core-os
1N/A