components/openstack/nova/nova.p5m
changeset 5279 6c696d36d952
parent 5195 694672bf3c17
child 5405 66fd59fecd68
equal deleted inserted replaced
5273:3ae19990a6f8 5279:6c696d36d952
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2016, 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/nova@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/cloud/openstack/nova@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="OpenStack Nova (Compute Service)"
    28 set name=pkg.summary value="OpenStack Nova (Compute Service)"
  1020 depend type=require fmri=system/library/install
  1020 depend type=require fmri=system/library/install
  1021 
  1021 
  1022 # force a dependency on rad-python; pkgdepend work is needed to flush this out.
  1022 # force a dependency on rad-python; pkgdepend work is needed to flush this out.
  1023 depend type=require fmri=system/management/rad/client/rad-python
  1023 depend type=require fmri=system/management/rad/client/rad-python
  1024 
  1024 
       
  1025 # force a dependency on rad-archivemgr
       
  1026 depend type=require fmri=system/management/rad/module/rad-archivemgr
       
  1027 
  1025 # force a dependency on rad-kstat
  1028 # force a dependency on rad-kstat
  1026 depend type=require fmri=system/management/rad/module/rad-kstat
  1029 depend type=require fmri=system/management/rad/module/rad-kstat
  1027 
  1030 
  1028 # force a dependency on rad-zonemgr
  1031 # force a dependency on rad-zonemgr
  1029 depend type=require fmri=system/management/rad/module/rad-zonemgr
  1032 depend type=require fmri=system/management/rad/module/rad-zonemgr