I'm trying out the packages in snf-dev-0.19
The snf-cyclades-gtools package has a dependency on "ganeti2":
root@nuc1:~# apt-cache show snf-cyclades-gtools | grep Depends
Depends: python, python-daemon, python-puka, python-pyinotify, python-setproctitle, python:any (<< 2.8), python:any (>= 2.7.5-5~), snf-common (= 0.19~dev13534+df.c16e596.718678a-1~jessie), ganeti2, snf-network
However, in Jessie the package "ganeti2" has been renamed to "ganeti". Indeed, snf-ganeti replaces both of these:
root@nuc1:~# apt-cache show snf-ganeti | grep Replaces
Replaces: ganeti, ganeti-haskell, ganeti-htools, ganeti2 (<< 2.7.0-2)
Replaces: ganeti, ganeti-haskell, ganeti-htools, ganeti2 (<< 2.7.0-2)
I wonder if the snf-cyclades-gtools package dependency should be on "ganeti" or "snf-ganeti", not "ganeti2"?
(Actually I'd rather it was a soft 'recommends' because I'd like to be able to try it with other versions of ganeti, but that's a side point)
I'm trying out the packages in snf-dev-0.19
The snf-cyclades-gtools package has a dependency on "ganeti2":
However, in Jessie the package "ganeti2" has been renamed to "ganeti". Indeed, snf-ganeti replaces both of these:
I wonder if the snf-cyclades-gtools package dependency should be on "ganeti" or "snf-ganeti", not "ganeti2"?
(Actually I'd rather it was a soft 'recommends' because I'd like to be able to try it with other versions of ganeti, but that's a side point)