Re: [ovirt-devel] ovirt-appliance (today) is 1.5G...
by Ryan Barry
We may also want to do this with Node/RHV-H eventually (since the updates
there are already 500MB).
I don't think we currently ship deltarpm on RHV-H, but it's a very small
addition. The question is whether makedeltarpm can actually do anything
meaningful with something which is already a sparsified image wrapped in an
RPM, but I'll test...
On Sun, Oct 9, 2016 at 6:35 AM, Doron Fediuck <dfediuck(a)redhat.com> wrote:
> FYI
>
> ---------- Forwarded message ----------
> From: Yaniv Kaul <ykaul(a)redhat.com>
> Date: Thu, Oct 6, 2016 at 11:13 AM
> Subject: [ovirt-devel] ovirt-appliance (today) is 1.5G...
> To: devel <devel(a)ovirt.org>
>
>
> I'm sure it was less just days ago, but now[1] it is again quite big.
> 4.0's is 'only' 1G in size[2].
> Which anyway raises the question - should we provide delta RPMs for it?
>
> Thanks,
> Y.
>
> [1] http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm
> /el7/noarch/ovirt-engine-appliance-4.1-20160927.1.el7.centos.noarch.rpm
> [2] http://resources.ovirt.org/pub/ovirt-4.0-snapshot/rpm/el
> 7/noarch/ovirt-engine-appliance-4.0-20161003.1.el7.centos.noarch.rpm
>
> _______________________________________________
> Devel mailing list
> Devel(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>
>
8 years
Can't add DC with API v4 - client issue
by Yaniv Kaul
I'm trying on FC24, using python-ovirt-engine-sdk4-4.1.0
-0.0.20161003git056315d.fc24.x86_64 to add a DC, and failing - against
master. The client is unhappy:
File "/home/ykaul/ovirt-system-tests/basic-suite-master/test-scenarios/002_bootstrap.py",
line 98, in add_dc4
version=sdk4.types.Version(major=DC_VER_MAJ,minor=DC_VER_MIN),
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line
4347, in add
response = self._connection.send(request)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line
276, in send
return self.__send(request)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line
298, in __send
self._sso_token = self._get_access_token()
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line
460, in _get_access_token
sso_response = self._get_sso_response(self._sso_url, post_data)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line
498, in _get_sso_response
return json.loads(body_buf.getvalue().decode('utf-8'))
File "/usr/lib64/python2.7/json/__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "/usr/lib64/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib64/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
Surprisingly, I now can't find that RPM of this SDK in resources.ovirt.org
now.
I've tried with http://resources.ovirt.org/pub/ovirt-master-snapshot/rp
m/fc24/x86_64/python-ovirt-engine-sdk4-4.0.0-0.1.20161004git
f94eeb5.fc24.x86_64.rpm
- same result.
Did not see anything obvious on server or engine logs.
The code:
def add_dc4(api):
nt.assert_true(api != None)
dcs_service = api.system_service().data_centers_service()
nt.assert_true(
dc = dcs_service.add(
sdk4.types.DataCenter(
name=DC_NAME4,
description='APIv4 DC',
local=False,
version=sdk4.types.Version(major=DC_VER_MAJ,minor=DC_VER_
MIN),
),
)
)
And the api object is from:
return sdk4.Connection(
url=url,
username=constants.ENGINE_USER,
password=str(self.metadata['ovirt-engine-password']),
insecure=True,
debug=True,
)
8 years, 1 month
[ANN] Changes to oVirt Bugzilla Process.
by Yaniv Dary
Hi,
In order to make the process lighter and reduce bureaucracy we will be
making the following changes this Sunday (06/11/16):
- *Acks will no longer be needed on bugs, only on RFEs* - This means the
rules engine will not add them and you are not required to get them for
bugs. RFEs will still get acks by rules engine and are required for every
feature.
- *Flags be set automatically according to milestone - *This means you will
no longer need to add flags. The rules engine will do this for you
according to milestone. You will still be able to add flags to mark a bug
to be tested on two branches.
- *The version flag will not differentiate between major version and z
stream - *This change will only apply to 4.1+ flags. For example
ovirt-4.1.0 and ovirt-4.1.z will be merged to ovirt-4.1 flag.
Thanks,
Yaniv Dary
Technical Product Manager
Red Hat Israel Ltd.
34 Jerusalem Road
Building A, 4th floor
Ra'anana, Israel 4350109
Tel : +972 (9) 7692306
8272306
Email: ydary(a)redhat.com
IRC : ydary
8 years, 1 month
Password for database in ovirt-system-tests/basic_suite_3.6
by Dominik Holler
Hi,
I want to have a look at the database in
ovirt-system-tests/basic_suite_3.6, but unfortunately I do not know the
password for the database. I tried already various ones by:
[root@lago_basic_suite_3_6_engine ~]# psql -U engine -p 5432 -h 127.0.0.1
Can anyone give me a hint how to get the password for the database?
Thanks,
Dominik
8 years, 1 month
Updating email configuration
by Shlomo Ben David
Hi All,
Due to some restrictions on our email server we need to update our email
configuration to increase the security on it.
To apply the new configuration i will reboot the server today 31/10/2016 at
20:00 IST.
*Downtime EST: ~5 minutes*
Best Regards,
Shlomi Ben-David | DevOps Engineer | Red Hat ISRAEL
RHCSA | RHCE
IRC: shlomibendavid (on #rhev-integ, #rhev-dev, #rhev-ci)
OPEN SOURCE - 1 4 011 && 011 4 1
8 years, 1 month