[
https://issues.apache.org/jira/browse/VCL-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14175207#comment-14175207
]
ASF subversion and git services commented on VCL-670:
-----------------------------------------------------
Commit 1632626 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1632626 ]
VCL-670 - user provided data loaded at request time
xmlrpcWrappers.php: modified XMLRPCdeployServer: added argument '$userdata';
this is placed into the variable table with a key of 'userdata|<reservation
id>'; entries are created for each reservation that is part of a cluster; the
data is then dropped in to /root/.vclcontrol/post_reserve_userdata by the
backend at reservation time
> user provided data loaded at request time
> -----------------------------------------
>
> Key: VCL-670
> URL: https://issues.apache.org/jira/browse/VCL-670
> Project: VCL
> Issue Type: Improvement
> Components: database, vcld (backend), web gui (frontend)
> Environment: Primarily for server and cluster loads.
> Reporter: Aaron Peeler
> Priority: Minor
> Fix For: 2.4
>
>
> Provide a method for users to upload data / content, that would be
> transferred to the loaded machine at load time.
> There are cases where a unique config or some xml data might need to be
> applied to a reservation or image at load or reservation time.
> The image creator would upload this generic data to along with the image
> profile, and would make use of the vcl_post_load and vcl_post_reserve.
> Since this might be sensitive data, it should be stored in /root/.vclcontrol
> for linux and a similar location for windows.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)