sudo groupadd bootstrap
sudo useradd -m -g bootstrap -s /bin/bash bootstrap
sudo usermod -a -G lxd,sudo bootstrap
sudo passwd bootstrap
sudo -i
su bootstrap
cd
...
juju clouds
These instructions don't work anymore:
ubuntu@node02:~$ sudo groupadd bootstrap
ubuntu@node02:~$ sudo useradd -m -g bootstrap -s /bin/bash bootstrap
ubuntu@node02:~$ sudo usermod -a -G lxd,sudo bootstrap
ubuntu@node02:~$ sudo passwd bootstrap
New password:
Retype new password:
passwd: password updated successfully
ubuntu@node02:~$ sudo -i
root@node02:~# su bootstrap
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
bootstrap@node02:/root$ cd
bootstrap@node02:~$ juju clouds
/user.slice/user-1000.slice/session-3.scope is not a snap cgroup for tag snap.juju.juju
If I instead do ssh bootstrap@node02 juju commands do work.
Possibly related: LP#2075560
Document: how-to/misc/bootstrap-highly-available-juju-controller-on-top-of-a-lxd-cluster.rst
These instructions don't work anymore:
If I instead do
ssh bootstrap@node02juju commands do work.Possibly related: LP#2075560
Document: how-to/misc/bootstrap-highly-available-juju-controller-on-top-of-a-lxd-cluster.rst