arvindshmicrosoft opened a new pull request #427:
URL: https://github.com/apache/fluo-muchos/pull/427


   * Remove special case handling for SNAPSHOT tarballs - we now compute
     checksums for all relevant tarballs found in conf/upload.
     Those checksums are available to the Ansible download tasks, thereby
     further validating uploaded files.
   
   * Compute the expected local tarball name based on software versions
     specified in muchos.props. Then, if a matching local tarball is found,
     copy the tarball to the Ansible host ("proxy"). Locally found tarballs
     which do not match the configured version, are skipped (previously,
     all .tar.gz files from conf/upload would be blindly copied to proxy,
     regardless of whether they are actually needed).
   
   * Add simple tests to validate expected local tarball name for Accumulo
     and Zookeeper (the latter is especially important as it exercises the
     recursive expansion of Jinja2 templated variables in the Ansible
     host variables).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to