components/openstack/nova/files/nova-novncproxy.xml
branchs11u2-sru
changeset 4156 4b1def16fe9b
parent 3178 77584387a894
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
     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) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
     4  Copyright (c) 2013, 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
       
    36         value='svc:/application/openstack/nova/nova-upgrade' />
       
    37     </dependency>
       
    38 
    33     <dependency name='ntp' grouping='optional_all' restart_on='none'
    39     <dependency name='ntp' grouping='optional_all' restart_on='none'
    34       type='service'>
    40       type='service'>
    35       <service_fmri value='svc:/network/ntp'/>
    41       <service_fmri value='svc:/network/ntp'/>
       
    42     </dependency>
       
    43 
       
    44     <dependency name='rabbitmq' grouping='optional_all' restart_on='none'
       
    45       type='service'>
       
    46       <service_fmri value='svc:/network/amqp/rabbitmq'/>
    36     </dependency>
    47     </dependency>
    37 
    48 
    38     <logfile_attributes permissions='600'/>
    49     <logfile_attributes permissions='600'/>
    39 
    50 
    40     <exec_method timeout_seconds="60" type="method" name="start"
    51     <exec_method timeout_seconds="60" type="method" name="start"
    54         <propval name='value_authorization' type='astring'
    65         <propval name='value_authorization' type='astring'
    55                  value='solaris.smf.value.nova' />
    66                  value='solaris.smf.value.nova' />
    56       </property_group>
    67       </property_group>
    57     </instance>
    68     </instance>
    58 
    69 
    59     <property_group type="framework" name="startd">
       
    60       <propval type="astring" name="duration" value="child"/>
       
    61     </property_group>
       
    62 
       
    63     <template>
    70     <template>
    64       <common_name>
    71       <common_name>
    65         <loctext xml:lang="C">
    72         <loctext xml:lang="C">
    66           Websocket noVNC Proxy for OpenStack Nova noVNC consoles.
    73           Websocket noVNC Proxy for OpenStack Nova noVNC consoles.
    67         </loctext>
    74         </loctext>