-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build on cfncluster 16.04 LTS release once it is available for AWS #78
Comments
Note: BCE-2016-spring.json now supports building BCE on top of a CFN Ubuntu image as the base image. Currently working with the CFN 14.04 LTS image. So we don't need to use their cookbook scripts; we can just work off their AMIs. |
I've just built and tested this as BCE-2016-fall-cfncluster-preview, which should (shortly) be public on AWS in the Oregon region. This was done using our Packer build system, building on top of the CFN Ubuntu 16.04 base image (as done previously for 14.04). I verified that simple multi-node submissions via either SGE or SLURM work and invoke auto-scaling if needed. Only major issue was that I had to prevent installation of ubuntu's lightdm package as that was pulling in the upstart package and the presence of /sbin/start was causing a problem when a virtual cluster was instantiated via 'cfncluster create', related to a cfncluster chef recipe trying to start the gmetad service and somehow attempting to do that via upstart. For future reference, error message from /var/log/cfn-init.log (on the instatiated master node) is given below. On the branch cfn_fall_2016 (this can probably be safely merged into master), I updated a bit of the R/Python packaging (e.g., R packages and the Miniconda version) but did not update the Python packages (there's some manual labor there). Worth a discussion in terms of whether we are going to release a new general BCE version in the near future and coordinating the CFNcluster version with that.
|
I've filed a feature request on the cfncluster issue tracker for them to release a 16.04 LTS based AMI that we can generate a custom build using their cookbook scripts with packer for our AWS image (rather than their other AMI-snapshot method of customization).
The text was updated successfully, but these errors were encountered: