maas-deployer failed on already install maas
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
maas-deployer |
New
|
Wishlist
|
Unassigned |
Bug Description
I am seeing this issue when i am trying to deploy maas on orange pod2 again. MAAS is up and running but when i tried to redploy it then getting the below issue. Looks like something is fishy in this environment.
+ sudo maas-deployer -c deployment.yaml -d --force
Traceback (most recent call last):
File "/usr/bin/
load_
File "/usr/lib/
return get_distributio
File "/usr/lib/
return ep.load(
File "/usr/lib/
return self.resolve()
File "/usr/lib/
module = __import_
File "/usr/lib/
from maas_deployer.
File "/usr/lib/
from maas_deployer.
File "/usr/lib/
from maas_deployer.
File "/usr/lib/
from apiclient import maas_client as maas
ImportError: cannot import name maas_client
FAILED - MAAS Deploy FAILED
Build step 'Execute shell' marked build as failure
Finished: FAILURE
Changed in maas-deployer: | |
importance: | Undecided → Wishlist |
Hi Narinder, first comment i'd make which is not directly related is that you should not run maas-deployer as root (there is no need to). Second, can you tell me what version of python-maas-client you have installed? (the above would indicate that somehow you do not have this installed anymore yet it is a package dependency of maas-deployer).