power type for juju bootstrap(juju-boot-vm-dc1) is not configured

Bug #1478438 reported by Nobuto Murata
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
maas-deployer
Fix Released
Medium
Billy Olsen

Bug Description

When deployed with deployment.yaml, no power type is configured for juju bootstrap(juju-boot-vm-dc1). It would be nice if we could configure the power type in deployment.yaml like other MAAS nodes.

Tags: cpec

Related branches

Revision history for this message
Nobuto Murata (nobuto) wrote :

A workaround would be the same as a manual power type setup:

$ maas maas node update \
    "$(maas maas nodes list hostname=juju-boot-vm-dc1 | jq -r '.[].system_id')" \
    power_type=virsh \
    power_parameters_power_address='qemu+ssh://USER@VIRT_HOST/system' \
    power_parameters_power_id=juju-boot-vm-dc1 \
    power_parameters_power_pass=PASSWORD_IF_APPLICABLE

Revision history for this message
Billy Olsen (billy-olsen) wrote :

Yes, this is a nice to have and a definite want. Along with configuring the power type, we'll want to specify the keys etc to be able to use. I think I'd like to roll this one into a blueprint so we adequately capture the requirement for the libvirt/virsh power_type information.

Changed in maas-deployer:
importance: Undecided → Wishlist
status: New → Triaged
Nobuto Murata (nobuto)
tags: added: cpec
Changed in maas-deployer:
status: Triaged → In Progress
assignee: nobody → Billy Olsen (billy-olsen)
milestone: none → 0.0.2
importance: Wishlist → Medium
Changed in maas-deployer:
status: In Progress → Fix Committed
Changed in maas-deployer:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.