πŸ”₯[libvirt-setup]$ # setup static dhcp address on cosmos network for jupiter hostπŸ”₯[libvirt-setup]$                                                                                                   πŸ”₯[libvirt-setup]$ virsh -c qemu:///system \                                                                                                                                                          >   net-update cosmos add-last ip-dhcp-host \                                                                                                                                                         >   "<host mac='52:54:00:da:70:35' name='jupiter' ip='192.168.30.2'/>" \                                                                                                                              >   --live --config --parent-index 0                                                                                                                                                                  Updated network cosmos persistent config and live state                                                                                                                                               πŸ”₯[libvirt-setup]$                                                                                                                                                                                    πŸ”₯[libvirt-setup]$ # create vm                                                                                                                                                                        πŸ”₯[libvirt-setup]$                                                                                                                                                                                    πŸ”₯[libvirt-setup]$ virt-install \                                                                                                                                                                     >   --connect qemu:///system \                                                                                                                                                                        >   --name jupiter \                                                                                                                                                                                  >   --ram 1024 \                                                                                                                                                                                      >   --os-type linux \                                                                                                                                                                                 >   --os-variant fedora31 \                                                                                                                                                                           >   --graphics none \                                                                                                                                                                                 >   --network network=cosmos,mac=52:54:00:da:70:35 \                                                                                                                                                  >   --disk=/storage/images/jupiter.vda.x86_64.qcow2,bus=virtio,format=qcow2 \                                                                                                                         >   --import \                                                                                                                                                                                        >   --noautoconsole                                                                                                                                                                                                                                                                                                                                                                                         Starting install...                                                                                                                                                                                   Domain creation completed.                                                                                                                                                                            πŸ”₯[libvirt-setup]$                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
00:00-01:42