Project

General

Profile

Bug #17745

Updated by Ward Vandewege almost 3 years ago

On Arvados 2.1.2: 

 <pre> 
 # arvados-server config-dump 
 ... 
     Containers: 
       CloudVMs: 
         BootProbeCommand: sudo docker ps -q 
         DeployRunnerBinary: /proc/self/exe 
         Driver: ec2 
         DriverParameters: 
           AccessKeyID: "" 
           AdminUsername: admin 
           BlobContainer: "" 
           ClientID: "" 
           ClientSecret: "" 
           CloudEnvironment: AzurePublicCloud 
           DeleteDanglingResourcesAfter: 20s 
           EBSVolumeType: gp2 
           ImageResourceGroup: "" 
           Location: centralus 
           Network: "" 
           NetworkResourceGroup: "" 
           Region: us-east-1 
           ResourceGroup: "" 
           SecretAccessKey: "" 
           SecurityGroupIDs: 
           - sg-YYYYYYYYYYYYYYYYYY 
           SharedImageGalleryImageVersion: "" 
           SharedImageGalleryName: "" 
           StorageAccount: "" 
           Subnet: "" 
           SubnetID: subnet-XXXXXXXXXXXXXXXXXXXXXX 
           SubscriptionID: "" 
           TenantID: "" 
 ... 
 </pre> 

 This output shows that the ec2 driver is selected. But; a number of the DriverParameters listed are from the *azure* driver, which is confusing. E.g. 'CloudEnvironment: AzurePublicCLoud', 'SharedImageGalleryImageVersion', 'SharedImageGalleryName', etc.

Back