components/openstack/heat/files/heat-api-cloudwatch.xml
branchs11-update
changeset 4072 db0cec748ec0
parent 3320 f9d413d0e202
child 4476 230dcd277ef6
equal deleted inserted replaced
4067:4be1f488dda8 4072:db0cec748ec0
     1 <?xml version="1.0" ?>
     1 <?xml version="1.0" ?>
     2 <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
     2 <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
     3 <!--
     3 <!--
     4  Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     4  Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
     5 
     5 
     6  Licensed under the Apache License, Version 2.0 (the "License"); you may
     6  Licensed under the Apache License, Version 2.0 (the "License"); you may
     7  not use this file except in compliance with the License. You may obtain
     7  not use this file except in compliance with the License. You may obtain
     8  a copy of the License at
     8  a copy of the License at
     9 
     9 
    28     <dependency name='multiuser' grouping='require_all' restart_on='error'
    28     <dependency name='multiuser' grouping='require_all' restart_on='error'
    29       type='service'>
    29       type='service'>
    30       <service_fmri value='svc:/milestone/multi-user:default' />
    30       <service_fmri value='svc:/milestone/multi-user:default' />
    31     </dependency>
    31     </dependency>
    32 
    32 
       
    33     <dependency name='upgrade' grouping='require_all' restart_on='none'
       
    34       type='service'>
       
    35       <service_fmri value='svc:/application/openstack/heat/heat-upgrade' />
       
    36     </dependency>
       
    37 
    33     <!-- create a dependency on the heat_db service so the Heat
    38     <!-- create a dependency on the heat_db service so the Heat
    34          services do not collide when creating the database -->
    39          services do not collide when creating the database -->
    35     <dependency name='heat_db' grouping='optional_all' restart_on='error'
    40     <dependency name='heat_db' grouping='optional_all' restart_on='error'
    36       type='service'>
    41       type='service'>
    37       <service_fmri value='svc:/application/openstack/heat/heat-db'/>
    42       <service_fmri value='svc:/application/openstack/heat/heat-db'/>
    38     </dependency>
    43     </dependency>
    39 
    44 
    40     <dependency name='ntp' grouping='optional_all' restart_on='none'
    45     <dependency name='ntp' grouping='optional_all' restart_on='none'
    41       type='service'>
    46       type='service'>
    42       <service_fmri value='svc:/network/ntp'/>
    47       <service_fmri value='svc:/network/ntp'/>
       
    48     </dependency>
       
    49 
       
    50     <dependency name='rabbitmq' grouping='optional_all' restart_on='none'
       
    51       type='service'>
       
    52       <service_fmri value='svc:/network/amqp/rabbitmq'/>
    43     </dependency>
    53     </dependency>
    44 
    54 
    45     <logfile_attributes permissions='600'/>
    55     <logfile_attributes permissions='600'/>
    46 
    56 
    47     <exec_method timeout_seconds="60" type="method" name="start"
    57     <exec_method timeout_seconds="60" type="method" name="start"