-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoyast_soc7-admin.xml
190 lines (179 loc) · 6.73 KB
/
autoyast_soc7-admin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<?xml version="1.0"?>
<!DOCTYPE profile>
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns" xmlns:xi="http://www.w3.org/2001/XInclude">
<general>
<mode>
<confirm config:type="boolean">false</confirm>
<second_stage config:type="boolean">true</second_stage>
<final_reboot config:type="boolean">true</final_reboot>
</mode>
</general>
<suse_register>
<do_registration config:type="boolean">true</do_registration>
<xi:include href="file:///autoyast_registration_email.xml"/>
<xi:include href="file:///autoyast_registration_code_sles.xml"/>
<install_updates config:type="boolean">true</install_updates>
<slp_discovery config:type="boolean">false</slp_discovery>
<addons config:type="list">
<addon>
<name>ses</name>
<version>4</version>
<arch>x86_64</arch>
<xi:include href="file:///autoyast_registration_code_ses.xml"/>
</addon>
<addon>
<name>suse-openstack-cloud</name>
<version>7</version>
<arch>x86_64</arch>
<xi:include href="file:///autoyast_registration_code_soc.xml"/>
</addon>
</addons>
</suse_register>
<keyboard>
<keymap>japanese</keymap>
</keyboard>
<language>
<language>en_US</language>
<languages>en_US</languages>
</language>
<networking>
<setup_before_proposal config:type="boolean">true</setup_before_proposal>
<dns>
<dhcp_hostname config:type="boolean">false</dhcp_hostname>
<domain>cloud.soc7.domain</domain>
<hostname>soc7-admin</hostname>
<nameservers config:type="list">
<nameserver>192.168.124.1</nameserver>
</nameservers>
<resolv_conf_policy>auto</resolv_conf_policy>
<searchlist config:type="list">
<search>cloud.soc7.domain</search>
</searchlist>
<write_hostname config:type="boolean">false</write_hostname>
</dns>
<interfaces config:type="list">
<interface>
<bootproto>static</bootproto>
<device>eth0</device>
<firewall>no</firewall>
<ipaddr>192.168.124.10</ipaddr>
<netmask>255.255.255.0</netmask>
<startmode>auto</startmode>
</interface>
</interfaces>
<ipv6 config:type="boolean">false</ipv6>
<routing>
<routes config:type="list">
<route>
<destination>default</destination>
<device>eth0</device>
<gateway>192.168.124.1</gateway>
<netmask>-</netmask>
</route>
</routes>
</routing>
</networking>
<partitioning config:type="list">
<drive>
<device>/dev/vda</device>
<initialize config:type="boolean">true</initialize>
<use>all</use>
<partitions config:type="list">
<partition>
<label>boot</label>
<mount>/boot</mount>
<mountby config:type="symbol">label</mountby>
<partition_type>primary</partition_type>
<size>auto</size>
<create>true</create>
</partition>
<partition>
<label>system</label>
<lvm_group>system</lvm_group>
<create config:type="boolean">true</create>
<partition_type>primary</partition_type>
<size>max</size>
</partition>
</partitions>
</drive>
<drive>
<device>/dev/system</device>
<initialize config:type="boolean">true</initialize>
<is_lvm_vg config:type="boolean">true</is_lvm_vg>
<partitions config:type="list">
<partition>
<label>swap</label>
<mountby config:type="symbol">label</mountby>
<filesystem config:type="symbol">swap</filesystem>
<lv_name>swap_lv</lv_name>
<size>auto</size>
<mount>swap</mount>
</partition>
<partition>
<label>root</label>
<mountby config:type="symbol">label</mountby>
<filesystem config:type="symbol">btrfs</filesystem>
<lv_name>root_lv</lv_name>
<mount>/</mount>
<size>max</size>
</partition>
</partitions>
<type config:type="symbol">CT_LVM</type>
<use>all</use>
</drive>
</partitioning>
<services-manager>
<default_target>multi-user</default_target>
<services>
<enable config:type="list">
<service>sshd</service>
</enable>
</services>
</services-manager>
<software>
<do_online_update config:type="boolean">true</do_online_update>
<install_recommended config:type="boolean">true</install_recommended>
<packages config:type="list">
<package>aaa_base-extras</package>
<package>bash-completion</package>
<package>iputils</package>
<package>less</package>
<package>openssh</package>
<package>screen</package>
<package>vim</package>
<package>yast2</package>
<package>yast2-ntp-client</package>
<package>yast2-smt</package>
</packages>
<patterns config:type="list">
<pattern>cloud_admin</pattern>
<pattern>smt</pattern>
</patterns>
</software>
<timezone>
<hwclock>UTC</hwclock>
<timezone>Asia/Tokyo</timezone>
</timezone>
<users config:type="list">
<user>
<username>root</username>
<user_password>root</user_password>
<encrypted config:type="boolean">false</encrypted>
</user>
<user>
<username>user</username>
<user_password>user</user_password>
<encrypted config:type="boolean">false</encrypted>
</user>
<user>
<username>foo</username>
<user_password>foo</user_password>
<encrypted config:type="boolean">false</encrypted>
</user>
<user>
<username>bar</username>
<user_password>bar</user_password>
<encrypted config:type="boolean">false</encrypted>
</user>
</users>
</profile>