Skip to content

Instantly share code, notes, and snippets.

@dergachev
Last active December 12, 2015 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dergachev/4699228 to your computer and use it in GitHub Desktop.
Save dergachev/4699228 to your computer and use it in GitHub Desktop.
Notes from our BOF discussion about Drupal + Chef + Vagrant.

BOF followup to https://gist.github.com/4698240

Present:

jonathan pugh steve merrill david king dkingofpa alex dergachev

and other cool people

https://github.com/xforty/xforty-drupal

drush make https://github.com/xforty/drush-deploy, (based on capistrano) for prod deployment:

  • settings file / folder mgmt with symlink
  • version the database
  • drush make workflow, features referenced in make files
  • drush sql-sync, rsync

steve merrill

project ariadne (patcon)

  • david: wanted

ssh agent forwarding challenge

  • SteveM: our jenkins has java SSH agent stack...
  • Alex: see cookbook root_ssh_agent for our problems
    • SteveM: quick workaround: use a shell provisioner first to fix this!
      • AlexD: we should do this as a post-provisioner for end-users to plug in their custom shell script
      • Also would be good to have a prompt plugin
  • DavidK: similar problem with ssh_known_host null issue
  • vagrant hostmaster

Getting started with drupal/vagrant

https://github.com/zivtech/vagrant-development-vm https://github.com/zivtech/getSite

  • have some db sync scripts
  • SteveM: ubuntu provides some vagrant images, Centos getting too
  • Alex: even nfs shared folders are too slow, my cookbook just copies to regular folder or does git clone
    • SteveM: consider sshfs or webdav, though not a solution to the problem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment