neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

Add username='root' to fix ansible user #26

Closed Tiboris closed 4 years ago

Tiboris commented 4 years ago

Add username='root' to fix ansible user

Added username='root' to beaker host object initialization so inventory is created using ansible_user: root. This is required because we are uploading public key while provisioning to the root user and not user set in the provisioning config. The mismatched user causes unreachable host when using generated ansible inventory.

Fix initialization of provider in a way that we do not pass provisioning config but only needed values.

Add status Queued as provisioning.

Signed-off-by: Tibor Dudlák tdudlak@redhat.com