<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba-integration.git/vagrant/Makefile, branch master</title>
<subtitle>Integration tests for Samba and Gluster</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/'/>
<entry>
<title>Fix make clean</title>
<updated>2021-04-22T12:03:27+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2021-04-22T09:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=c5d986cad663073f2b460717154622122b80ff57'/>
<id>c5d986cad663073f2b460717154622122b80ff57</id>
<content type='text'>
The last update to add make clean introduced errors. We cannot clean the
Vagrantfile before calling vagrant destroy.

This fixes the regressions introduced by that update.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The last update to add make clean introduced errors. We cannot clean the
Vagrantfile before calling vagrant destroy.

This fixes the regressions introduced by that update.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add make clean to Makefile</title>
<updated>2021-04-16T12:43:53+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2021-04-14T17:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=04faa3494e8aa594cde138e2f9b2ef3ee064f2c6'/>
<id>04faa3494e8aa594cde138e2f9b2ef3ee064f2c6</id>
<content type='text'>
Allow users to remove temporary files with make clean

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow users to remove temporary files with make clean

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Split out running tests from setup of client machines</title>
<updated>2020-05-18T11:05:50+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2020-05-17T01:05:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=479b4e9cf1a93eaf6d169d840c339c6dfce84f64'/>
<id>479b4e9cf1a93eaf6d169d840c339c6dfce84f64</id>
<content type='text'>
At the moment we run the tests in the same playbook as setting up of the
client machines. With this patch we separate out these two distinct
processes.

This will also allow easier development of tests as it reduces the time
required to run the tests on an existing environment.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At the moment we run the tests in the same playbook as setting up of the
client machines. With this patch we separate out these two distinct
processes.

This will also allow easier development of tests as it reduces the time
required to run the tests on an existing environment.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Take extra environmental variable EXTRA_VARS</title>
<updated>2020-05-18T11:05:50+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2020-05-16T20:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=9d1638757ddab05ebaca2248c28fd57830a2c4f4'/>
<id>9d1638757ddab05ebaca2248c28fd57830a2c4f4</id>
<content type='text'>
To allow users to override variables used in the ansible playbooks. This
at the moment is only used for test_repo and test_repo_branch to allow
users to specify the repo and branch to used to run their test.

Extra variables specified in the form
EXTRA_VARS="test_repo=https://github.com/spuiuk/samba-integration.git test_repo_branch=tests-consistency_check" make setup.site

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To allow users to override variables used in the ansible playbooks. This
at the moment is only used for test_repo and test_repo_branch to allow
users to specify the repo and branch to used to run their test.

Extra variables specified in the form
EXTRA_VARS="test_repo=https://github.com/spuiuk/samba-integration.git test_repo_branch=tests-consistency_check" make setup.site

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add target to call tests using ssh</title>
<updated>2020-05-07T17:54:20+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2020-05-07T10:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=c594b2d40eef33871e560eb92ab827845478c1c6'/>
<id>c594b2d40eef33871e560eb92ab827845478c1c6</id>
<content type='text'>
Can be used by to manually re-run tests.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Can be used by to manually re-run tests.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Call site.yml instead of cluster-setup.yml</title>
<updated>2020-05-07T15:00:58+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2020-05-07T09:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=daf3ca06e8b3f48f87900e5798ba890a079f0e46'/>
<id>daf3ca06e8b3f48f87900e5798ba890a079f0e46</id>
<content type='text'>
site.yml is used to create both client and cluster machines.
The previous patch introduced a regression which meant the client vms
are not setup.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
site.yml is used to create both client and cluster machines.
The previous patch introduced a regression which meant the client vms
are not setup.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix calling ssh in the Makefile</title>
<updated>2020-05-05T23:28:58+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2020-05-05T22:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=7970eab3b6569d8bf4e43d48237a2c57bf67eae6'/>
<id>7970eab3b6569d8bf4e43d48237a2c57bf67eae6</id>
<content type='text'>
By accident an ssh command using /root/.vagrant.d/insecure_private_key
was commited into the tree. Fix this by using the pre-created
ssh-config-host.

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By accident an ssh command using /root/.vagrant.d/insecure_private_key
was commited into the tree. Fix this by using the pre-created
ssh-config-host.

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Call ansible scripts on setup using ssh</title>
<updated>2020-05-05T14:22:47+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2020-04-23T16:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=a4121d111f1ada17184d623e4e9d2715b941304f'/>
<id>a4121d111f1ada17184d623e4e9d2715b941304f</id>
<content type='text'>
This allows callers to follow the status as the commands are executed on
setup.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows callers to follow the status as the commands are executed on
setup.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all nodes before starting the install process</title>
<updated>2020-04-07T14:04:36+00:00</updated>
<author>
<name>Sachin Prabhu</name>
<email>sprabhu@redhat.com</email>
</author>
<published>2020-03-31T14:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=8c756f44ef1fbcafdc31ab79b820bdd190862a98'/>
<id>8c756f44ef1fbcafdc31ab79b820bdd190862a98</id>
<content type='text'>
Present the setup scripts with completely updated hosts.
Updating in parallel will also speed up the install process.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Present the setup scripts with completely updated hosts.
Updating in parallel will also speed up the install process.

Signed-off-by: Sachin Prabhu &lt;sprabhu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add separate setup.prep.copy target to only start prep from copying</title>
<updated>2020-03-25T21:32:23+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2020-03-24T22:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/anoopcs/public_git/samba-integration.git/commit/?id=2382bfc4195db2c0173064218717b6583bc0ea45'/>
<id>2382bfc4195db2c0173064218717b6583bc0ea45</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
