Closed (works as designed)
Project:
Provision
Version:
6.x-2.x-dev
Component:
Drush integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2012 at 16:38 UTC
Updated:
5 Feb 2013 at 23:20 UTC
Jump to comment: Most recent
Comments
Comment #1
omega8cc commentedThe system user
o1is exactly the same as Aegir standardaegirsystem user, so it has full rights to manage Aegir backend. Make sure you are switching to this user correctly (exactly as it is required foraegiruser elsewhere):su -s /bin/bash - o1- note the dash beforeo1.Also, BOA is already based on Provision 6.x-2.x branch, which shouldn't, but may make some difference, so any bug reports are welcome, but we will forward them to the Provision queue probably, as there is nothing BOA specific when you are using it with its system user.
Comment #2
drurian commentedsu -s /bin/bash - o1 - note the dash before o1.Already doing that.
I've noticed the context files created with through the aegir front end are different:
While from the command line:
Comment #3
omega8cc commentedDrush alias for
'context_type' => 'platform',will be always different than'context_type' => 'server',but if you feel that there are some anomalies, then I will move this issue over to the Provision queue, as I don't see anything BOA specific here.Comment #4
drurian commentedI must have done something wrong. I've tried again and it's working. The only potential issue is when I run
drush @hostmaster hosting-task @platform_myplatform verifyI get
Comment #5
Anonymous (not verified) commentedWe'd need to see how you created the platform context with provision-save (the full command) to see how it could possibly have created it as a server alias. I can't reproduce, but it's not impossible that it's a problem with using provision-save from the commandline under 6.x-2.x
Comment #6
sluc23 commentedHi,
is this still possible to do it?
Run drush provision commands in BOA? I'm using BOA 2.0.5 and when I try to change user from o1.ftp to o1 I've got:
Comment #7
omega8cc commented@sluc23 You must be logged in as root and not o1.ftp to be able to switch to o1.
Comment #8
sluc23 commentedhi,
yes must logged in as root, makes sense :)
Once ther I'm getting the same error as #4 while executing
drush @hostmaster hosting-task @platform_myplatform verifyThis task is not queued, use --force
Any idea how to execute that provision command?
cheers!
Comment #9
omega8cc commenteddrush @hostmaster hosting-task @platform_myplatform verify --force