nova-cert.xml revision 3998
418N/A<?xml version="1.0" ?>
418N/A<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
605N/A<!--
418N/A Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
605N/A
418N/A Licensed under the Apache License, Version 2.0 (the "License"); you may
418N/A not use this file except in compliance with the License. You may obtain
418N/A a copy of the License at
418N/A
418N/A http://www.apache.org/licenses/LICENSE-2.0
418N/A
418N/A Unless required by applicable law or agreed to in writing, software
418N/A distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
418N/A WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
418N/A License for the specific language governing permissions and limitations
418N/A under the License.
418N/A
418N/A NOTE: This service manifest is not editable; its contents will
418N/A be overwritten by package or patch operations, including
418N/A operating system upgrade. Make customizations in a different
418N/A file.
418N/A-->
418N/A<service_bundle type="manifest" name="nova-cert">
418N/A
418N/A <service version="1" type="service"
418N/A name="application/openstack/nova/nova-cert">
418N/A
418N/A <dependency name='multiuser' grouping='require_all' restart_on='error'
418N/A type='service'>
418N/A <service_fmri value='svc:/milestone/multi-user:default' />
418N/A </dependency>
418N/A
418N/A <dependency name='upgrade' grouping='require_all' restart_on='none'
418N/A type='service'>
418N/A <service_fmri
493N/A value='svc:/application/openstack/nova/nova-upgrade' />
418N/A </dependency>
418N/A
605N/A <dependency name='conductor' grouping='optional_all' restart_on='error'
418N/A type='service'>
418N/A <service_fmri value='svc:/application/openstack/nova/nova-conductor' />
553N/A </dependency>
418N/A
553N/A <dependency name='ntp' grouping='optional_all' restart_on='none'
553N/A type='service'>
553N/A <service_fmri value='svc:/network/ntp'/>
553N/A </dependency>
418N/A
418N/A <dependency name='rabbitmq' grouping='optional_all' restart_on='none'
418N/A type='service'>
418N/A <service_fmri value='svc:/network/amqp/rabbitmq'/>
418N/A </dependency>
418N/A
418N/A <logfile_attributes permissions='600'/>
418N/A
493N/A <exec_method timeout_seconds="60" type="method" name="start"
493N/A exec="/lib/svc/method/nova-cert %m">
418N/A <method_context>
418N/A <method_credential user='nova' group='nova' />
418N/A </method_context>
418N/A </exec_method>
418N/A <exec_method timeout_seconds="60" type="method" name="stop"
418N/A exec=":kill"/>
418N/A
418N/A <instance name='default' enabled='false'>
418N/A <!-- to start/stop/refresh the service -->
418N/A <property_group name='general' type='framework'>
493N/A <propval name='action_authorization' type='astring'
418N/A value='solaris.smf.manage.nova' />
418N/A <propval name='value_authorization' type='astring'
418N/A value='solaris.smf.value.nova' />
418N/A </property_group>
418N/A </instance>
418N/A
493N/A <template>
418N/A <common_name>
418N/A <loctext xml:lang="C">
OpenStack Nova Cert Service
</loctext>
</common_name>
<description>
<loctext xml:lang="C">
nova-cert is a service that supports the Nova Cert service for
X509 certificates. Used to generate certificates for
euca-bundle-image. Only needed for EC2 API.
</loctext>
</description>
</template>
</service>
</service_bundle>