I have build a project setup with aegir and download debeain vagrant environment ... now please tell me how should I utilize this setup for drupal(Along with LAMP) with using the manifest given in the project directory, should I need to configure anything more for apache(as described in vagrant site for manifest file)...
Comments
Comment #1
helmo commentedIf vagrant-build ran OK then you should have gotten a one time login link for your new Aegir site.
Comment #2
roynilanjan commentedcan you please give me an example what link u refer to?
Comment #3
helmo commentedThe link you get from drush user-login.
E.g: http://aegir-up.aegirtest7.local/user/reset/1/1350222835/303c03ce8d29ae9...
Within the vm you should have e.g: /var/aegir/hostmaster-6.x-1.9/sites/aegir-up.aegirtest7.local
Comment #4
roynilanjan commentedOk thnx one more, just need some knowledge,
some time after download complete(during drush vb) unable to ssh directly to vagrant box... shows some ssh failed ...
can you please tell me where is the problem is it any time out problem? because I try to manually ssh like vagrant up & vagrant ssh i can login in the box and get the share folder of vagrant like /vagrant/projects/test1
Comment #5
helmo commentedYou seem to already have found the issue about this. #1516408: Aegir-up sometimes hangs on "Waiting for VM to boot. This can take a few minutes."
Comment #6
roynilanjan commentedplease have a look during rebuild or even in build got a message,
err: /Stage[main]/Drush-vagrant::User/File[.ssh/authorized_keys]: Could not evaluate: Could not retrieve information from environment production source(s) file:/vagrant/.config/files/authorized_keys at /tmp/vagrant-puppet/modules-0/drush-vagrant/manifests/init.pp:42
can you please explain me what short of problem is this regarding ssh keys?
Comment #7
ergonlogicAh, ok. If you don't have SSH keys on your system, it won't be able to vagrant-shell normally, since it'll try to login as a user we've created for you. You could try logging in as the default 'vagrant' user: 'drush vagrant-shell --default-user'
Comment #8
roynilanjan commentedafter build completion ... what should I do? should I use the host-master api use drush make? or how that puppet will work which is written in the drush-vagrant lib for execute?
Please give some instruction by which after build completion I can utilize the system
Comment #9
roynilanjan commentederr: /Stage[main]//Exec[download-drush]/returns: change from notrun to 0 failed: Could not find command '/usr/bin/drush'
can you please tell where is the problem? from puppet manifest
Comment #10
helmo commentedCould you paste the full log? This seems like the result of an earlier error.
Comment #11
helmo commented