Cross Reference: heat-upgrade.xml
xref
: /
solaris-userland-s11u3
/
components
/
openstack
/
heat
/
files
/
heat-upgrade.xml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
4070
N/A
<?
xml
version=
"1.0"
?>
4070
N/A
<!
DOCTYPE
service_bundle
SYSTEM
'/
usr
/
share
/
lib
/
xml
/
dtd
/
service_bundle.dtd.1
'
>
4070
N/A
<!--
4070
N/A
Copyright (c) 2015, Oracle
and
/
or
its affiliates. All rights reserved.
4070
N/A
4070
N/A
Licensed under the Apache License, Version 2.0 (the "License"); you may
4070
N/A
not use this file except in compliance with the License. You may obtain
4070
N/A
a copy of the License at
4070
N/A
4070
N/A
http://www.apache.org/licenses/LICENSE-2.0
4070
N/A
4070
N/A
Unless required by applicable law or agreed to in writing, software
4070
N/A
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
4070
N/A
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
4070
N/A
License for the specific language governing permissions and limitations
4070
N/A
under the License.
4070
N/A
4070
N/A
NOTE: This service manifest is not editable; its contents will
4070
N/A
be overwritten by package or patch operations, including
4070
N/A
operating system upgrade. Make customizations in a different
4070
N/A
file.
4070
N/A
-->
4070
N/A
<
service_bundle
type=
"manifest"
name=
"heat"
>
4070
N/A
4070
N/A
<
service
version=
"1"
type=
"service"
4070
N/A
name=
"
application
/
openstack
/
heat
/
heat-upgrade
"
>
4070
N/A
4070
N/A
<
dependency
name=
'multiuser'
grouping=
'require_all'
restart_on=
'error'
4070
N/A
type=
'service'
>
4070
N/A
<
service_fmri
value=
'svc:/
milestone
/
multi-user
:default'
/>
4070
N/A
</
dependency
>
4070
N/A
4070
N/A
<
logfile_attributes
permissions=
'600'
/>
4070
N/A
4070
N/A
<
exec_method
timeout_seconds=
"300"
type=
"method"
name=
"start"
4070
N/A
exec=
"/
lib
/
svc
/
method
/
heat-upgrade
%m"
>
4070
N/A
<
method_context
>
4070
N/A
<
method_credential
user=
'heat'
group=
'heat'
/>
4070
N/A
</
method_context
>
4070
N/A
</
exec_method
>
4070
N/A
<
exec_method
timeout_seconds=
"60"
type=
"method"
name=
"stop"
4070
N/A
exec=
":true"
/>
4070
N/A
4070
N/A
<
property_group
type=
"framework"
name=
"startd"
>
4070
N/A
<
propval
type=
"astring"
name=
"duration"
value=
"transient"
/>
4070
N/A
</
property_group
>
4070
N/A
4070
N/A
<
instance
name=
'default'
enabled=
'true'
>
4070
N/A
<!-- to
start
/
stop
/
refresh
the service -->
4070
N/A
<
property_group
name=
'general'
type=
'framework'
>
4070
N/A
<
propval
name=
'action_authorization'
type=
'astring'
4070
N/A
value=
'
solaris.smf.manage.heat
'
/>
4070
N/A
<
propval
name=
'value_authorization'
type=
'astring'
4070
N/A
value=
'
solaris.smf.value.heat
'
/>
4070
N/A
</
property_group
>
4070
N/A
4070
N/A
<
property_group
name=
"config"
type=
"application"
>
4070
N/A
<
propval
type=
"astring"
name=
"upgrade-id"
value=
""
/>
4070
N/A
<
propval
name=
'value_authorization'
type=
'astring'
4070
N/A
value=
'
solaris.smf.value.heat
'
/>
4070
N/A
</
property_group
>
4070
N/A
4070
N/A
</
instance
>
4070
N/A
4070
N/A
<
template
>
4070
N/A
<
common_name
>
4070
N/A
<
loctext
xml
:
lang=
"C"
>
4070
N/A
OpenStack Heat Upgrade Service
4070
N/A
</
loctext
>
4070
N/A
</
common_name
>
4070
N/A
<
description
>
4070
N/A
<
loctext
xml
:
lang=
"C"
>
4070
N/A
heat-upgrade is a transient service to upgrade the Heat
4070
N/A
configuration across major release version changes.
4070
N/A
</
loctext
>
4070
N/A
</
description
>
4070
N/A
</
template
>
4070
N/A
</
service
>
4070
N/A
</
service_bundle
>