Re: [Xen-devel] [OSSTEST RFC 11/16] ts-centos-xen-pkg-install: Adjust daemons configuration

2017-12-07 Thread Ian Jackson
Anthony PERARD writes ("[OSSTEST RFC 11/16] ts-centos-xen-pkg-install: Adjust 
daemons configuration"):
> Ajust configuration of xenconsoled and libvirtd.

See my comments about ts-xen-install.  It already does this.  Please
don't duplicate things.

Thanks,
Ian.


___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [OSSTEST RFC 11/16] ts-centos-xen-pkg-install: Adjust daemons configuration

2017-12-06 Thread Anthony PERARD
Ajust configuration of xenconsoled and libvirtd.

Signed-off-by: Anthony PERARD 
---
 ts-centos-xen-pkg-install | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/ts-centos-xen-pkg-install b/ts-centos-xen-pkg-install
index e10456d..0327b72 100755
--- a/ts-centos-xen-pkg-install
+++ b/ts-centos-xen-pkg-install
@@ -68,6 +68,15 @@ END
 target_install_packages($ho, @xen_packages);
 }
 
+sub adjustconfig () {
+target_editfile_root($ho, '/etc/sysconfig/xencommons',
+   sub { target_editfile_kvp_replace("XENCONSOLED_TRACE", "guest") });
+
+target_editfile_root($ho, '/etc/libvirt/libvirtd.conf',
+   sub { target_editfile_kvp_replace("log_level", "1") })
+   if toolstack($ho)->{Name} eq "libvirt";
+}
+
 
 sub setupboot () {
 logm("ready to boot Xen");
@@ -76,4 +85,5 @@ sub setupboot () {
 die if @hos > 1;
 $ho= $hos[0];
 packages_setup();
+adjustconfig();
 setupboot();
-- 
Anthony PERARD


___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel