Cross Reference: cinder-scheduler.xml
xref
: /
solaris-userland-s11u3
/
components
/
openstack
/
cinder
/
files
/
cinder-scheduler.xml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
cinder-scheduler.xml revision 2900
261
N/A
<?
xml
version=
"1.0"
?>
261
N/A
<!
DOCTYPE
service_bundle
SYSTEM
'/
usr
/
share
/
lib
/
xml
/
dtd
/
service_bundle.dtd.1
'
>
261
N/A
<!--
261
N/A
Copyright (c) 2013, 2014, Oracle
and
/
or
its affiliates. All rights reserved.
261
N/A
261
N/A
Licensed under the Apache License, Version 2.0 (the "License"); you may
261
N/A
not use this file except in compliance with the License. You may obtain
261
N/A
a copy of the License at
261
N/A
261
N/A
http://www.apache.org/licenses/LICENSE-2.0
261
N/A
261
N/A
Unless required by applicable law or agreed to in writing, software
261
N/A
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
261
N/A
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
261
N/A
License for the specific language governing permissions and limitations
261
N/A
under the License.
261
N/A
261
N/A
NOTE: This service manifest is not editable; its contents will
261
N/A
be overwritten by package or patch operations, including
261
N/A
operating system upgrade. Make customizations in a different
261
N/A
file.
261
N/A
-->
261
N/A
<
service_bundle
type=
"manifest"
name=
"cinder-scheduler"
>
261
N/A
261
N/A
<
service
version=
"1"
type=
"service"
261
N/A
name=
"
application
/
openstack
/
cinder
/
cinder-scheduler
"
>
261
N/A
261
N/A
<
dependency
name=
'multiuser'
grouping=
'require_all'
restart_on=
'error'
261
N/A
type=
'service'
>
261
N/A
<
service_fmri
value=
'svc:/
milestone
/
multi-user
:default'
/>
261
N/A
</
dependency
>
261
N/A
261
N/A
<!-- create a dependency on the cinder_db service so the cinder
261
N/A
services do not collide when creating the database -->
261
N/A
<
dependency
name=
'cinder_db'
grouping=
'optional_all'
restart_on=
'error'
261
N/A
type=
'service'
>
261
N/A
<
service_fmri
value=
'svc:/
application
/
openstack
/
cinder
/
cinder-db
'
/>
261
N/A
</
dependency
>
261
N/A
261
N/A
<
dependency
name=
'ntp'
grouping=
'optional_all'
restart_on=
'none'
261
N/A
type=
'service'
>
261
N/A
<
service_fmri
value=
'svc:/
network
/
ntp
'
/>
261
N/A
</
dependency
>
261
N/A
261
N/A
<
logfile_attributes
permissions=
'600'
/>
261
N/A
261
N/A
<
exec_method
timeout_seconds=
"60"
type=
"method"
name=
"start"
261
N/A
exec=
"/
lib
/
svc
/
method
/
cinder-scheduler
%m"
>
261
N/A
<
method_context
>
261
N/A
<
method_credential
user=
'cinder'
group=
'cinder'
/>
261
N/A
</
method_context
>
261
N/A
</
exec_method
>
261
N/A
<
exec_method
timeout_seconds=
"60"
type=
"method"
name=
"stop"
261
N/A
exec=
":kill"
/>
261
N/A
261
N/A
<
instance
name=
'default'
enabled=
'false'
>
261
N/A
<!-- to
start
/
stop
/
refresh
the service -->
261
N/A
<
property_group
name=
'general'
type=
'framework'
>
261
N/A
<
propval
name=
'action_authorization'
type=
'astring'
261
N/A
value=
'
solaris.smf.manage.cinder
'
/>
261
N/A
<
propval
name=
'value_authorization'
type=
'astring'
261
N/A
value=
'
solaris.smf.value.cinder
'
/>
261
N/A
</
property_group
>
261
N/A
</
instance
>
261
N/A
261
N/A
<
template
>
261
N/A
<
common_name
>
261
N/A
<
loctext
xml
:
lang=
"C"
>
261
N/A
OpenStack Cinder Scheduler Service
261
N/A
</
loctext
>
261
N/A
</
common_name
>
261
N/A
<
description
>
261
N/A
<
loctext
xml
:
lang=
"C"
>
261
N/A
cinder-scheduler picks a cinder-volume node to host the block storage
261
N/A
requested by the OpenStack Compute service.
261
N/A
</
loctext
>
261
N/A
</
description
>
261
N/A
</
template
>
261
N/A
</
service
>
261
N/A
</
service_bundle
>
261
N/A