Project

General

Profile

action #15136

Updated by okurz about 6 years ago

## Motivation 

 test install over SMB repositories 

 ## Acceptance criteria 
 * **AC1:** We have at least one installation scenario installing from a repository shared over SMB on both osd as well as o3 

 ## Tasks 

 The only missing part is tests on o3 needing a SMB server as we already have on osd. We could be messy and apply what we have on osd or do it the right way and use salt recipes. But so far o3 has salt installed but does not seem to use it itself. 

 ## further details 

 ### /etc/samba/smb.conf from osd 

 ``` 
 [global] 
	 workgroup = openqa.suse.de 
	 passdb backend = tdbsam 
	 printing = cups 
	 printcap name = cups 
	 printcap cache time = 750 
	 cups options = raw 
	 map to guest = Bad User 
	 logon path = \\%L\profiles\.msprofile 
	 logon home = \\%L\%U\.9xprofile 
	 logon drive = P: 
	 usershare allow guests = No 
	 add machine script = /usr/sbin/useradd    -c Machine -d /var/lib/nobody -s /bin/false %m$ 
	 domain logons = No 
	 domain master = No 
	 security = user 
	 wins support = No 
 [inst] 
	 comment = openqa assets 
	 guest ok = Yes 
	 inherit acls = Yes 
	 path = /var/lib/openqa/factory/repo/ 
	 read only = Yes 
 ``` 


 ### Original proposal: different alternatives 

 * check SMB testsuite in SLEnkins (@mawerner, @theheijk) 
 * add https/smb/nfs support to openqa.suse.de (run the corresponding servers there) 
 * test against dist.suse.de already offering smb. As builds are not preserved on dist we would need to restrict this to milestone builds

Back