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

helmo’s picture

If vagrant-build ran OK then you should have gotten a one time login link for your new Aegir site.

roynilanjan’s picture

can you please give me an example what link u refer to?

helmo’s picture

The 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

roynilanjan’s picture

Ok 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

helmo’s picture

roynilanjan’s picture

please 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?

ergonlogic’s picture

Ah, 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'

roynilanjan’s picture

after 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

roynilanjan’s picture

err: /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

helmo’s picture

Priority: Major » Normal

Could you paste the full log? This seems like the result of an earlier error.

helmo’s picture

Status: Active » Postponed (maintainer needs more info)