[Bug 1399581] Re: [MIR] python-sysv-ipc

2015-03-16 Thread James Page
** Changed in: python-sysv-ipc (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-sysv-ipc in Ubuntu.
https://bugs.launchpad.net/bugs/1399581

Title:
  [MIR] python-sysv-ipc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-sysv-ipc/+bug/1399581/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1399581] Re: [MIR] python-sysv-ipc

2015-01-29 Thread Michael Terry
Ah, I get it.  So basically you're suggesting we drop the need for this
MIR to help avoid double implementations.  I'm fine with that.  It would
still be an optional run-time dependency, just not a build-dep / tested?
Sounds good.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-sysv-ipc in Ubuntu.
https://bugs.launchpad.net/bugs/1399581

Title:
  [MIR] python-sysv-ipc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-sysv-ipc/+bug/1399581/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1399581] Re: [MIR] python-sysv-ipc

2015-01-27 Thread James Page
Michael

Tooz presents an number of ways of coordinating workflow between
processes - ipc is one option, and is the least likely in a ceilometer
deployment where components will be distributed across a number of
systems.

So although IPC support its interesting, its not really a core target
for the primary driver for main inclusion of tooz, so skipping that part
of the test suite probably hurts us least, whilst ensuring we don't have
two implementations of python-*-ipc in Ubuntu main.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-sysv-ipc in Ubuntu.
https://bugs.launchpad.net/bugs/1399581

Title:
  [MIR] python-sysv-ipc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-sysv-ipc/+bug/1399581/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1399581] Re: [MIR] python-sysv-ipc

2015-01-14 Thread Michael Terry
James, I don't follow your second paragraph.  Can you explain like I'm
5?  :)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-sysv-ipc in Ubuntu.
https://bugs.launchpad.net/bugs/1399581

Title:
  [MIR] python-sysv-ipc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-sysv-ipc/+bug/1399581/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1399581] Re: [MIR] python-sysv-ipc

2015-01-07 Thread James Page
Michael

Note sure how much I can do about this divergence; tooz appears to have
more cross platform requirements which are met better with sysv_ipc,
whereas the rest of OpenStack does not have plans to make this move.

Ceilometer is the only project using this component, and its not using
the IPC support AFAICT so I'm tempted to drop the BD and associated ipc
tests - as this is a dependency for testing only in later versions of
tooz.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-sysv-ipc in Ubuntu.
https://bugs.launchpad.net/bugs/1399581

Title:
  [MIR] python-sysv-ipc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-sysv-ipc/+bug/1399581/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1399581] Re: [MIR] python-sysv-ipc

2014-12-05 Thread James Page
** Description changed:

  Avaliability: In universe
  Rationale: python-tooz switched from posix-ipc to sysv-ipc this cycle; used 
by OpenStack
- Security:
+ Security: No CVE's found.
  Quality assurance:
  Dependencies: All in main
  Standards compliance: OK
  Maintenance: Server Team
+ Rationale: (From Upstream)
+ 
+ Remove the usage of lockutils (and surronding oslo modules)
+ and keep it much simpler by just using the sysv_ipc module
+ directly.
+ 
+ This adjustment reduces the complexity, test exposure and
+ API complexity of tooz; removing much of the complex functionality
+ that was pulled in when sucking in the lockutils module for its
+ simple (but still broken) posix_ipc logic.

** Description changed:

  Avaliability: In universe
  Rationale: python-tooz switched from posix-ipc to sysv-ipc this cycle; used 
by OpenStack
  Security: No CVE's found.
- Quality assurance:
+ Quality assurance: No unit test suite upstream.
  Dependencies: All in main
  Standards compliance: OK
  Maintenance: Server Team
  Rationale: (From Upstream)
  
  Remove the usage of lockutils (and surronding oslo modules)
  and keep it much simpler by just using the sysv_ipc module
  directly.
  
  This adjustment reduces the complexity, test exposure and
  API complexity of tooz; removing much of the complex functionality
  that was pulled in when sucking in the lockutils module for its
  simple (but still broken) posix_ipc logic.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-sysv-ipc in Ubuntu.
https://bugs.launchpad.net/bugs/1399581

Title:
  [MIR] python-sysv-ipc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-sysv-ipc/+bug/1399581/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1399581] Re: [MIR] python-sysv-ipc

2014-12-05 Thread Michael Terry
What about the rest of the reverse-dependencies for python-posix-ipc?

* python-ceilometer
* python-glance
* python-heat
* python-ironic
* python-keystone
* python-nova
* python-pycadf

Are they planning to switch too?  Ubuntu abhors avoidable duplication in
main.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-sysv-ipc in Ubuntu.
https://bugs.launchpad.net/bugs/1399581

Title:
  [MIR] python-sysv-ipc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-sysv-ipc/+bug/1399581/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1399581] Re: [MIR] python-sysv-ipc

2014-12-05 Thread Michael Terry
Packaging etc seems fine besides though.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-sysv-ipc in Ubuntu.
https://bugs.launchpad.net/bugs/1399581

Title:
  [MIR] python-sysv-ipc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-sysv-ipc/+bug/1399581/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs