- 27 Jun, 2011 8 commits
-
-
Łukasz Nowak authored
Fetch slapos.libnetworkcache, as will be used sooner or later. Pin newer buildout.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
This reverts commit 4ac582c4. This reverts commit f2be5210. The idea *was* to not force providing external buildout. But then slapgrid would have to get all not known dependencies, so it will be less usable. Drop this way.
-
Łukasz Nowak authored
This reverts commit f2be5210. The idea *was* to not force providing external buildout. But then slapgrid would have to get all not known dependencies, so it will be less usable. Drop this way.
-
Łukasz Nowak authored
Use the best currently known version and select buildout location ouside of pypi.
-
Łukasz Nowak authored
In slapos environment more flexibility on bootstrap process is required, and slapos.buildout allows to select non-pypi location of zc.buildout distribution, independently from setuptools/distribute location.
-
- 24 Jun, 2011 6 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 22 Jun, 2011 8 commits
-
-
Łukasz Nowak authored
Old version of slap library are not using state parameter, so prove that new version of Slap Tool is capable to speak with them.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Do not try to request start not fully installed computer partition, and wait until instance setup packing list is stopped, before trying to create hosting one. Beside of setting state on Software instance by start/stop requested methods setup in activities real request. Thanks to this *after* computer partition is installed (instance setup packing list == stopped) the request becomes synchronous (...a bit later -- in sense -- just once called).
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It shall check for instance hosting, not instance setup.
-
Łukasz Nowak authored
Setup all required parameters before requesting again.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
If internal bootstrap is used there is no need to clutter arguments with not required command.
-
- 21 Jun, 2011 13 commits
-
-
Łukasz Nowak authored
Play usual started scenario, and later after it is started, change the decision and request it stopped. Also fix docstring.
-
Vincent Pelletier authored
This was not implemented, and I overlooked it when implementing -d/--dry-run option for some reason.
-
Łukasz Nowak authored
It is required in order to pass values like None.
-
Łukasz Nowak authored
Keep backward compatibility and start automatically just after partition become available. Implement start_requested and stop_requested states in order to have stateful information about software instance requested state. Asynchronously read software instance state and take proper actions in such case (only after .available() call for now). Note: Done in one big commit, as changes are interrelated, and impact system functionality.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Make it not required, in order to support older versions of slap library. Default to started, in order to support usual scenarios, when all is started automatically.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Thanks to partially reverting "Use only externally provided buildout." (commit 2a0bbcc9) it is possible to use slapgrid with provided buildout binary, but no one is forced to follow this way, as old style internal bootstraping procedure is available. Conflicts, manually merged: slapos/grid/slapgrid.py slapos/grid/utils.py
-
Łukasz Nowak authored
Allow to have not defined buildout binary.
-
- 17 Jun, 2011 5 commits
-
-
Romain Courteaud authored
This functionnality is already provided by request.
-
Łukasz Nowak authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-