Skip to content

Commit 92f95a7

Browse files
authored
Merge pull request #25661 from rakoenig/poo201447
Add NTP to AutoYast configuration for agama
2 parents 7f81b4f + b8544e9 commit 92f95a7

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

data/yam/agama/auto/autoyast_supported.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ systemLog:
104104
</authorized_keys>
105105
</user>
106106
</users>
107+
<ntp-client>
108+
<ntp_servers config:type="list">
109+
<ntp_server>
110+
<address>3.suse.pool.ntp.org</address>
111+
<iburst config:type="boolean">true</iburst>
112+
</ntp_server>
113+
</ntp_servers>
114+
</ntp-client>
107115
<scripts>
108116
<pre-scripts config:type="list">
109117
<script>

schedule/yam/agama_autoyast_supported_qemu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ schedule:
1111
- yam/validate/validate_first_user
1212
- yam/validate/validate_deployed_files
1313
- console/verify_separate_home
14+
- yam/validate/validate_ntp

test_data/yam/agama_autoyast_supported.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ files:
88
mode: '644'
99
owner: 'root'
1010
sha256sum: 'c7ed38f682068cdacf04c61783c3bdf034cd8703de0aa6a0b8c6796f5be3e62b'
11+
ntp_servers:
12+
- 3.suse.pool.ntp.org

0 commit comments

Comments
 (0)