Project

General

Profile

Feature #8022

Updated by Tomáš Strachota over 7 years ago

Hello, 
 when adding an new image to a libvirt compute resource using the foreman hammer cli there should be an option to set a password which will be used to ssh into a new vm during provisioning time to deploy the finish scripts: 

 <pre> 
 hammer compute-resource image create --help 
 Usage: 
     hammer compute-resource image create [OPTIONS] 

 Options: 
     --architecture ARCHITECTURE_NAME Architecture name 
     --architecture-id ARCHITECTURE_ID 
     --compute-resource COMPUTE_RESOURCE_NAME Compute resource name 
     --compute-resource-id COMPUTE_RESOURCE_ID 
     --name NAME 
     --operatingsystem-id OPERATINGSYSTEM_ID 
     --username USERNAME 
     --uuid UUID 
     -h, --help                      print help 
 </pre> 



 Here the password option is missing.

Back