- This topic has 1 reply, 2 voices, and was last updated 1 year, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Slice provisioning error – CentOS stream
Error occurred when using either MASS or WASH
failed lease update- all units failed priming: Exception during create for unit: b2e4f07a-4af3-4c91-b676-1c2ac49dcec3 NoneType object has no attribute get#all units failed priming: Exception during create for unit: b2e4f07a-4af3-4c91-b676-1c2ac49dcec3 NoneType object has no attribute get#
Hello Bruce,
Thank you for reporting this issue. The default user for default_centos9_stream
is cloud-user
instead of centos
Our configuration was incorrect and has been updated and the issue has been addressed. Please try a slice and let us know if you still observe any failures or errors.
Also, please note the FABlib uses the default user for default_centos9_stream
as centos
Any execution of the commands via node.execute()
should be pass in the username as cloud-user
.
node.execute(‘echo Hello, FABRIC from node hostname -s
‘, username=”cloud-user”)
We’ll address this in FABLib as well.
Appreciate your feedback!
Thanks,
Komal