- 22 Jul, 2011 3 commits
-
-
Lucas Carvalho authored
This reverts commit 017a02ef. Conflicts: slapos/grid/SlapObject.py
-
Lucas Carvalho authored
This reverts commit 25c34da5.
-
Lucas Carvalho authored
-
- 21 Jul, 2011 7 commits
-
-
Lucas Carvalho authored
To avoid the explosion of "if" structure, it is better replace it using a "for" structure. The behavior of the code still the same.
-
Lucas Carvalho authored
According to the previous commit: - 017a02ef We just need to make sure that the new option is gonna be propagated to Software class. Indeed, in the buildout command line as well.
-
Lucas Carvalho authored
The new parameter is: - upload_authentication_file: the content must be the path of SSL key which must be used to make the user authentication in the Networkcache HTTP server. It must be propagated to buildout command line, of course.
-
Lucas Carvalho authored
The default value was ' ' because it was always being propagating to the buildout command line. But since the commit d8dca883, it does not happen anymore. This option is only propagated to buildout command line if it is not None.
-
Łukasz Nowak authored
-
Lucas Carvalho authored
Inside of slapos.cfg you can define the section called networkcache, which should contain all the required configuration to upload files to shacache and shadir. Options: - upload-cache-url: url to upload content to shacache - upload-dir-url: url to upload content to shacache - signature-private-key-file: private key file used to sign the information which may be sent to shadir Note: the option signature-private-key-file, may also be used as parameter of slapgrid command. (i.e. --signature_private_key_file=/path/to/private.pem) And of course, following the previous commit, we need to propagate these parameters to Software class.
-
Lucas Carvalho authored
Added upload_cache_url and upload_dir_url: - upload_cache_url: the value must be the url of shacache used to upload content. - upload_dir_url: the value must be the url of shadir used to upload the information about the content. Also, the signature_private_key_file is not required to instanciate a Software object, then it can be None by default. All these parameters listed above should only be used in the buildout command line, if they are not None. And it should be defined under networkcache-section.
-
- 20 Jul, 2011 1 commit
-
-
Łukasz Nowak authored
This theme is really complex, and having beautiful buttons which are submitting form is worse then just have working links without side effects.
-
- 19 Jul, 2011 4 commits
-
-
Lucas Carvalho authored
By default the buildout's options are written with '-' instead of '_'. So, lets keep like that.
-
Lucas Carvalho authored
-
Lucas Carvalho authored
Removed the argument signature_public_file because it should be inside the software profile under networkcache-section. And renamed signature_private_file to signature_private_key_file.
-
Łukasz Nowak authored
It is important to cover a case when Software Release get archived, but it is still used on Computer.
-
- 18 Jul, 2011 1 commit
-
-
Lucas Carvalho authored
-
- 15 Jul, 2011 14 commits
-
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
Łukasz Nowak authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
- 13 Jul, 2011 2 commits
-
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
- 12 Jul, 2011 8 commits
-
-
Cédric de Saint Martin authored
-
Łukasz Nowak authored
Title is humand related name of computer, and reference is used by SlapOS configuration.
-
Romain Courteaud authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Use My Acccount web section to expose buttons to request and revoke certificate. Move out credentials management to button. Reuse existing WebSection_viewMyAccountRender.
-
Arnaud Fontaine authored
-
Cédric de Saint Martin authored
-