<div dir="ltr"><div><div>Hi all,<br></div>I installed yesterday a fresh Jenkins VM in the PHX datacenter at <a href="http://jenkins.phx.ovirt.org" target="_blank">jenkins.phx.ovirt.org</a> running centos 7.2, few details:<br></div><div>1. It is puppetized, but still needs some verification[1], I was able to auto-generate the plugins list from <a href="http://jenkins.ovirt.org">jenkins.ovirt.org</a> into the puppet manifest, so it has exactly the same plugins installed. the concept might also work for future migrations we do between the instances.<br></div><div>2. the jenkins data directory is 500gb configured with lvm and xfs. I was able to do &quot;live&quot; storage incrase by adding a new volume to the LVM group in the following procedure:<br><ul><li> created new virtio volume in the VM from phx-engine<br></li><li> fdisk /dev/vdd then: n -&gt; p -&gt; 1 -&gt; enter -&gt; enter -&gt; t -&gt; 8e -&gt; w</li><li> vgextend jenkins_lvm /dev/vdd1</li><li> lvextend /dev/mapper/jenkins_lvm-data -L28G</li><li> xfs_growfs /dev/mapper/jenkins_lvm-data</li></ul><p>I was unable to increase the volume size from the engine, and then increase the partition size(only create a new partition on the same volume with the new increased space in the volume), not sure if that is possible.<br></p><p>3. authentication - same as <a href="http://jenkins.ovirt.org">jenkins.ovirt.org</a> for now: self enrol and adding permissions(ping me)<br></p><p>4. there is much more configuration that needs to be done to make it functional, but i guess we can start by testing it :)<br></p></div><div>[1] <a href="https://gerrit.ovirt.org/#/c/53309/">https://gerrit.ovirt.org/#/c/53309/</a><br><br></div><div><br></div><div><br></div></div>