Displaying 3 results from an estimated 3 matches for "vdsmcert".
2013 Aug 16
0
RHEV hosts
...f-4aeb-9a13-013dc8af6b41"
keepalive_interval=-1
log_outputs="1:file:/var/log/libvirtd.log"
log_filters="3:virobject 3:virfile 2:virnetlink 3:cgroup 3:event 3:json 1:libvirt 1:util 1:qemu"
ca_file="/etc/pki/vdsm/certs/cacert.pem"
cert_file="/etc/pki/vdsm/certs/vdsmcert.pem"
key_file="/etc/pki/vdsm/keys/vdsmkey.pem"
## end of configuration section by vdsm-4.10.2
# ls
bkp-2013-08-16_110734_cacert.pem cacert.pem vdsmcert.pem
bkp-2013-08-16_110734_vdsmcert.pem engine_web_ca.pem
[root@ovpxen certs]# pwd
/etc/pki/vdsm/certs
[root@ovpxen c...
2018 Jun 18
0
Re: [PATCH] v2v: -o rhv-upload: Optimize http request sending
...ionality because there's no way to simulate the imageio server.
>
Actually it is easy to use real imageio server for testing.
1. install ovirt-imageio-daemon
2. configure it for testing
# /etc/ovirt-imageio-daemon/daemon.conf
[daemon]
# directory with this structure
# certs/
# vdsmcert.pem
# keys
# vdsmkey.pem
pki_dir = test/pki
poll_interval = 0.1
[images]
port = 9876
[tickets]
socket = /tmp/ovirt-imageio-daemon.sock
3. Now you can run it
/usr/bin/ovirt-imageio-daemon
To upload, without real engine, you can install your own ticket like this:
1. Create a ticke...
2018 Jun 18
2
Re: [PATCH] v2v: -o rhv-upload: Optimize http request sending
On Thu, Jun 14, 2018 at 09:24:48PM +0300, Nir Soffer wrote:
> On Thu, Jun 14, 2018 at 9:16 PM Nir Soffer <nirsof@gmail.com> wrote:
> > + headers = {"Content-Type": "application/json",
> > + "Content-Length", str(len(buf))}
There were a few Python syntax errors such as this one. They
can be found by running:
make -C v2v check