nova-cert.xml revision 4474
70N/A<?xml version="1.0" ?>
70N/A<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
1104N/A<!--
70N/A Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
70N/A
919N/A Licensed under the Apache License, Version 2.0 (the "License"); you may
919N/A not use this file except in compliance with the License. You may obtain
919N/A a copy of the License at
919N/A
919N/A http://www.apache.org/licenses/LICENSE-2.0
919N/A
919N/A Unless required by applicable law or agreed to in writing, software
919N/A distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
919N/A WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
919N/A License for the specific language governing permissions and limitations
919N/A under the License.
919N/A
919N/A NOTE: This service manifest is not editable; its contents will
919N/A be overwritten by package or patch operations, including
919N/A operating system upgrade. Make customizations in a different
919N/A file.
919N/A-->
70N/A<service_bundle type="manifest" name="nova-cert">
70N/A
70N/A <service version="1" type="service"
70N/A name="application/openstack/nova/nova-cert">
851N/A
851N/A <dependency name='multiuser' grouping='require_all' restart_on='error'
851N/A type='service'>
851N/A <service_fmri value='svc:/milestone/multi-user:default' />
851N/A </dependency>
98N/A
551N/A <dependency name='upgrade' grouping='require_all' restart_on='none'
321N/A type='service'>
321N/A <service_fmri
550N/A value='svc:/application/openstack/nova/nova-upgrade' />
550N/A </dependency>
213N/A
649N/A <dependency name='conductor' grouping='optional_all' restart_on='error'
304N/A type='service'>
530N/A <service_fmri value='svc:/application/openstack/nova/nova-conductor' />
425N/A </dependency>
425N/A
325N/A <dependency name='ntp' grouping='optional_all' restart_on='none'
493N/A type='service'>
536N/A <service_fmri value='svc:/network/ntp'/>
456N/A </dependency>
320N/A
332N/A <dependency name='rabbitmq' grouping='optional_all' restart_on='none'
501N/A type='service'>
231N/A <service_fmri value='svc:/application/rabbitmq'/>
550N/A </dependency>
347N/A
532N/A <logfile_attributes permissions='600'/>
463N/A
493N/A <exec_method timeout_seconds="60" type="method" name="start"
425N/A exec="/lib/svc/method/nova-cert %m">
493N/A <method_context>
791N/A <method_credential user='nova' group='nova' />
472N/A </method_context>
324N/A </exec_method>
347N/A <exec_method timeout_seconds="60" type="method" name="stop"
310N/A exec=":kill"/>
316N/A
474N/A <instance name='default' enabled='false'>
290N/A <!-- to start/stop/refresh the service -->
332N/A <property_group name='general' type='framework'>
464N/A <propval name='action_authorization' type='astring'
332N/A value='solaris.smf.manage.nova' />
509N/A <propval name='value_authorization' type='astring'
835N/A value='solaris.smf.value.nova' />
835N/A </property_group>
332N/A </instance>
210N/A
493N/A <template>
792N/A <common_name>
128N/A <loctext xml:lang="C">
414N/A OpenStack Nova Cert Service
484N/A </loctext>
326N/A </common_name>
493N/A <description>
335N/A <loctext xml:lang="C">
493N/A nova-cert is a service that supports the Nova Cert service for
493N/A X509 certificates. Used to generate certificates for
729N/A euca-bundle-image. Only needed for EC2 API.
425N/A </loctext>
370N/A </description>
70N/A </template>
400N/A </service>
294N/A</service_bundle>
435N/A