components/openstack/cloudbase-init/files/cloudbase-init.stencil
author Sean Wilcox <sean.wilcox@oracle.com>
Fri, 24 Mar 2017 14:28:46 -0600
changeset 7799 e35d3ee6d1b8
permissions -rw-r--r--
PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive 25615046 cloudbase-init should support configdrive on solaris 25027429 Enable cloudbase-init debug in config file
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7799
e35d3ee6d1b8 PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive
Sean Wilcox <sean.wilcox@oracle.com>
parents:
diff changeset
     1
# This file is generated via SMF, and configuration should be changed by
e35d3ee6d1b8 PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive
Sean Wilcox <sean.wilcox@oracle.com>
parents:
diff changeset
     2
# setting or updating properties in the cloudbase-init:default service:instance.
e35d3ee6d1b8 PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive
Sean Wilcox <sean.wilcox@oracle.com>
parents:
diff changeset
     3
# Any modifications to this file will be overwritten on the next start of the
e35d3ee6d1b8 PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive
Sean Wilcox <sean.wilcox@oracle.com>
parents:
diff changeset
     4
# cloudbase-init.
e35d3ee6d1b8 PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive
Sean Wilcox <sean.wilcox@oracle.com>
parents:
diff changeset
     5
#
e35d3ee6d1b8 PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive
Sean Wilcox <sean.wilcox@oracle.com>
parents:
diff changeset
     6
# For example to turn on debugging do the following :
e35d3ee6d1b8 PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive
Sean Wilcox <sean.wilcox@oracle.com>
parents:
diff changeset
     7
#	svccfg -s cloudbase-init:default setprop config/debug = boolean: true
e35d3ee6d1b8 PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive
Sean Wilcox <sean.wilcox@oracle.com>
parents:
diff changeset
     8
#	svcadm refresh cloudbase-init
e35d3ee6d1b8 PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive
Sean Wilcox <sean.wilcox@oracle.com>
parents:
diff changeset
     9
e35d3ee6d1b8 PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive
Sean Wilcox <sean.wilcox@oracle.com>
parents:
diff changeset
    10
[DEFAULT]
e35d3ee6d1b8 PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive
Sean Wilcox <sean.wilcox@oracle.com>
parents:
diff changeset
    11
; add any properties and their values that are in the config property group.
e35d3ee6d1b8 PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive
Sean Wilcox <sean.wilcox@oracle.com>
parents:
diff changeset
    12
$%/config/(.*)/ {
e35d3ee6d1b8 PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive
Sean Wilcox <sean.wilcox@oracle.com>
parents:
diff changeset
    13
$%1 = $%{config/$%1}
e35d3ee6d1b8 PSARC 2017/039 cloudbase-init: Portable cloud image initialization with ConfigDrive
Sean Wilcox <sean.wilcox@oracle.com>
parents:
diff changeset
    14
}