Skip to content

Commit 2668fc2

Browse files
committed
Fixed integration test builds
Next round of fixes for integration tests. Missing or wrong service activations
1 parent 6b2e8fa commit 2668fc2

File tree

4 files changed

+9
-22
lines changed

4 files changed

+9
-22
lines changed

build-tests/x86/tumbleweed/test-image-azure/config.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,3 @@ sed -i 's/# download.use_deltarpm = true/download.use_deltarpm = false/' /etc/zy
7272
systemctl enable sshd
7373
systemctl enable haveged
7474
systemctl enable waagent
75-
systemctl enable boot.lvm
76-
systemctl enable boot.md
77-
systemctl enable display-manager
78-
systemctl enable kbd
79-
systemctl enable smartd

build-tests/x86/tumbleweed/test-image-ec2/config.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,3 @@ systemctl enable cloud-config
4646
systemctl enable cloud-final
4747
systemctl enable haveged
4848
systemctl enable sshd
49-
systemctl enable boot.efivars
50-
systemctl enable boot.lvm
51-
systemctl enable boot.md
52-
systemctl enable boot.multipath
53-
systemctl enable kbd
54-
systemctl enable acpid

build-tests/x86/tumbleweed/test-image-gce/appliance.kiwi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@
121121
<package name="growpart"/>
122122
<package name="python-gcemetadata"/>
123123
<package name="timezone"/>
124+
<package name="google-guest-agent"/>
125+
<package name="google-guest-configs"/>
126+
<package name="google-guest-oslogin"/>
127+
<package name="google-osconfig-agent"/>
124128
</packages>
125129
<packages type="bootstrap">
126130
<package name="dracut"/>

build-tests/x86/tumbleweed/test-image-gce/config.sh

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,10 @@ sed -i 's/# download.use_deltarpm = true/download.use_deltarpm = false/' \
6767
# Activate services
6868
#--------------------------------------
6969
systemctl enable sshd
70-
systemctl enable google-accounts-daemon
71-
systemctl enable google-clock-skew-daemon
72-
systemctl enable google-instance-setup
73-
systemctl enable google-network-daemon
74-
systemctl enable google-shutdown-scripts
75-
systemctl enable google-startup-scripts
7670
systemctl enable haveged
77-
systemctl enable ntpd
7871
systemctl enable rootgrow
79-
systemctl enable boot.lvm
80-
systemctl enable boot.md
81-
systemctl enable display-manager
82-
systemctl enable kbd
72+
systemctl enable google-guest-agent
73+
systemctl enable google-osconfig-agent
74+
systemctl enable google-oslogin-cache.timer
75+
systemctl enable google-shutdown-scripts
76+
systemctl enable google-startup-scripts

0 commit comments

Comments
 (0)