Deploying machine with install_rackd=True is not working
Bug #1831147 reported by
Newell Jensen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Critical
|
Newell Jensen | ||
2.6 |
Fix Released
|
Critical
|
Newell Jensen |
Bug Description
# maas admin machine deploy <system_id> install_rackd=True
deploys the machine but it does not create a rack controller.
Related branches
~newell-jensen/maas:2.6-lp1831147
- Newell Jensen (community): Approve
-
Diff: 298 lines (+49/-34)4 files modifiedsrc/metadataserver/api.py (+8/-3)
src/metadataserver/tests/test_api.py (+1/-1)
src/metadataserver/tests/test_vendor_data.py (+30/-24)
src/metadataserver/vendor_data.py (+10/-6)
~newell-jensen/maas:lp1831147
Merged
into
maas:master
- Blake Rouse (community): Approve
-
Diff: 298 lines (+49/-34)4 files modifiedsrc/metadataserver/api.py (+8/-3)
src/metadataserver/tests/test_api.py (+1/-1)
src/metadataserver/tests/test_vendor_data.py (+30/-24)
src/metadataserver/vendor_data.py (+10/-6)
Changed in maas: | |
milestone: | next → 2.7.0beta1 |
importance: | Undecided → Critical |
Changed in maas: | |
status: | In Progress → Invalid |
Changed in maas: | |
status: | Invalid → In Progress |
Changed in maas: | |
status: | New → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Looking closer, cloud-init gave this error:
https:/ /paste. ubuntu. com/p/s742Bkjk7 S/
I tried the command manually on the deployed machine:
$ sudo snap install maas --devmode --channel= latest/ edge /api.snapcraft. io/v2/snaps/ refresh: dial tcp: lookup
api.snapcraft. io: Temporary failure in name resolution
error: cannot install "maas": Post https:/
Trying to resolve manually:
$ curl -v http:// api.snapcraft. io api.snapcraft. io/
* Rebuilt URL to: http://
* Could not resolve host: api.snapcraft.io
* Closing connection 0
curl: (6) Could not resolve host: api.snapcraft.io
This is the underlying issue currently.