Use this instead: sunbeam cluster join --role control,compute,storage $(cat sunbeam02.asc)
Workaround tested and works
ubuntu@sunbeam02:~$ sunbeam cluster join --role control,compute,storage $(cat /home/ubuntu/sunbeam02.asc)
Comma separated list of devices to be used by Ceph OSDs. `/dev/disk/by-id/<id>` are preferred, as they are stable given the same device.
Ceph devices: /dev/vdc
External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): enp8s0
Node joined cluster with roles: storage, compute, control
Becausem, otherwise the cat sunbeam02.asc | sunbeam cluster join --role control,compute,storage -
command is broken, it messes up the python code logic and leads to an infinite loop on the NIC questionnaire (and will also automatically skip the Ceph devices questionnaire)
ubuntu@sunbeam02:~$ cat ~/sunbeam02.asc | sunbeam cluster join --role control,compute,storage -
...
ue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): WARNING: Interface enp1s0 is configured. Any configuration will be lost, are you sure you want to continue? [y/n]: External network's interface [enp1s0/enp7s0/enp8s0] (enp1s0): ^C
Aborted!