Skip to content
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

Cleanup cluster feature branch #141

Closed
4 of 5 tasks
jafcrocker opened this issue Nov 10, 2014 · 0 comments
Closed
4 of 5 tasks

Cleanup cluster feature branch #141

jafcrocker opened this issue Nov 10, 2014 · 0 comments

Comments

@jafcrocker
Copy link
Contributor

Cleanup to feature/cluster branch required before merging:

  • Cluster does not restart after shutdown. "hostname -f" fails. https://gist.github.com/jafcrocker/d243840e1b7df3d18811
    This is a problem with the way that we do the /etc/hosts file. The file is not available until vagrant mounts /vagrant directory, but we need it before that.
  • The vagrantfile is getting too big - we should split out the bash initialization into a separate file instead of embedding it in the Vagrantfile.
  • We write into .bashrc, but code is not idempotent, so we add the same changes each time we bring up the vm. That SCRIPT should probably be added as /etc/init.d/first-boot.sh which would need to remove itself after running
  • fix 'zendev box' to properly create btrfs volumes
  • add --cpus and --fssize to cluster and box
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant