components/openstack/heat/heat.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3320 f9d413d0e202
child 3828 450ae9167756
equal deleted inserted replaced
3698:9c01a3410e89 3704:69ab8eca01c5
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/cloud/openstack/heat@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/cloud/openstack/heat@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="OpenStack Heat (Orchestration Service)"
    28 set name=pkg.summary value="OpenStack Heat (Orchestration Service)"
   310     home-dir=/var/lib/heat uid=87
   310     home-dir=/var/lib/heat uid=87
   311 license heat.license license="Apache v2.0"
   311 license heat.license license="Apache v2.0"
   312 
   312 
   313 # force a group dependency on the optional anyjson; pkgdepend work is needed to
   313 # force a group dependency on the optional anyjson; pkgdepend work is needed to
   314 # flush this out.
   314 # flush this out.
   315 depend type=group fmri=library/python-2/anyjson-$(PYV)
   315 depend type=group fmri=library/python/anyjson-$(PYV)
   316 
   316 
   317 # force a group dependency on the optional ceilometerclient; pkgdepend work is
   317 # force a group dependency on the optional ceilometerclient; pkgdepend work is
   318 # needed to flush this out.
   318 # needed to flush this out.
   319 depend type=group fmri=library/python/ceilometerclient-$(PYV)
   319 depend type=group fmri=library/python/ceilometerclient-$(PYV)
   320 
   320 
   328 
   328 
   329 # force a group dependency on the optional swiftclient; pkgdepend work is needed
   329 # force a group dependency on the optional swiftclient; pkgdepend work is needed
   330 # to flush this out.
   330 # to flush this out.
   331 depend type=group fmri=library/python/swiftclient-$(PYV)
   331 depend type=group fmri=library/python/swiftclient-$(PYV)
   332 
   332 
   333 # force a dependency on babel; pkgdepend work is needed to flush this out.
       
   334 depend type=require fmri=library/python-2/babel-$(PYV)
       
   335 
       
   336 # force a dependency on greenlet; pkgdepend work is needed to flush this out.
       
   337 depend type=require fmri=library/python-2/greenlet-$(PYV)
       
   338 
       
   339 # force a dependency on kombu; pkgdepend work is needed to flush this out.
       
   340 depend type=require fmri=library/python-2/kombu-$(PYV)
       
   341 
       
   342 # force a dependency on lxml; pkgdepend work is needed to flush this out.
       
   343 depend type=require fmri=library/python-2/lxml-$(PYV)
       
   344 
       
   345 # force a dependency on netaddr; pkgdepend work is needed to flush this out.
       
   346 depend type=require fmri=library/python-2/netaddr-$(PYV)
       
   347 
       
   348 # force a dependency on paste.deploy; pkgdepend work is needed to flush this
       
   349 # out.
       
   350 depend type=require fmri=library/python-2/paste.deploy-$(PYV)
       
   351 
       
   352 # force a dependency on pyyaml; pkgdepend work is needed to flush this out.
   333 # force a dependency on pyyaml; pkgdepend work is needed to flush this out.
   353 depend type=require fmri=library/python-2/pyyaml-$(PYV)
   334 depend type=require fmri=library/python-2/pyyaml-$(PYV)
   354 
   335 
   355 # force a dependency on requests; pkgdepend work is needed to flush this out.
   336 # force a dependency on babel; pkgdepend work is needed to flush this out.
   356 depend type=require fmri=library/python-2/requests-$(PYV)
   337 depend type=require fmri=library/python/babel-$(PYV)
   357 
   338 
   358 # force a dependency on routes; pkgdepend work is needed to flush this out.
   339 # force a dependency on greenlet; pkgdepend work is needed to flush this out.
   359 depend type=require fmri=library/python-2/routes-$(PYV)
   340 depend type=require fmri=library/python/greenlet-$(PYV)
   360 
       
   361 # force a dependency on sqlalchemy; pkgdepend work is needed to flush this out.
       
   362 depend type=require fmri=library/python-2/sqlalchemy-$(PYV)
       
   363 
       
   364 # force a dependency on webob; pkgdepend work is needed to flush this out.
       
   365 depend type=require fmri=library/python-2/webob-$(PYV)
       
   366 
   341 
   367 # force a dependency on iso8601; pkgdepend work is needed to flush this out.
   342 # force a dependency on iso8601; pkgdepend work is needed to flush this out.
   368 depend type=require fmri=library/python/iso8601-$(PYV)
   343 depend type=require fmri=library/python/iso8601-$(PYV)
   369 
   344 
   370 # force a dependency on keystoneclient; pkgdepend work is needed to flush this
   345 # force a dependency on keystoneclient; pkgdepend work is needed to flush this
   371 # out.
   346 # out.
   372 depend type=require fmri=library/python/keystoneclient-$(PYV)
   347 depend type=require fmri=library/python/keystoneclient-$(PYV)
   373 
   348 
       
   349 # force a dependency on kombu; pkgdepend work is needed to flush this out.
       
   350 depend type=require fmri=library/python/kombu-$(PYV)
       
   351 
       
   352 # force a dependency on lxml; pkgdepend work is needed to flush this out.
       
   353 depend type=require fmri=library/python/lxml-$(PYV)
       
   354 
       
   355 # force a dependency on netaddr; pkgdepend work is needed to flush this out.
       
   356 depend type=require fmri=library/python/netaddr-$(PYV)
       
   357 
   374 # force a dependency on novaclient; pkgdepend work is needed to flush this out.
   358 # force a dependency on novaclient; pkgdepend work is needed to flush this out.
   375 depend type=require fmri=library/python/novaclient-$(PYV)
   359 depend type=require fmri=library/python/novaclient-$(PYV)
   376 
   360 
       
   361 # force a dependency on paste.deploy; pkgdepend work is needed to flush this
       
   362 # out.
       
   363 depend type=require fmri=library/python/paste.deploy-$(PYV)
       
   364 
   377 # force a dependency on pbr; pkgdepend work is needed to flush this out.
   365 # force a dependency on pbr; pkgdepend work is needed to flush this out.
   378 depend type=require fmri=library/python/pbr-$(PYV)
   366 depend type=require fmri=library/python/pbr-$(PYV)
   379 
   367 
       
   368 # force a dependency on requests; pkgdepend work is needed to flush this out.
       
   369 depend type=require fmri=library/python/requests-$(PYV)
       
   370 
       
   371 # force a dependency on routes; pkgdepend work is needed to flush this out.
       
   372 depend type=require fmri=library/python/routes-$(PYV)
       
   373 
   380 # force a dependency on six; pkgdepend work is needed to flush this out.
   374 # force a dependency on six; pkgdepend work is needed to flush this out.
   381 depend type=require fmri=library/python/six-$(PYV)
   375 depend type=require fmri=library/python/six-$(PYV)
       
   376 
       
   377 # force a dependency on sqlalchemy; pkgdepend work is needed to flush this out.
       
   378 depend type=require fmri=library/python/sqlalchemy-$(PYV)
       
   379 
       
   380 # force a dependency on webob; pkgdepend work is needed to flush this out.
       
   381 depend type=require fmri=library/python/webob-$(PYV)