Quick update to let everyone know what is going on:
I added a captcha module to the new account registration process to try
to block spam account creation. It looks like it has slowed down
registering spam accounts but hasn't stopped it.
I just added the "Mother May I" module. This module asks for a secret
word that legitimate users should know. The current word is fedora.
Let me know if you have any questions or issues.
Russ
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
At today's IRC meeting, we discussed plans for releasing OpenLMI 1.0.2.
There have been a lot of bugfixes that have landed in the stable branch
since we released 1.0.1, and with the public release of RHEL 7 RC now in
the wild, it seems like the right time to make a new upstream release.
We probably want to go through and do a documentation cleanup before
that happens. For example, we want to pull in the indication example
into openlmi-tools[1]. I'm sure there are other places where the
documentation is out of date or could use some shoring up.
So the plan is to release 1.0.2 on Friday, May 16th (with all git
commits complete by 23:59 UTC of May 15th). Over the next week and a
half, we should run it as a documentation cleanup sprint. Exactly how we
perform this doc review and clean-up is still to be decided.
Perhaps we could assign pairs of engineers and have each of them read
through the docs written by the other one for anything they don't
understand?
[1] https://fedorahosted.org/openlmi/ticket/178
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iEYEARECAAYFAlNnm2YACgkQeiVVYja6o6MVggCeL38toHKHtU8KWfgnf0wXj8Cv
L8wAoJVaCwMWbD8vGCcAzD4L7E6hh3nv
=Wf/i
-----END PGP SIGNATURE-----
Hello,
Tl;dr:
To run our tests on Python 2.6, please change all tests from:
import unittest
to:
from lmi.test import unittest
Gory details:
'unittest' module in Python 2.6 does not have the features that our
tests need (we have used Python 2.7 version so far). Fortunately,
somebody had the same problem and created unittest2 to port the
interesting stuff to Python 2.6:
https://pypi.python.org/pypi/unittest2
And I created lmi.test.unittest to import either unittest2 or unittest,
whatever is better on the system.
Install unittest2 either via pip install, easy_install or epel.
Jan
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==============================
#openlmi: OpenLMI (2014-05-05)
==============================
Meeting started by sgallagh at 12:58:45 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/openlmi/2014-05-05/openlmi_public_irc_meet…
.
Meeting summary
- ---------------
* Meetings are recorded and will be posted on www.openlmi.org. Opinions
expressed do not necessarily reflect the reviews of the participant's
employer. (sgallagh, 12:58:55)
* Roll Call (sgallagh, 12:59:00)
* Agenda (sgallagh, 13:01:55)
* Agenda Item: Bug Triage (sgallagh, 13:01:59)
* Bug Triage (sgallagh, 13:03:36)
* https://fedorahosted.org/openlmi/ticket/127 - [RFE] OpenLMI should
configure PAM stack to avoid remote attacks (sgallagh, 13:04:30)
* AGREED: Move to OpenLMI 1.1.0 (sgallagh, 13:05:27)
* https://fedorahosted.org/openlmi/ticket/178 - HelloWorld for
Indications (sgallagh, 13:05:42)
* AGREED: Move to 1.0.2 (sgallagh, 13:11:40)
* https://fedorahosted.org/openlmi/ticket/303 - Add abrt provider
(sgallagh, 13:11:44)
* AGREED: Defer to 1.2.0 or later (sgallagh, 13:12:40)
* If the abrt team wants to contribute this provider, it may be
accepted earlier than 1.2.0 if it is complete. (sgallagh, 13:13:03)
* https://fedorahosted.org/openlmi/ticket/128 - Test with IPv6
(sgallagh, 13:13:39)
* Reassigning to amahdal for confirmation of the testing. (sgallagh,
13:15:22)
* https://fedorahosted.org/openlmi/ticket/309 - correct error codes in
account provider (sgallagh, 13:15:38)
* ACTION: sgallagh to file RFE for cim_is_error() (sgallagh,
13:26:27)
* AGREED: Target at 1.2.0 (sgallagh, 13:27:07)
* https://fedorahosted.org/openlmi/ticket/310 - LogicalFile: extend
tests: provider configuration (sgallagh, 13:27:21)
* AGREED: Change to "task", target for 1.1.0 (sgallagh, 13:29:51)
* https://fedorahosted.org/openlmi/ticket/308 - RFE: LogicalFile: allow
creation of symlinks (sgallagh, 13:30:10)
* AGREED: Leave in triage until the customer requesting it provides
more justification (sgallagh, 13:34:05)
* https://fedorahosted.org/openlmi/ticket/271 - [RFE] lmi command
support for persistent network setting (sgallagh, 13:34:17)
* ACTION: rnovacek to ask for more information (sgallagh, 13:36:20)
* AGREED: Leave in triage as we gather more information (sgallagh,
13:36:35)
* https://fedorahosted.org/openlmi/ticket/305 - openlmi-scripts-network
should provide 'list' command (sgallagh, 13:36:50)
* AGREED: Target at 1.1.0 (sgallagh, 13:39:32)
* https://fedorahosted.org/openlmi/ticket/307 - setup_logging() does not
work on Python 2.6 (sgallagh, 13:39:46)
* AGREED: Blocker for 1.1.0 (sgallagh, 13:41:16)
* https://fedorahosted.org/openlmi/ticket/275 - Extended partition size
is always 1024 (sgallagh, 13:41:27)
* AGREED: Leave in triage until we get more information from the
Blivet team (sgallagh, 13:46:00)
* Open Floor (sgallagh, 13:46:05)
* AGREED: Release 1.0.2 on 2014-05-16 (sgallagh, 13:55:04)
* ACTION: sgallagh to send email about doc sprint to the openlmi-devel
list (sgallagh, 13:55:16)
Meeting ended at 13:56:38 UTC.
Action Items
- ------------
* sgallagh to file RFE for cim_is_error()
* rnovacek to ask for more information
* sgallagh to send email about doc sprint to the openlmi-devel list
Action Items, by person
- -----------------------
* rnovacek
* rnovacek to ask for more information
* sgallagh
* sgallagh to file RFE for cim_is_error()
* sgallagh to send email about doc sprint to the openlmi-devel list
* **UNASSIGNED**
* (none)
People Present (lines said)
- ---------------------------
* sgallagh (106)
* tsmetana (52)
* tbzatek (11)
* zodbot (9)
* rnovacek (7)
* tbzatek_ (1)
* jsafrane (0)
* rdoty (0)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iEYEARECAAYFAlNnm4QACgkQeiVVYja6o6PBcQCeMPHpe5dGjh1VOASGf7lW2r9U
E5wAn2ADiWP4fcD/jMiWcTpOsB1XekF0
=kKUF
-----END PGP SIGNATURE-----
At today's IRC meeting, we discussed plans for releasing OpenLMI 1.0.2.
There have been a lot of bugfixes that have landed in the stable branch
since we released 1.0.1, and with the public release of RHEL 7 RC now in
the wild, it seems like the right time to make a new upstream release.
We probably want to go through and do a documentation cleanup before
that happens. For example, we want to pull in the indication example
into openlmi-tools[1]. I'm sure there are other places where the
documentation is out of date or could use some shoring up.
So the plan is to release 1.0.2 on Friday, May 16th (with all git
commits complete by 23:59 UTC of May 15th). Over the next week and a
half, we should run it as a documentation cleanup sprint. Exactly how we
perform this doc review and clean-up is still to be decided.
Perhaps we could assign pairs of engineers and have each of them read
through the docs written by the other one for anything they don't
understand?
[1] https://fedorahosted.org/openlmi/ticket/178
==============================
#openlmi: OpenLMI (2014-05-05)
==============================
Meeting started by sgallagh at 12:58:45 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/openlmi/2014-05-05/openlmi_public_irc_meet…
.
Meeting summary
---------------
* Meetings are recorded and will be posted on www.openlmi.org. Opinions
expressed do not necessarily reflect the reviews of the participant's
employer. (sgallagh, 12:58:55)
* Roll Call (sgallagh, 12:59:00)
* Agenda (sgallagh, 13:01:55)
* Agenda Item: Bug Triage (sgallagh, 13:01:59)
* Bug Triage (sgallagh, 13:03:36)
* https://fedorahosted.org/openlmi/ticket/127 - [RFE] OpenLMI should
configure PAM stack to avoid remote attacks (sgallagh, 13:04:30)
* AGREED: Move to OpenLMI 1.1.0 (sgallagh, 13:05:27)
* https://fedorahosted.org/openlmi/ticket/178 - HelloWorld for
Indications (sgallagh, 13:05:42)
* AGREED: Move to 1.0.2 (sgallagh, 13:11:40)
* https://fedorahosted.org/openlmi/ticket/303 - Add abrt provider
(sgallagh, 13:11:44)
* AGREED: Defer to 1.2.0 or later (sgallagh, 13:12:40)
* If the abrt team wants to contribute this provider, it may be
accepted earlier than 1.2.0 if it is complete. (sgallagh, 13:13:03)
* https://fedorahosted.org/openlmi/ticket/128 - Test with IPv6
(sgallagh, 13:13:39)
* Reassigning to amahdal for confirmation of the testing. (sgallagh,
13:15:22)
* https://fedorahosted.org/openlmi/ticket/309 - correct error codes in
account provider (sgallagh, 13:15:38)
* ACTION: sgallagh to file RFE for cim_is_error() (sgallagh,
13:26:27)
* AGREED: Target at 1.2.0 (sgallagh, 13:27:07)
* https://fedorahosted.org/openlmi/ticket/310 - LogicalFile: extend
tests: provider configuration (sgallagh, 13:27:21)
* AGREED: Change to "task", target for 1.1.0 (sgallagh, 13:29:51)
* https://fedorahosted.org/openlmi/ticket/308 - RFE: LogicalFile: allow
creation of symlinks (sgallagh, 13:30:10)
* AGREED: Leave in triage until the customer requesting it provides
more justification (sgallagh, 13:34:05)
* https://fedorahosted.org/openlmi/ticket/271 - [RFE] lmi command
support for persistent network setting (sgallagh, 13:34:17)
* ACTION: rnovacek to ask for more information (sgallagh, 13:36:20)
* AGREED: Leave in triage as we gather more information (sgallagh,
13:36:35)
* https://fedorahosted.org/openlmi/ticket/305 - openlmi-scripts-network
should provide 'list' command (sgallagh, 13:36:50)
* AGREED: Target at 1.1.0 (sgallagh, 13:39:32)
* https://fedorahosted.org/openlmi/ticket/307 - setup_logging() does not
work on Python 2.6 (sgallagh, 13:39:46)
* AGREED: Blocker for 1.1.0 (sgallagh, 13:41:16)
* https://fedorahosted.org/openlmi/ticket/275 - Extended partition size
is always 1024 (sgallagh, 13:41:27)
* AGREED: Leave in triage until we get more information from the
Blivet team (sgallagh, 13:46:00)
* Open Floor (sgallagh, 13:46:05)
* AGREED: Release 1.0.2 on 2014-05-16 (sgallagh, 13:55:04)
* ACTION: sgallagh to send email about doc sprint to the openlmi-devel
list (sgallagh, 13:55:16)
Meeting ended at 13:56:38 UTC.
Action Items
------------
* sgallagh to file RFE for cim_is_error()
* rnovacek to ask for more information
* sgallagh to send email about doc sprint to the openlmi-devel list
Action Items, by person
-----------------------
* rnovacek
* rnovacek to ask for more information
* sgallagh
* sgallagh to file RFE for cim_is_error()
* sgallagh to send email about doc sprint to the openlmi-devel list
* **UNASSIGNED**
* (none)
People Present (lines said)
---------------------------
* sgallagh (106)
* tsmetana (52)
* tbzatek (11)
* zodbot (9)
* rnovacek (7)
* tbzatek_ (1)
* jsafrane (0)
* rdoty (0)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
Send openlmi-reviews mailing list submissions to
openlmi-reviews(a)lists.fedorahosted.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.fedorahosted.org/mailman/listinfo/openlmi-reviews
or, via email, send a message with subject or body 'help' to
openlmi-reviews-request(a)lists.fedorahosted.org
You can reach the person managing the list at
openlmi-reviews-owner(a)lists.fedorahosted.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of openlmi-reviews digest..."
Today's Topics:
1. Re: Review Request 1657: libopenlmi: reorganize and gather
(Peter Schiffer)
2. buildbot failure in OpenLMI on networking-rhel7stable
(openlmiproject(a)gmail.com)
3. buildbot failure in OpenLMI on storage-rhel7
(openlmiproject(a)gmail.com)
4. buildbot failure in OpenLMI on networking-rhel7
(openlmiproject(a)gmail.com)
5. buildbot failure in OpenLMI on storage-rhel7stable
(openlmiproject(a)gmail.com)
6. buildbot failure in OpenLMI on storage-rawhide
(openlmiproject(a)gmail.com)
7. buildbot failure in OpenLMI on networking-rawhide
(openlmiproject(a)gmail.com)
8. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
9. buildbot failure in OpenLMI on providers-rhel7stable
(openlmiproject(a)gmail.com)
10. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
11. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
12. buildbot failure in OpenLMI on storage-rhel7
(openlmiproject(a)gmail.com)
13. buildbot failure in OpenLMI on networking-rhel7
(openlmiproject(a)gmail.com)
14. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
15. buildbot failure in OpenLMI on storage-rawhide
(openlmiproject(a)gmail.com)
16. buildbot failure in OpenLMI on networking-rawhide
(openlmiproject(a)gmail.com)
17. buildbot failure in OpenLMI on networking-rhel7
(openlmiproject(a)gmail.com)
18. buildbot failure in OpenLMI on networking-rawhide
(openlmiproject(a)gmail.com)
19. buildbot failure in OpenLMI on storage-rhel7
(openlmiproject(a)gmail.com)
20. buildbot failure in OpenLMI on storage-rawhide
(openlmiproject(a)gmail.com)
21. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
22. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
23. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
24. buildbot failure in OpenLMI on storage-rhel7
(openlmiproject(a)gmail.com)
25. buildbot failure in OpenLMI on networking-rhel7
(openlmiproject(a)gmail.com)
26. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
27. buildbot failure in OpenLMI on storage-rawhide
(openlmiproject(a)gmail.com)
28. buildbot failure in OpenLMI on networking-rawhide
(openlmiproject(a)gmail.com)
29. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
30. buildbot failure in OpenLMI on networking-rhel7
(openlmiproject(a)gmail.com)
31. buildbot failure in OpenLMI on storage-rhel7
(openlmiproject(a)gmail.com)
32. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
33. Re: Review Request 1657: libopenlmi: reorganize and gather
(Jan Synacek)
34. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
35. buildbot failure in OpenLMI on storage-rhel7stable
(openlmiproject(a)gmail.com)
36. Re: Review Request 1657: libopenlmi: reorganize and gather
(Michal Minar)
37. Re: Review Request 1657: libopenlmi: reorganize and gather
(Michal Minar)
38. Review Request 1658: tools [1/1] scripts: bumped version of
deprecated openlmi-scripts (Michal Minar)
39. Re: Review Request 1658: tools [1/1] scripts: bumped version
of deprecated openlmi-scripts (Peter Hatina)
40. Re: Review Request 1658: tools [1/1] scripts: bumped version
of deprecated openlmi-scripts (Michal Minar)
41. buildbot failure in OpenLMI on providers-rhel7stable
(openlmiproject(a)gmail.com)
42. buildbot failure in OpenLMI on networking-rhel7stable
(openlmiproject(a)gmail.com)
43. buildbot failure in OpenLMI on networking-rawhide
(openlmiproject(a)gmail.com)
44. Re: Review Request 1657: libopenlmi: reorganize and gather
(Jan Synacek)
45. Review Request 1663: [3/3] spec: modularize spec file
(Radek Novacek)
46. Review Request 1662: [2/3] cmake: install mof for
service-legacy (Radek Novacek)
47. Review Request 1661: [1/3] cmake: use add_dependencies
instead of DEPENDS argument of add_custom_target (Radek Novacek)
48. buildbot failure in OpenLMI on providers-rhel7stable
(openlmiproject(a)gmail.com)
49. buildbot failure in OpenLMI on networking-rhel7stable
(openlmiproject(a)gmail.com)
50. buildbot failure in OpenLMI on storage-rawhide
(openlmiproject(a)gmail.com)
51. buildbot failure in OpenLMI on storage-rhel7stable
(openlmiproject(a)gmail.com)
52. buildbot failure in OpenLMI on networking-rhel7stable
(openlmiproject(a)gmail.com)
53. Re: Review Request 1661: [1/3] cmake: use add_dependencies
instead of DEPENDS argument of add_custom_target (Michal Minar)
54. Re: Review Request 1662: [2/3] cmake: install mof for
service-legacy (Michal Minar)
55. Re: Review Request 1663: [3/3] spec: modularize spec file
(Michal Minar)
56. buildbot failure in OpenLMI on storage-rhel7stable
(openlmiproject(a)gmail.com)
57. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
58. buildbot failure in OpenLMI on providers-rhel7stable
(openlmiproject(a)gmail.com)
59. Re: Review Request 1662: [2/3] cmake: install mof for
service-legacy (Radek Novacek)
60. Re: Review Request 1663: [3/3] spec: modularize spec file
(Radek Novacek)
61. buildbot failure in OpenLMI on storage-rhel7stable
(openlmiproject(a)gmail.com)
62. buildbot failure in OpenLMI on networking-rhel7stable
(openlmiproject(a)gmail.com)
63. Re: Review Request 1662: [2/3] cmake: install mof for
service-legacy (Michal Minar)
64. Review Request 1664: Adapt to recent profile registration
CMake macro changes (=?utf-8?b?VG9tw6HFoSBCxb5hdGVr?=)
65. Review Request 1665: Adapt to recent profile registration
CMake macro changes (=?utf-8?b?VG9tw6HFoSBCxb5hdGVr?=)
66. Review Request 1665: Adapt to recent profile registration
CMake macro changes (=?utf-8?b?VG9tw6HFoSBCxb5hdGVr?=)
67. Re: Review Request 1657: libopenlmi: reorganize and gather
(Jan Synacek)
_______________________________________________
openlmi-reviews mailing list
openlmi-reviews(a)lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/openlmi-reviews
Hi all,
I did some performance tests with LMIShell/LMI Metacommand.
See attachment.
Regards,
--
Peter Hatina
ENG Server Experience, System Management
Red Hat Czech, Brno