summaryrefslogtreecommitdiffstats
path: root/jenkins-scripts/create_jenkins_user.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-08-11Force useradd to use added groupAndrew Grimberg1-1/+1
Since we are now making sure that the jenkins group exists before the jenkins user is created (likely because of opensuse not autogenerating the group?) we now need to force the user addition to use the group Change-Id: Ie900348fc43bf6b8bc5ebad2d4820ae705e52da4 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-08-11Fix OS_USER home directoryAndrew Grimberg1-1/+1
Non-opensuse cloud users are rooted out of home since they aren't using root Change-Id: Ied20ea275a4f30b49251ea485c6a9eef02584e4d Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-08-10Add openSuSE imageVanessa Rene Valderrama1-1/+10
Configure baseline and basebuild scripts to build openSuSE packer images Configure Jenkins keys for openSuSE Add openSuSE as a Jenkins system type Change-Id: I69bdd265773fa9c50753179b0b3f0d214490b28e Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-09-23Jenkins spin-up scriptsAndrew Grimberg1-0/+41
Scripts used for Jenkins minion startup when used with OpenStack plugin managed minions Change-Id: I616222a0fab12d8f283b5e633a612551c0d5f313 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>