<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools/python/python-rally_git.bb, branch mickledore</title>
<subtitle>Mirror of git.yoctoproject.org/meta-cloud-services.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=mickledore</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=mickledore'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2021-11-02T13:59:45+00:00</updated>
<entry>
<title>global: convert github SRC_URIs to use https protocol</title>
<updated>2021-11-02T13:59:45+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2021-11-02T13:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=14196f7dee9deb0ef9822bf3c8b41142ccced858'/>
<id>urn:sha1:14196f7dee9deb0ef9822bf3c8b41142ccced858</id>
<content type='text'>
github is removing git:// access, and fetches will start
experiencing interruptions in service, and eventually will fail completely.

bitbake will also begin to warn on github src_uri's that don't use
https. So we convert the meta-virt instances to use protocol=https
(done using the oe-core contrib conversion script)

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>global: overrides conversion</title>
<updated>2021-08-01T03:49:54+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2021-08-01T03:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0cffcd09a44b2a58452a5bb13714bfc47d6546bf'/>
<id>urn:sha1:0cffcd09a44b2a58452a5bb13714bfc47d6546bf</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-rally: satisfy setup.py setup_requires</title>
<updated>2020-06-05T19:28:20+00:00</updated>
<author>
<name>Babak Sarashki</name>
<email>babak.sarashki@windriver.com</email>
</author>
<published>2020-06-02T18:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=4f46a40dabe76551b5a2ab2754def0bd085a0859'/>
<id>urn:sha1:4f46a40dabe76551b5a2ab2754def0bd085a0859</id>
<content type='text'>
Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.

Signed-off-by: Babak Sarashki &lt;Babak.SarAshki@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python: prepare for python3 only configuration</title>
<updated>2020-01-22T17:44:39+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2020-01-22T17:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=9d632de8d0e109e342fe580cf4b2423a51c890c3'/>
<id>urn:sha1:9d632de8d0e109e342fe580cf4b2423a51c890c3</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-*: fixup postinst scripts</title>
<updated>2017-11-15T20:53:38+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-11-15T17:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=3051160f23fe8e06e545859538c86ef3a3c39d7a'/>
<id>urn:sha1:3051160f23fe8e06e545859538c86ef3a3c39d7a</id>
<content type='text'>
Checking for "$D" and doing an "exit 1" now results in errors such as:

[log_check] warning: %post(keystone-cronjobs-...) scriptlet failed, exit status 2

during image creation. Instead of escaping the script for "level-1"
(image creation postinst) we wrap the "level-2" (first boot) postinst
in an if statement. This also ensure the scriptlet in
indentity.bbclass is less prone to behaving differently based on the
postinsts defined in the classes which inherit 'identity'.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>housekeeping: replace deprecated base_contains</title>
<updated>2016-12-21T16:47:05+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2016-12-21T15:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=bd2525ceb47699747f9370773fa629bf28c999d6'/>
<id>urn:sha1:bd2525ceb47699747f9370773fa629bf28c999d6</id>
<content type='text'>
Fixes:
base_contains is deprecated, please use bb.utils.contains instead.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>rally: verification subunit2json fail to open result file</title>
<updated>2014-07-17T04:12:13+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-07-10T14:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ac22bcdf86fa6d687ed9421c0de39cb131e0c62d'/>
<id>urn:sha1:ac22bcdf86fa6d687ed9421c0de39cb131e0c62d</id>
<content type='text'>
Command "rally verify start" gives the following error:

TRACE rally   File "/usr/lib64/python2.7/site-packages/rally/verification/verifiers/tempest/subunit2json.py", line 113, in stopTestRun
TRACE rally     with open(self.results_file, 'wb') as results_file:
TRACE rally TypeError: coercing to Unicode: need string or buffer, int found

For Python 2.x, open() requires a string but not file descriptor number.
However for Python 3.x, open() can either accept a string file name of a
file descriptor number.

So modify code to pass in open() string file name.  This should work
for both Python 2.x and 3.x

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;

</content>
</entry>
<entry>
<title>rally: sqlalchemy-db missing name for ENUM</title>
<updated>2014-07-17T04:12:13+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-07-10T14:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=f550a375c091a27aeb80d64140c943beba788127'/>
<id>urn:sha1:f550a375c091a27aeb80d64140c943beba788127</id>
<content type='text'>
Command "rally-manage db recreate" gives the following error:

TRACE rally   File "/usr/lib64/python2.7/site-packages/sqlalchemy/dialects/postgresql/base.py", line 898, in format_type
TRACE rally     raise exc.CompileError("Postgresql ENUM type requires a name.")
TRACE rally CompileError: Postgresql ENUM type requires a name.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;

</content>
</entry>
<entry>
<title>Rally verification to use existing tempest</title>
<updated>2014-07-17T04:12:13+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-07-10T14:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=e2683e0335c6166dd8fc34d1c3656738a9e8518e'/>
<id>urn:sha1:e2683e0335c6166dd8fc34d1c3656738a9e8518e</id>
<content type='text'>
By default, Rally verification requires to do
following things:

* git clone tempest source from upstream
* setup virtualenv for this tempest
* setup testr environment with virtualenv above
* create tempest.conf for this tempest

If tempest is already installed/configured in rootfs
then force Rally to use this existing tempest.

A new introduced option "existing_tempest_config" in /etc/rally/rally.conf
can be used to configure Rally to either use the existing
tempest or to download from upstream.

If the option "existing_tempest_config" is not set then follows
the default path.  If existing_tempest_config is set to absolute
path of tempest config folder (which contains tempest "tools"
and .testr.conf) then Rally uses this existing tempest.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;

</content>
</entry>
<entry>
<title>rally: remove ironic support</title>
<updated>2014-07-17T04:12:13+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-07-10T14:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=be73f6602bb607cb1c4c0ea504d02f523006b648'/>
<id>urn:sha1:be73f6602bb607cb1c4c0ea504d02f523006b648</id>
<content type='text'>
OpenStack ironic is not currently supported, so remove
any code in rally that invokes ironicclient.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;
</content>
</entry>
</feed>
