Ubuntu LTS 24.04.2 - Microstack

Ubuntu Version:
Ubuntu LTS 24.04.2 (Noble Numbat)

Problem Description:
I am setting up a fresh environment of MicroStack on an Ubuntu 24.04.2 Nimble server. The server is configured with a proxy setup and has four network interfaces. Two of these interfaces are configured with 10.X.X.X/24 networks, one for control plane network and other one to VMs.

Relevant System Information:
Baremetal installation on a DELL PowerEdge R650 machine (1TB RAM + 32 CPU), going for multinode deploy with three equal servers

Screenshots or Error Messages:

> uoladmin@a1-sunbeam0:~$ sunbeam prepare-node-script --bootstrap | bash -x
> ++ lsb_release -sc
> + '[' noble '!=' noble ']'
> ++ whoami
> + USER=uoladmin
> ++ id -u
> + '[' 1000 -eq 0 -o uoladmin = root ']'
> + SUDO_ASKPASS=/bin/false
> + sudo -A whoami
> + grep NOPASSWD:ALL
> + sudo grep -r uoladmin /etc/sudoers /etc/sudoers.d
> + dpkg -s openssh-server
> + dpkg -s curl
> + sudo usermod --append --groups snap_daemon uoladmin
> + '[' -f /home/uoladmin/.ssh/id_rsa ']'
> + cat /home/uoladmin/.ssh/id_rsa.pub
> ++ hostname --all-ip-addresses
> + ssh-keyscan -H 10.X.X.208 10.X.X.1
> # 10.X.X.208:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.208:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.208:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.208:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.208:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.1:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.1:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.1:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.1:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> # 10.X.X.1:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.8
> + grep -E 'HTTPS?_PROXY' /etc/environment
> + sudo snap connect openstack:ssh-keys
> + sudo snap install --channel 3.6/stable juju
> snap "juju" is already installed, see 'snap help refresh'
> + mkdir -p /home/uoladmin/.local/share
> + mkdir -p /home/uoladmin/.config/openstack
> ++ snap list openstack --unicode=never --color=never
> ++ grep openstack
> + snap_output='openstack  2024.1   669  2024.1/candidate  canonical**  -'
> ++ awk -v col=4 '{print $col}'
> + track=2024.1/candidate
> + [[ 2024.1/candidate =~ edge ]]
> + [[ 2024.1/candidate == \- ]]
> + [[ 2024.1/candidate =~ beta ]]
> + [[ 2024.1/candidate =~ candidate ]]
> + risk=candidate
> + [[ candidate != \s\t\a\b\l\e ]]
> + sudo snap set openstack deployment.risk=candidate
> + echo 'Snap has been automatically configured to deploy from' 'candidate channel.'
> Snap has been automatically configured to deploy from candidate channel.
> + echo 'Override by passing a custom manifest with -m/--manifest.'
> Override by passing a custom manifest with -m/--manifest.
> + sudo snap install lxd --channel 5.21/stable
> snap "lxd" is already installed, see 'snap help refresh'
> ++ whoami
> + USER=uoladmin
> + sudo usermod --append --groups lxd uoladmin
> ++ sudo --user uoladmin lxc network list --format csv
> ++ grep lxdbr0
> + '[' -n '' ']'
> ++ sudo --user uoladmin lxc storage list --format csv
> + '[' -z default,dir,/var/snap/lxd/common/lxd/storage-pools/default,,1,CREATED ']'
> + echo 'Bootstrapping Juju onto LXD'
> Bootstrapping Juju onto LXD
> + sudo --user uoladmin juju show-controller
> {}
> ERROR there is no active controller
> + '[' 1 -ne 0 ']'
> + sudo --user uoladmin juju bootstrap localhost
> Creating Juju controller "localhost-localhost" on localhost/localhost
> Looking for packaged Juju agent version 3.6.4 for amd64
> Located Juju agent version 3.6.4-ubuntu-amd64 at https://streams.canonical.com/juju/tools/agent/3.6.4/juju-3.6.4-linux-amd64.tgz
> To configure your system to better support LXD containers, please see: https://documentation.ubuntu.com/lxd/en/latest/explanation/performance_tuning/
> Launching controller instance(s) on localhost/localhost...
>  - juju-8f4bee-0 (arch=amd64)
> Installing Juju agent on bootstrap instance
> Waiting for address
> Attempting to connect to 10.X.X.134:22
> Connected to 10.X.X.134
> Running machine configuration script...
> Cloud-init v. 24.4.1-0ubuntu0~24.04.1 running 'init-local' at Mon, 17 Mar 2025 21:29:49 +0000. Up 0.84 seconds.
> Cloud-init v. 24.4.1-0ubuntu0~24.04.1 running 'init' at Mon, 17 Mar 2025 21:29:50 +0000. Up 1.79 seconds.
> ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++
> ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+
> ci-info: | Device |  Up  |           Address           |      Mask     | Scope  |     Hw-Address    |
> ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+
> ci-info: |  eth0  | True |        10.X.X.134           | 255.255.255.0 | global | 00:16:3e:7a:86:97 |
> ci-info: |  eth0  | True | fe80::216:3eff:fe7a:8697/64 |       .       |  link  | 00:16:3e:7a:86:97 |
> ci-info: |   lo   | True |          127.0.0.1          |   255.0.0.0   |  host  |         .         |
> ci-info: |   lo   | True |           ::1/128           |       .       |  host  |         .         |
> ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+
> ci-info: +++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++
> ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
> ci-info: | Route | Destination  |   Gateway    |     Genmask     | Interface | Flags |
> ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
> ci-info: |   0   |   0.0.0.0    | 10.212.218.1 |     0.0.0.0     |    eth0   |   UG  |
> ci-info: |   1   | 10.212.218.0 |   0.0.0.0    |  255.255.255.0  |    eth0   |   U   |
> ci-info: |   2   | 10.212.218.1 |   0.0.0.0    | 255.255.255.255 |    eth0   |   UH  |
> ci-info: +-------+--------------+--------------+-----------------+-----------+-------+
> ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
> ci-info: +-------+-------------+---------+-----------+-------+
> ci-info: | Route | Destination | Gateway | Interface | Flags |
> ci-info: +-------+-------------+---------+-----------+-------+
> ci-info: |   0   |  fe80::/64  |    ::   |    eth0   |   U   |
> ci-info: |   2   |    local    |    ::   |    eth0   |   U   |
> ci-info: |   3   |  multicast  |    ::   |    eth0   |   U   |
> ci-info: +-------+-------------+---------+-----------+-------+
> Cloud-init v. 24.4.1-0ubuntu0~24.04.1 running 'modules:config' at Mon, 17 Mar 2025 21:29:51 +0000. Up 2.20 seconds.
> Cloud-init v. 24.4.1-0ubuntu0~24.04.1 running 'modules:final' at Mon, 17 Mar 2025 21:29:51 +0000. Up 2.92 seconds.
> + install -D -m 644 /dev/null /var/lib/juju/nonce.txt
> + echo user-admin:bootstrap
> Cloud-init v. 24.4.1-0ubuntu0~24.04.1 finished at Mon, 17 Mar 2025 21:29:51 +0000. Datasource DataSourceLXD.  Up 3.00 seconds
> Logging to /var/log/cloud-init-output.log on the bootstrap machine
> Regenerating SSH host keys
> Generating public/private rsa key pair.
> Your identification has been saved in /etc/ssh/ssh_host_rsa_key
> Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub
> The key fingerprint is:
> SHA256:1ZtWxpJsjqDC4CFddwH7u5YmgeLmKdq2JStdi7jdOZA root@juju-8f4bee-0
> The key's randomart image is:
> +---[RSA 3072]----+
> |    . o.o.       |
> | . . . o   o o   |
> |. +   . . . * +  |
> | o +   o o + *   |
> |  ..o.. S . =    |
> |  E o..  . .     |
> | +.=.. ...       |
> |+o**o.. +.       |
> |+BB.o. +.        |
> +----[SHA256]-----+
> Generating public/private ecdsa key pair.
> Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key
> Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub
> The key fingerprint is:
> SHA256:BIfMfuvV1/YAJPznNCa3qT3VFVi/5fYl99cf85AvJ58 root@juju-8f4bee-0
> The key's randomart image is:
> +---[ECDSA 256]---+
> |     o....    o. |
> |      +o  o .. ..|
> |     .  .  +    +|
> |      ...   + *.+|
> |       .S. . O.*B|
> |        . . . *=X|
> |       . .   +o**|
> |        .   . =oX|
> |               E=|
> +----[SHA256]-----+
> Generating public/private ed25519 key pair.
> Your identification has been saved in /etc/ssh/ssh_host_ed25519_key
> Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub
> The key fingerprint is:
> SHA256:YbLiqpQLtTJn1sC+y8wO8ikKxU0ntNjoP4LWCginn+c root@juju-8f4bee-0
> The key's randomart image is:
> +--[ED25519 256]--+
> |    .            |
> |   = .           |
> |  o = o o        |
> | + o o + .       |
> |. O o . S        |
> |oBo* .           |
> |%+B.=            |
> |O&o*..           |
> |+*&+E            |
> +----[SHA256]-----+
> Running apt-get update
> Ign:1 http://security.ubuntu.com/ubuntu noble-security InRelease
> Ign:2 http://archive.ubuntu.com/ubuntu noble InRelease
> Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
> Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
> Ign:1 http://security.ubuntu.com/ubuntu noble-security InRelease
> Ign:2 http://archive.ubuntu.com/ubuntu noble InRelease
> Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
> Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
> Ign:1 http://security.ubuntu.com/ubuntu noble-security InRelease
> Ign:2 http://archive.ubuntu.com/ubuntu noble InRelease
> Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
> Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
> Err:1 http://security.ubuntu.com/ubuntu noble-security InRelease
>   Could not connect to security.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable)
> Err:2 http://archive.ubuntu.com/ubuntu noble InRelease
>   Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> Err:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
>   Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> Err:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
>   Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> Reading package lists...
> W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble/InRelease  Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-updates/InRelease  Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-backports/InRelease  Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/noble-security/InRelease  Could not connect to security.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to security.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to security.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable)
> W: Some index files failed to download. They have been ignored, or old ones used instead.
> Running apt-get upgrade
> cloud-init set on hold.
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Calculating upgrade...
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> Canceled hold on cloud-init.
> Installing curl, cpu-checker, tmux, ubuntu-fan
> Reading package lists...
> Building dependency tree...
> Reading state information...
> curl is already the newest version (8.5.0-2ubuntu10.6).
> curl set to manually installed.
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following additional packages will be installed:
>   msr-tools
> The following NEW packages will be installed:
>   cpu-checker msr-tools
> 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
> Need to get 15.8 kB of archives.
> After this operation, 65.5 kB of additional disk space will be used.
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Err:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
>   Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable)
> Err:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
>   Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-5build1_amd64.deb  Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-1.3build2_amd64.deb  Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable)
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following additional packages will be installed:
>   msr-tools
> The following NEW packages will be installed:
>   cpu-checker msr-tools
> 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
> Need to get 15.8 kB of archives.
> After this operation, 65.5 kB of additional disk space will be used.
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Err:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
>   Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable)
> Err:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
>   Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-5build1_amd64.deb  Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-1.3build2_amd64.deb  Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable)
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following additional packages will be installed:
>   msr-tools
> The following NEW packages will be installed:
>   cpu-checker msr-tools
> 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
> Need to get 15.8 kB of archives.
> After this operation, 65.5 kB of additional disk space will be used.
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Err:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
>   Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable)
> Err:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
>   Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-5build1_amd64.deb  Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-1.3build2_amd64.deb  Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable)
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following additional packages will be installed:
>   msr-tools
> The following NEW packages will be installed:
>   cpu-checker msr-tools
> 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
> Need to get 15.8 kB of archives.
> After this operation, 65.5 kB of additional disk space will be used.
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Err:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
>   Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> Err:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
>   Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-5build1_amd64.deb  Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-1.3build2_amd64.deb  Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable)
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following additional packages will be installed:
>   msr-tools
> The following NEW packages will be installed:
>   cpu-checker msr-tools
> 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
> Need to get 15.8 kB of archives.
> After this operation, 65.5 kB of additional disk space will be used.
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Ign:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
> Ign:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
> Err:1 http://archive.ubuntu.com/ubuntu noble/main amd64 msr-tools amd64 1.3-5build1
>   Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable)
> Err:2 http://archive.ubuntu.com/ubuntu noble/main amd64 cpu-checker amd64 0.7-1.3build2
>   Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-5build1_amd64.deb  Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable)
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-1.3build2_amd64.deb  Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (101: Network is unreachable) Cannot initiate the connection to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (101: Network is unreachable)
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
> ERROR failed to bootstrap model: subprocess encountered error code 100

What I’ve Tried:

Proxy enviroment: Declared proxy settings on /etc/environment as instructed and tried on juju bootstrap localhost --model-default http-proxy --model-default https-proxy --model-default no-proxy

Bootstrap Script Issues: The bootstrap script fails to complete successfully. This script is crucial for initializing the MicroStack environment, and its failure prevents further progress.

Juju Controller Creation: When attempting to create the Juju controller, the process does not complete as expected. This issue seems to be related to network configuration or proxy settings.

APT-GET Update Failure: When the system tries to run apt-get update on the container, it fails. This failure is likely due to the proxy setup or network interface configuration, which might be causing connectivity issues with the package repositories.

Looks like the container itself cannot get to the URLs, but on the machine I can do it normally, checked routes, interfaces no clue at all, if you could help.

Best Regards


Hello @richkos,

There is a known issue Bug #2104141 “sunbeam prepare-node-script --bootstrap do not set...” : Bugs : OpenStack Snap since we switched to that LXD intermediary controller.

While we look into fixing this issue, I would suggest, as a workaround to get the content of the prepare-node-script into a file with:

sunbeam prepare-node-script --bootstrap > bootstrap.sh

And then, to modify the following line to look like this:

sudo --user $USER juju bootstrap localhost --juju-http-proxy=$HTTP_PROXY --juju-https-proxy=$HTTPS_PROXY --juju-no-proxy=$NO_PROXY --snap-http-proxy=$HTTP_PROXY --snap-https-proxy=$HTTPS_PROXY

You’ll then be able to execute that script (Ensure HTTP_PROXY, NO_PROXY, and HTTPS_PROXY are correctly set) to get a bootstrapped juju controller.

Don’t hesitate if you have any issue, you can reach us on: https://matrix.to/#/#openstack-sunbeam:ubuntu.com if you want a more interactive conversation.

On a last note, I would like to invite you to use 2024.1/beta for now (new candidate soon). There has been an architecture change a few weeks ago, and a lot of bug fixes that are available on beta right now.

hello @gboutry, thank you for your assistance and clarification.

I`ve tried that way but unfortunately does not worked, but searching a little bit I saw that instead of making the edit on the line using --juju-http-proxy and the other ones and got this error ( ERROR option provided but not defined:).
I kind of changed to --config juju-http-proxy and the other ones and worked for me, I advanced on the older error but now Ive got a new one. (lucky me I guess).

So is it better to me to downgrade the ubuntu version and try the 2024.1/beta for the packages? I do not understood that point.

Thanks again.

Hello there,

Here we are again, this time after using the proxy settings on juju, this step went well. And the next one I am facing some problems. Attached the log below:

sunbeam -v cluster bootstrap --role control,compute,storage

sunbeam -v cluster bootstrap --role control,compute,storage
[17:09:44] DEBUG    Logging to '/home/uoladmin/snap/openstack/common/logs/sunbeam-20250402-170944.892037.log'                                                                                          log.py:90
           DEBUG    command: /snap/openstack/701/bin/sunbeam -v cluster bootstrap --role control,compute,storage                                                                                     main.py:106
           DEBUG    Registering deployment type: ('local', <class 'sunbeam.provider.local.deployment.LocalDeployment'>)                                                                           commands.py:72
           DEBUG    Registering deployment type: ('maas', <class 'sunbeam.provider.maas.deployment.MaasDeployment'>)                                                                              commands.py:72
           DEBUG    No juju account found                                                                                                                                                       deployment.py:89
                    Traceback (most recent call last):
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/core/juju.py", line 205, in load
                        with data_file.open() as file:
                             ^^^^^^^^^^^^^^^^
                      File "/usr/lib/python3.12/pathlib.py", line 1015, in open
                        return io.open(self, mode, buffering, encoding, errors, newline)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                    FileNotFoundError: [Errno 2] No such file or directory: '/home/uoladmin/snap/openstack/701/account.yaml'

                    The above exception was the direct cause of the following exception:

                    Traceback (most recent call last):
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/provider/local/deployment.py", line 85, in _load_juju_account
                        juju_account = JujuAccount.load(snaphelpers.Snap().paths.user_data)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/core/juju.py", line 208, in load
                        raise JujuAccountNotFound(
                    sunbeam.core.juju.JujuAccountNotFound: Juju user account not found, is node part of sunbeam cluster yet? /home/uoladmin/snap/openstack/701/account.yaml
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/JujuController, args={'allow_redirects': True}                                       service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/JujuController HTTP/1.1" 503 136                                                                                                connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Clusterd service unavailable                                                                                                                                               deployment.py:102
                    Traceback (most recent call last):
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/clusterd/service.py", line 170, in _request
                        response.raise_for_status()
                      File "/snap/openstack/701/lib/python3.12/site-packages/requests/models.py", line 1021, in raise_for_status
                        raise HTTPError(http_error_msg, response=self)
                    requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url:
                    http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/JujuController

                    During handling of the above exception, another exception occurred:

                    Traceback (most recent call last):
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/provider/local/deployment.py", line 94, in _load_juju_controller
                        return JujuController.load(self.get_client())
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/core/juju.py", line 236, in load
                        controller = client.cluster.get_config(JUJU_CONTROLLER_KEY)
                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/clusterd/cluster.py", line 173, in get_config
                        return self._get(f"/1.0/config/{key}").get("metadata")
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/clusterd/service.py", line 224, in _get
                        return self._request("get", path, **kwargs)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/clusterd/service.py", line 197, in _request
                        raise ClusterServiceUnavailableException(
                    sunbeam.clusterd.service.ClusterServiceUnavailableException: Sunbeam Cluster not initialized
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/local/certpair/server, args={'allow_redirects': True}                                           service.py:148
           DEBUG    http://localhost:None "GET /local/certpair/server HTTP/1.1" 503 136                                                                                                    connectionpool.py:474
           DEBUG    Response(<Response [503]>) = /* REDACTED */                                                                                                                                   service.py:159
           DEBUG    Clusterd service unavailable                                                                                                                                               deployment.py:115
                    Traceback (most recent call last):
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/clusterd/service.py", line 170, in _request
                        response.raise_for_status()
                      File "/snap/openstack/701/lib/python3.12/site-packages/requests/models.py", line 1021, in raise_for_status
                        raise HTTPError(http_error_msg, response=self)
                    requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url:
                    http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/local/certpair/server

                    During handling of the above exception, another exception occurred:

                    Traceback (most recent call last):
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/provider/local/deployment.py", line 110, in _load_cert_pair
                        return CertPair(**self.get_client().cluster.get_server_certpair())
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/clusterd/cluster.py", line 240, in get_server_certpair
                        return self._get("/local/certpair/server", redact_response=True).get("metadata")
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/clusterd/service.py", line 224, in _get
                        return self._request("get", path, **kwargs)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/clusterd/service.py", line 197, in _request
                        raise ClusterServiceUnavailableException(
                    sunbeam.clusterd.service.ClusterServiceUnavailableException: Sunbeam Cluster not initialized
           DEBUG    Registering deployment type 'local' of cls <class 'sunbeam.provider.local.deployment.LocalDeployment'>                                                                       commands.py:260
           DEBUG    Registering features                                                                                                                                                  feature_manager.py:178
           DEBUG    Registering feature observability                                                                                                                                                base.py:220
           DEBUG    Validating commands: {'enable': [{'name': 'observability', 'command': <Group enable-group>}], 'disable': [{'name': 'observability', 'command': <Group disable-group>}]}          base.py:110
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'enable': <CatchGroup enable>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature observability: Command observability registered in group enable                                                                                                          base.py:262
           DEBUG    Feature observability: Command observability registered in group disable                                                                                                         base.py:262
           DEBUG    Registering feature tls                                                                                                                                                          base.py:220
           DEBUG    Validating commands: {'enable': [{'name': 'tls', 'command': <Group enable-group>}], 'disable': [{'name': 'tls', 'command': <Group disable-group>}]}                              base.py:110
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group enable-group>, 'juju': <CatchGroup juju>,
                    'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils': <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature tls: Command tls registered in group enable                                                                                                                              base.py:262
           DEBUG    Feature tls: Command tls registered in group disable                                                                                                                             base.py:262
           DEBUG    Not registering feature 'caas', it is available at a higher risk level                                                                                                feature_manager.py:186
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Feature-dns, args={'allow_redirects': True}                                          service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Feature-dns HTTP/1.1" 503 136                                                                                                   connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Feature 'dns' failed to check if it is enabled: ClusterServiceUnavailableException('Sunbeam Cluster not initialized')                                                 feature_manager.py:202
           DEBUG    Registering feature dns                                                                                                                                                          base.py:220
           DEBUG    Validating commands: {'enable': [{'name': 'dns', 'command': <Command enable-cmd>}], 'disable': [{'name': 'dns', 'command': <Command disable-cmd>}]}                              base.py:110
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'disable.tls': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group
                    enable-group>, 'enable.tls': <Group enable-group>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature dns: Command dns registered in group enable                                                                                                                              base.py:262
           DEBUG    Feature dns: Command dns registered in group disable                                                                                                                             base.py:262
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Feature-images-sync, args={'allow_redirects': True}                                  service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Feature-images-sync HTTP/1.1" 503 136                                                                                           connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


[17:09:45] DEBUG    Feature 'images-sync' failed to check if it is enabled: ClusterServiceUnavailableException('Sunbeam Cluster not initialized')                                         feature_manager.py:202
           DEBUG    Registering feature images-sync                                                                                                                                                  base.py:220
           DEBUG    Validating commands: {'enable': [{'name': 'images-sync', 'command': <Command enable-cmd>}], 'disable': [{'name': 'images-sync', 'command': <Command disable-cmd>}]}              base.py:110
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'disable.tls': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group
                    enable-group>, 'enable.tls': <Group enable-group>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature images-sync: Command images-sync registered in group enable                                                                                                              base.py:262
           DEBUG    Feature images-sync: Command images-sync registered in group disable                                                                                                             base.py:262
           DEBUG    Not registering feature 'instance-recovery', it is available at a higher risk level                                                                                   feature_manager.py:186
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Feature-ldap, args={'allow_redirects': True}                                         service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Feature-ldap HTTP/1.1" 503 136                                                                                                  connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Feature 'ldap' failed to check if it is enabled: ClusterServiceUnavailableException('Sunbeam Cluster not initialized')                                                feature_manager.py:202
           DEBUG    Registering feature ldap                                                                                                                                                         base.py:220
           DEBUG    Validating commands: {'enable': [{'name': 'ldap', 'command': <Command enable-cmd>}], 'disable': [{'name': 'ldap', 'command': <Command disable-cmd>}]}                            base.py:110
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'disable.tls': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group
                    enable-group>, 'enable.tls': <Group enable-group>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature ldap: Command ldap registered in group enable                                                                                                                            base.py:262
           DEBUG    Feature ldap: Command ldap registered in group disable                                                                                                                           base.py:262
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Feature-loadbalancer, args={'allow_redirects': True}                                 service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Feature-loadbalancer HTTP/1.1" 503 136                                                                                          connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Feature 'loadbalancer' failed to check if it is enabled: ClusterServiceUnavailableException('Sunbeam Cluster not initialized')                                        feature_manager.py:202
           DEBUG    Registering feature loadbalancer                                                                                                                                                 base.py:220
           DEBUG    Validating commands: {'enable': [{'name': 'loadbalancer', 'command': <Command enable-cmd>}], 'disable': [{'name': 'loadbalancer', 'command': <Command disable-cmd>}]}            base.py:110
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'disable.tls': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group
                    enable-group>, 'enable.tls': <Group enable-group>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature loadbalancer: Command loadbalancer registered in group enable                                                                                                            base.py:262
           DEBUG    Feature loadbalancer: Command loadbalancer registered in group disable                                                                                                           base.py:262
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Feature-observability.embedded, args={'allow_redirects': True}                       service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Feature-observability.embedded HTTP/1.1" 503 136                                                                                connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Feature 'observability.embedded' failed to check if it is enabled: ClusterServiceUnavailableException('Sunbeam Cluster not initialized')                              feature_manager.py:202
           DEBUG    Registering feature observability.embedded                                                                                                                                       base.py:220
           DEBUG    Validating commands: {'enable.observability': [{'name': 'embedded', 'command': <Command enable-cmd>}], 'disable.observability': [{'name': 'embedded', 'command': <Command        base.py:110
                    disable-cmd>}]}
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'disable.tls': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group
                    enable-group>, 'enable.tls': <Group enable-group>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature observability.embedded: Command embedded registered in group enable.observability                                                                                        base.py:262
           DEBUG    Feature observability.embedded: Command embedded registered in group disable.observability                                                                                       base.py:262
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Feature-observability.external, args={'allow_redirects': True}                       service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Feature-observability.external HTTP/1.1" 503 136                                                                                connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Feature 'observability.external' failed to check if it is enabled: ClusterServiceUnavailableException('Sunbeam Cluster not initialized')                              feature_manager.py:202
           DEBUG    Registering feature observability.external                                                                                                                                       base.py:220
           DEBUG    Validating commands: {'enable.observability': [{'name': 'external', 'command': <Command enable-cmd>}], 'disable.observability': [{'name': 'external', 'command': <Command        base.py:110
                    disable-cmd>}]}
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'disable.tls': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group
                    enable-group>, 'enable.tls': <Group enable-group>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature observability.external: Command external registered in group enable.observability                                                                                        base.py:262
           DEBUG    Feature observability.external: Command external registered in group disable.observability                                                                                       base.py:262
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Feature-resource-optimization, args={'allow_redirects': True}                        service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Feature-resource-optimization HTTP/1.1" 503 136                                                                                 connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Feature 'resource-optimization' failed to check if it is enabled: ClusterServiceUnavailableException('Sunbeam Cluster not initialized')                               feature_manager.py:202
           DEBUG    Registering feature resource-optimization                                                                                                                                        base.py:220
           DEBUG    Validating commands: {'enable': [{'name': 'resource-optimization', 'command': <Command enable-cmd>}], 'disable': [{'name': 'resource-optimization', 'command': <Command          base.py:110
                    disable-cmd>}]}
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'disable.tls': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group
                    enable-group>, 'enable.tls': <Group enable-group>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature resource-optimization: Command resource-optimization registered in group enable                                                                                          base.py:262
           DEBUG    Feature resource-optimization: Command resource-optimization registered in group disable                                                                                         base.py:262
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Feature-orchestration, args={'allow_redirects': True}                                service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Feature-orchestration HTTP/1.1" 503 136                                                                                         connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Feature 'orchestration' failed to check if it is enabled: ClusterServiceUnavailableException('Sunbeam Cluster not initialized')                                       feature_manager.py:202
           DEBUG    Registering feature orchestration                                                                                                                                                base.py:220
           DEBUG    Validating commands: {'enable': [{'name': 'orchestration', 'command': <Command enable-cmd>}], 'disable': [{'name': 'orchestration', 'command': <Command disable-cmd>}]}          base.py:110
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'disable.tls': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group
                    enable-group>, 'enable.tls': <Group enable-group>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature orchestration: Command orchestration registered in group enable                                                                                                          base.py:262
           DEBUG    Feature orchestration: Command orchestration registered in group disable                                                                                                         base.py:262
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Feature-pro, args={'allow_redirects': True}                                          service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Feature-pro HTTP/1.1" 503 136                                                                                                   connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Feature 'pro' failed to check if it is enabled: ClusterServiceUnavailableException('Sunbeam Cluster not initialized')                                                 feature_manager.py:202
           DEBUG    Registering feature pro                                                                                                                                                          base.py:220
           DEBUG    Validating commands: {'enable': [{'name': 'pro', 'command': <Command enable-cmd>}], 'disable': [{'name': 'pro', 'command': <Command disable-cmd>}]}                              base.py:110
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'disable.tls': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group
                    enable-group>, 'enable.tls': <Group enable-group>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature pro: Command pro registered in group enable                                                                                                                              base.py:262
           DEBUG    Feature pro: Command pro registered in group disable                                                                                                                             base.py:262
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Feature-secrets, args={'allow_redirects': True}                                      service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Feature-secrets HTTP/1.1" 503 136                                                                                               connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Feature 'secrets' failed to check if it is enabled: ClusterServiceUnavailableException('Sunbeam Cluster not initialized')                                             feature_manager.py:202
           DEBUG    Registering feature secrets                                                                                                                                                      base.py:220
           DEBUG    Validating commands: {'enable': [{'name': 'secrets', 'command': <Command enable-cmd>}], 'disable': [{'name': 'secrets', 'command': <Command disable-cmd>}]}                      base.py:110
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'disable.tls': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group
                    enable-group>, 'enable.tls': <Group enable-group>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature secrets: Command secrets registered in group enable                                                                                                                      base.py:262
           DEBUG    Feature secrets: Command secrets registered in group disable                                                                                                                     base.py:262
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Feature-telemetry, args={'allow_redirects': True}                                    service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Feature-telemetry HTTP/1.1" 503 136                                                                                             connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Feature 'telemetry' failed to check if it is enabled: ClusterServiceUnavailableException('Sunbeam Cluster not initialized')                                           feature_manager.py:202
           DEBUG    Registering feature telemetry                                                                                                                                                    base.py:220
           DEBUG    Validating commands: {'enable': [{'name': 'telemetry', 'command': <Command enable-cmd>}], 'disable': [{'name': 'telemetry', 'command': <Command disable-cmd>}]}                  base.py:110
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'disable.tls': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group
                    enable-group>, 'enable.tls': <Group enable-group>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature telemetry: Command telemetry registered in group enable                                                                                                                  base.py:262
           DEBUG    Feature telemetry: Command telemetry registered in group disable                                                                                                                 base.py:262
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Feature-tls.ca, args={'allow_redirects': True}                                       service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Feature-tls.ca HTTP/1.1" 503 136                                                                                                connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Feature 'tls.ca' failed to check if it is enabled: ClusterServiceUnavailableException('Sunbeam Cluster not initialized')                                              feature_manager.py:202
           DEBUG    Registering feature tls.ca                                                                                                                                                       base.py:220
           DEBUG    Validating commands: {'enable.tls': [{'name': 'ca', 'command': <Command enable-cmd>}], 'disable.tls': [{'name': 'ca', 'command': <Command disable-cmd>}]}                        base.py:110
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'disable.tls': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group
                    enable-group>, 'enable.tls': <Group enable-group>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature tls.ca: Command ca registered in group enable.tls                                                                                                                        base.py:262
           DEBUG    Feature tls.ca: Command ca registered in group disable.tls                                                                                                                       base.py:262
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Feature-validation, args={'allow_redirects': True}                                   service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Feature-validation HTTP/1.1" 503 136                                                                                            connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Feature 'validation' failed to check if it is enabled: ClusterServiceUnavailableException('Sunbeam Cluster not initialized')                                          feature_manager.py:202
           DEBUG    Registering feature validation                                                                                                                                                   base.py:220
           DEBUG    Validating commands: {'enable': [{'name': 'validation', 'command': <Command enable-cmd>}], 'disable': [{'name': 'validation', 'command': <Command disable-cmd>}]}                base.py:110
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'disable.tls': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group
                    enable-group>, 'enable.tls': <Group enable-group>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature validation: Command validation registered in group enable                                                                                                                base.py:262
           DEBUG    Feature validation: Command validation registered in group disable                                                                                                               base.py:262
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Feature-vault, args={'allow_redirects': True}                                        service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Feature-vault HTTP/1.1" 503 136                                                                                                 connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Feature 'vault' failed to check if it is enabled: ClusterServiceUnavailableException('Sunbeam Cluster not initialized')                                               feature_manager.py:202
           DEBUG    Registering feature vault                                                                                                                                                        base.py:220
           DEBUG    Validating commands: {'enable': [{'name': 'vault', 'command': <Command enable-cmd>}], 'disable': [{'name': 'vault', 'command': <Command disable-cmd>}]}                          base.py:110
           DEBUG    Validation successful                                                                                                                                                            base.py:134
           DEBUG    Registered groups: {'cluster': <CatchGroup cluster>, 'configure': <Group configure>, 'deployment': <CatchGroup deployment>, 'deployment.add': <CatchGroup add>, 'disable':       base.py:226
                    <CatchGroup disable>, 'disable.observability': <Group disable-group>, 'disable.tls': <Group disable-group>, 'enable': <CatchGroup enable>, 'enable.observability': <Group
                    enable-group>, 'enable.tls': <Group enable-group>, 'juju': <CatchGroup juju>, 'manifest': <CatchGroup manifest>, 'plans': <Group plans>, 'proxy': <CatchGroup proxy>, 'utils':
                    <CatchGroup utils>, 'init': <CatchGroup init>}
           DEBUG    Feature vault: Command vault registered in group enable                                                                                                                          base.py:262
           DEBUG    Feature vault: Command vault registered in group disable                                                                                                                         base.py:262
           DEBUG    Loading deployment configuration from '/home/uoladmin/.local/share/openstack/deployments.yaml'                                                                             deployments.py:52
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/manifests/latest, args={'allow_redirects': True}                                            service.py:148
           DEBUG    http://localhost:None "GET /1.0/manifests/latest HTTP/1.1" 503 136                                                                                                     connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Failed to get manifest from clusterd, might not be bootstrapped, consider default manifest.                                                                                deployment.py:287
           DEBUG    Risk candidate detected, loading /snap/openstack/701/etc/manifests/candidate.yml...                                                                                        deployment.py:307
           DEBUG    Manifest loaded from embedded manifest.                                                                                                                                    deployment.py:311
           DEBUG    Manifest used for deployment - core: config=CoreConfig(proxy=None, bootstrap=None, database=None, region=None, addons=None, k8s_addons=None, user=None,                      commands.py:599
                    external_network=None, microceph_config=None) software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[], destroy_args=[]), charms={'cinder-k8s':
                    CharmManifest(channel='2024.1/candidate', revision=None, config=None), 'glance-k8s': CharmManifest(channel='2024.1/candidate', revision=None, config=None), 'horizon-k8s':
                    CharmManifest(channel='2024.1/candidate', revision=None, config=None), 'keystone-k8s': CharmManifest(channel='2024.1/candidate', revision=None, config=None), 'neutron-k8s':
                    CharmManifest(channel='2024.1/candidate', revision=None, config=None), 'nova-k8s': CharmManifest(channel='2024.1/candidate', revision=None, config=None), 'placement-k8s':
                    CharmManifest(channel='2024.1/candidate', revision=None, config=None), 'ovn-central-k8s': CharmManifest(channel='24.03/candidate', revision=None, config=None),
                    'ovn-relay-k8s': CharmManifest(channel='24.03/candidate', revision=None, config=None), 'mysql-k8s': CharmManifest(channel='8.0/stable', revision=None, config=None),
                    'mysql-router-k8s': CharmManifest(channel='8.0/stable', revision=None, config=None), 'self-signed-certificates': CharmManifest(channel='latest/beta', revision=None,
                    config=None), 'rabbitmq-k8s': CharmManifest(channel='3.12/stable', revision=None, config=None), 'traefik-k8s': CharmManifest(channel='latest/beta', revision=None,
                    config=None), 'microceph': CharmManifest(channel='squid/beta', revision=None, config={'snap-channel': 'squid/candidate'}), 'k8s': CharmManifest(channel='1.32/stable',
                    revision=None, config=None), 'openstack-hypervisor': CharmManifest(channel='2024.1/candidate', revision=None, config={'snap-channel': '2024.1/candidate'}),
                    'sunbeam-machine': CharmManifest(channel='2024.1/candidate', revision=None, config=None), 'sunbeam-clusterd': CharmManifest(channel='2024.1/candidate', revision=None,
                    config={'snap-channel': '2024.1/candidate'}), 'sunbeam-ssc': CharmManifest(channel='latest/beta', revision=None, config=None), 'cinder-volume':
                    CharmManifest(channel='2024.1/candidate', revision=None, config=None), 'cinder-volume-ceph': CharmManifest(channel='2024.1/candidate', revision=None, config=None)},
                    terraform={'sunbeam-machine-plan': TerraformManifest(source=PosixPath('/snap/openstack/701/etc/deploy-sunbeam-machine')), 'k8s-plan':
                    TerraformManifest(source=PosixPath('/snap/openstack/701/etc/deploy-k8s')), 'microceph-plan':
                    TerraformManifest(source=PosixPath('/snap/openstack/701/etc/deploy-microceph')), 'cinder-volume-plan':
                    TerraformManifest(source=PosixPath('/snap/openstack/701/etc/deploy-cinder-volume')), 'openstack-plan':
                    TerraformManifest(source=PosixPath('/snap/openstack/701/etc/deploy-openstack')), 'hypervisor-plan':
                    TerraformManifest(source=PosixPath('/snap/openstack/701/etc/deploy-openstack-hypervisor')), 'demo-setup':
                    TerraformManifest(source=PosixPath('/snap/openstack/701/etc/demo-setup'))})
           DEBUG    Manifest used for deployment - features: {'caas': FeatureManifest(config=CaasConfig(image_name=None, image_url=None, container_format=None, disk_format=None,                commands.py:600
                    properties={}), software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[], destroy_args=[]), charms={'magnum-k8s':
                    CharmManifest(channel='2024.1/candidate', revision=None, config=None)}, terraform={'caas-setup':
                    TerraformManifest(source=PosixPath('/snap/openstack/701/lib/python3.12/site-packages/sunbeam/features/caas/etc/caas-setup'))})), 'dns': FeatureManifest(config=None,
                    software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[], destroy_args=[]), charms={'designate-k8s': CharmManifest(channel='2024.1/candidate',
                    revision=None, config=None), 'designate-bind-k8s': CharmManifest(channel='9/candidate', revision=None, config=None)}, terraform={})), 'images-sync':
                    FeatureManifest(config=None, software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[], destroy_args=[]), charms={'openstack-images-sync-k8s':
                    CharmManifest(channel='2024.1/candidate', revision=None, config=None)}, terraform={})), 'instance-recovery': FeatureManifest(config=None,
                    software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[], destroy_args=[]), charms={'consul-k8s': CharmManifest(channel='1.19/candidate', revision=None,
                    config=None), 'consul-client': CharmManifest(channel='1.19/candidate', revision=None, config=None), 'masakari-k8s': CharmManifest(channel='2024.1/candidate', revision=None,
                    config=None)}, terraform={'consul-client-plan':
                    TerraformManifest(source=PosixPath('/snap/openstack/701/lib/python3.12/site-packages/sunbeam/features/instance_recovery/etc/deploy-consul-client'))})), 'ldap':
                    FeatureManifest(config=None, software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[], destroy_args=[]), charms={'keystone-ldap-k8s':
                    CharmManifest(channel='2024.1/candidate', revision=None, config=None)}, terraform={})), 'loadbalancer': FeatureManifest(config=None,
                    software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[], destroy_args=[]), charms={'octavia-k8s': CharmManifest(channel='2024.1/candidate',
                    revision=None, config=None)}, terraform={})), 'resource-optimization': FeatureManifest(config=None, software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[],
                    scale_args=[], destroy_args=[]), charms={'watcher-k8s': CharmManifest(channel='2024.1/candidate', revision=None, config=None)}, terraform={})), 'orchestration':
                    FeatureManifest(config=None, software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[], destroy_args=[]), charms={'heat-k8s':
                    CharmManifest(channel='2024.1/candidate', revision=None, config=None)}, terraform={})), 'pro': FeatureManifest(config=None,
                    software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[], destroy_args=[]), charms={}, terraform={'ubuntu-pro-plan':
                    TerraformManifest(source=PosixPath('/snap/openstack/701/lib/python3.12/site-packages/sunbeam/features/pro/etc/deploy-pro'))})), 'secrets': FeatureManifest(config=None,
                    software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[], destroy_args=[]), charms={'barbican-k8s': CharmManifest(channel='2024.1/candidate',
                    revision=None, config=None)}, terraform={})), 'telemetry': FeatureManifest(config=None, software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[],
                    destroy_args=[]), charms={'aodh-k8s': CharmManifest(channel='2024.1/candidate', revision=None, config=None), 'gnocchi-k8s': CharmManifest(channel='2024.1/candidate',
                    revision=None, config=None), 'ceilometer-k8s': CharmManifest(channel='2024.1/candidate', revision=None, config=None), 'openstack-exporter-k8s':
                    CharmManifest(channel='2024.1/candidate', revision=None, config=None)}, terraform={})), 'validation': FeatureManifest(config=None,
                    software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[], destroy_args=[]), charms={'tempest-k8s': CharmManifest(channel='2024.1/candidate',
                    revision=None, config=None)}, terraform={})), 'vault': FeatureManifest(config=None, software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[],
                    destroy_args=[]), charms={'vault-k8s': CharmManifest(channel='1.16/stable', revision=None, config=None)}, terraform={})), 'observability':
                    FeatureGroupManifest(root={'embedded': FeatureManifest(config=None, software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[], destroy_args=[]),
                    charms={'cos-traefik-k8s': CharmManifest(channel='latest/stable', revision=None, config=None), 'alertmanager-k8s': CharmManifest(channel='latest/stable', revision=None,
                    config=None), 'grafana-k8s': CharmManifest(channel='latest/stable', revision=None, config=None), 'catalogue-k8s': CharmManifest(channel='latest/stable', revision=None,
                    config=None), 'prometheus-k8s': CharmManifest(channel='latest/stable', revision=None, config=None), 'loki-k8s': CharmManifest(channel='latest/stable', revision=None,
                    config=None), 'grafana-agent': CharmManifest(channel='latest/stable', revision=None, config=None), 'grafana-agent-k8s': CharmManifest(channel='latest/stable',
                    revision=None, config=None)}, terraform={'cos-plan':
                    TerraformManifest(source=PosixPath('/snap/openstack/701/lib/python3.12/site-packages/sunbeam/features/observability/etc/deploy-cos')), 'grafana-agent-plan':
                    TerraformManifest(source=PosixPath('/snap/openstack/701/lib/python3.12/site-packages/sunbeam/features/observability/etc/deploy-grafana-agent'))})), 'external':
                    FeatureManifest(config=None, software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[], destroy_args=[]), charms={'cos-traefik-k8s':
                    CharmManifest(channel='latest/stable', revision=None, config=None), 'alertmanager-k8s': CharmManifest(channel='latest/stable', revision=None, config=None), 'grafana-k8s':
                    CharmManifest(channel='latest/stable', revision=None, config=None), 'catalogue-k8s': CharmManifest(channel='latest/stable', revision=None, config=None), 'prometheus-k8s':
                    CharmManifest(channel='latest/stable', revision=None, config=None), 'loki-k8s': CharmManifest(channel='latest/stable', revision=None, config=None), 'grafana-agent':
                    CharmManifest(channel='latest/stable', revision=None, config=None), 'grafana-agent-k8s': CharmManifest(channel='latest/stable', revision=None, config=None)},
                    terraform={'cos-plan': TerraformManifest(source=PosixPath('/snap/openstack/701/lib/python3.12/site-packages/sunbeam/features/observability/etc/deploy-cos')),
                    'grafana-agent-plan': TerraformManifest(source=PosixPath('/snap/openstack/701/lib/python3.12/site-packages/sunbeam/features/observability/etc/deploy-grafana-agent'))}))}),
                    'tls': FeatureGroupManifest(root={'ca': FeatureManifest(config=None, software=SoftwareConfig(juju=JujuManifest(bootstrap_args=[], scale_args=[], destroy_args=[]),
                    charms={'manual-tls-certificates': CharmManifest(channel='latest/stable', revision=None, config=None)}, terraform={}))})}
           DEBUG    Bootstrap node: roles STORAGE,CONTROL,COMPUTE                                                                                                                                commands.py:614
           DEBUG    Starting pre-flight check Check for system requirements                                                                                                                         checks.py:53
           DEBUG    Starting pre-flight check Check for juju snap                                                                                                                                   checks.py:53
           DEBUG    Starting pre-flight check Check for ssh-keys interface                                                                                                                          checks.py:53
           DEBUG    Starting pre-flight check Check for snap_daemon group membership                                                                                                                checks.py:53
           DEBUG    Starting pre-flight check Check for .local/share directory                                                                                                                      checks.py:53
           DEBUG    Starting pre-flight check Check for Hypervisor Hostname                                                                                                                         checks.py:53
           DEBUG    Starting pre-flight check Check for lxd group membership                                                                                                                        checks.py:53
           DEBUG    Starting pre-flight check Check existence of LXD Juju Controller                                                                                                                checks.py:53
           DEBUG    Running command /snap/openstack/701/juju/bin/juju controllers --format json                                                                                                     juju.py:1613
           DEBUG    Command finished.                                                                                                                                                               juju.py:1615
                    stdout={"controllers":{"localhost-localhost":{"user":"admin","access":"superuser","recent-server":"10.30.70.111:17070","uuid":"a1d51025-9295-4c76-8be3-329d8a1b0387","api-endpo
                    ints":["10.30.70.111:17070"],"ca-cert":"-----BEGIN
                    CERTIFICATE-----\nMIIEEjCCAnqgAwIBAgIULQHeWX5oK53g43E6I97Y52lNra0wDQYJKoZIhvcNAQEL\nBQAwITENMAsGA1UEChMESnVqdTEQMA4GA1UEAxMHanVqdS1jYTAeFw0yNTA0MDIx\nNjUwNDFaFw0zNTA0MDIxNjU1N
                    DFaMCExDTALBgNVBAoTBEp1anUxEDAOBgNVBAMT\nB2p1anUtY2EwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDSsNq1Tbis\nTtmO9NYeM7TKs1ACgAdmzHzDNOLnuPklLZjWRvJZRxztgS7nU4lfhs+BFznGMaJd\nZM
                    exiqtjU25l8uLt1QYp1/tK/KzHSiW9v6LvLqzP9sAP24rwA08kQsu3f/eJG+zW\nvsCYfQ7/eEB/scjvSWv2BJRaEyoId/AQEzO8wuWkl7sVqFUzXaQQ/DvTzyGwF7p+\nclVn/agHnCgS6fursgAO17CQyoxqCEhgQCGDvshGuitQp
                    ilxQCiYlUOinxeYx/MF\nKUKdd2PUeeMsZou0y3+le89M/RzVWBSl4X+oZzDd8cbml0fu26y8VbOK1kdjAnS0\n0/khCx+v8spnVdU0z7HmKhg3oQOmXLUnZsHeUabE4vO4uFQ11XYGjMWepBZCPCjc\nCXctXVczlcjUHiWHTD6y7m
                    fkewKAcK+FHkgMN4F6wNFqyFPhPuq3kRCjTLGYBRZ8\n+unp2U4m4f06F86DgdLlpP77kRhXuPrflEo7gM9TUhy4n7RBLVA5S6cCAwEAAaNC\nMEAwDgYDVR0PAQH/BAQDAgKkMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFLZ+\
                    nAn5wJFq7RyR80kco8B9RChjwMA0GCSqGSIb3DQEBCwUAA4IBgQBxUl7E5XejWNm2\nGqigcP48/yhpYF385Oa18/6leK6ajjg3sW6zQKDyU+Rb3QbIZOV4LRE66CgicYpI\nBunEJ410gtv/uihcJWECO4ykBnNRebJ1m7QoZQR7KQ
                    N8Bt3Hq6Mmro7GhYqN4MAZ\nLNZ0ahXXwHRuxg6Qg24uNeIl7Y3ay2gUv4rtvDQtkZPJiinK4VqzhoxvZYNyPU/Q\n4wFBc1R8P/5IZzi09EDDGzCDmqcPqKejY+poP43TPCv8NChgs68pqSiW05Um8LK2\nKj3lV3indz+whkWMgPl
                    Dm+HkikdxI2Lqt9+Z6rGh1yosX44f5Kgu2OtB9ivKmx6n\nF1OG6xRP/jCAyF081S4A3jMVI6uzIwhYlhe5j0T/GqptOxLiqwRtzVuYhsX0pmpX\nAMvtG5nT35ShgBZevrXX8zsHxvpEp+CFtHPCyhagyaai5ml9ysUgNoylGoTUe2
                    kD\nH1M69hH/1QvjCDreGp1E8kn6d1om0kTwjh/lihQN4WvUsKgqr40=\n-----END
                    CERTIFICATE-----\n","cloud":"localhost","region":"localhost","agent-version":"3.6.4","model-count":1,"machine-count":1,"controller-machines":{"Active":1,"Total":1}}},"current-
                    controller":"localhost-localhost"}
                    , stderr=
           DEBUG    There are 1 existing ['localhost'] controllers running: ['localhost-localhost']                                                                                                 juju.py:1671
           DEBUG    Writing deployment configuration to '/home/uoladmin/.local/share/openstack/deployments.yaml'                                                                               deployments.py:77
           DEBUG    Starting step 'Management CIDR'                                                                                                                                                common.py:252
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/BootstrapAnswers, args={'allow_redirects': True}                                     service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/BootstrapAnswers HTTP/1.1" 503 136                                                                                              connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


Management network should be available on every node of the deployment. It is used for communication between the nodes of the deployment. Requires CIDR format, can be a comma-separated list.
Management network (10.133.32.0/24):
[17:10:00] DEBUG    Running step Management CIDR                                                                                                                                                   common.py:268
           DEBUG    Finished running step 'Management CIDR'. Result: ResultType.COMPLETED                                                                                                          common.py:271
           DEBUG    Starting step 'Save controller information'                                                                                                                                    common.py:252
           DEBUG    Running step Save controller information                                                                                                                                       common.py:268
           DEBUG    Writing deployment configuration to '/home/uoladmin/.local/share/openstack/deployments.yaml'                                                                               deployments.py:77
           DEBUG    Finished running step 'Save controller information'. Result: ResultType.COMPLETED                                                                                              common.py:271
           DEBUG    Starting step 'Login to Juju controller'                                                                                                                                       common.py:252
           DEBUG    Local account not found, most likely not bootstrapped / joined                                                                                                                  juju.py:1429
           DEBUG    Skipping step Login to Juju controller                                                                                                                                         common.py:262
[17:10:01] DEBUG    Starting step 'Bootstrap Cluster'                                                                                                                                              common.py:252
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/core/1.0/cluster, args={'allow_redirects': True}                                                service.py:148
           DEBUG    http://localhost:None "GET /core/1.0/cluster HTTP/1.1" 503 136                                                                                                         connectionpool.py:474
           DEBUG    Response(<Response [503]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":503,"error":"Database is not yet initialized","metadata":null}           service.py:159


           DEBUG    Sunbeam Cluster not initialized                                                                                                                                              clusterd.py:104
           DEBUG    Running step Bootstrap Cluster                                                                                                                                                 common.py:268
⠋ Bootstrapping Sunbeam cluster ...            DEBUG    [post] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/core/control, args={'data': '{"bootstrap": true, "address": "10.133.32.2:7000", "name":        service.py:148
                    "a1-vtesla23"}', 'json': None}
⠙ Bootstrapping Sunbeam cluster ...            DEBUG    http://localhost:None "POST /core/control HTTP/1.1" 200 108                                                                                                            connectionpool.py:474
⠹ Bootstrapping Sunbeam cluster ...            DEBUG    Response(<Response [200]>) = {"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":{}}                                      service.py:159

           DEBUG    [post] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/nodes, args={'data': '{"name": "a1-vtesla23", "role": ["storage", "control", "compute"],   service.py:148
                    "machineid": 0, "systemid": ""}', 'json': None}
           DEBUG    http://localhost:None "POST /1.0/nodes HTTP/1.1" 200 108                                                                                                               connectionpool.py:474
           DEBUG    Response(<Response [200]>) = {"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":{}}                                      service.py:159

           DEBUG    Bootstrapped clusterd on 10.133.32.2:7000                                                                                                                                    clusterd.py:126
           DEBUG    Finished running step 'Bootstrap Cluster'. Result: ResultType.COMPLETED                                                                                                        common.py:271
           DEBUG    Starting step 'Save Management CIDR'                                                                                                                                           common.py:252
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/BootstrapAnswers, args={'allow_redirects': True}                                     service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/BootstrapAnswers HTTP/1.1" 404 125                                                                                              connectionpool.py:474
           DEBUG    Response(<Response [404]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":404,"error":"ConfigItem not found","metadata":null}                      service.py:159


           DEBUG    BootstrapAnswers: ConfigItem not found                                                                                                                                      questions.py:320
           DEBUG    Running step Save Management CIDR                                                                                                                                              common.py:268
           DEBUG    [put] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/BootstrapAnswers, args={'data': '{"bootstrap": {"management_cidr":                   service.py:148
                    "10.133.32.0/24"}}'}
           DEBUG    http://localhost:None "PUT /1.0/config/BootstrapAnswers HTTP/1.1" 200 108                                                                                              connectionpool.py:474
           DEBUG    Response(<Response [200]>) = {"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":{}}                                      service.py:159

           DEBUG    Finished running step 'Save Management CIDR'. Result: ResultType.COMPLETED                                                                                                     common.py:271
           DEBUG    Starting step 'Write Manifest to database'                                                                                                                                     common.py:252
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/manifests/latest, args={'allow_redirects': True}                                            service.py:148
           DEBUG    http://localhost:None "GET /1.0/manifests/latest HTTP/1.1" 404 127                                                                                                     connectionpool.py:474
           DEBUG    Response(<Response [404]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":404,"error":"ManifestItem not found","metadata":null}                    service.py:159


           DEBUG    Running step Write Manifest to database                                                                                                                                        common.py:268
           DEBUG    [post] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/manifests, args={'data': '{"manifestid": "71a05b66765f19fec7454b87e51d1fa3", "data":       service.py:148
                    "core:\\n  software:\\n    charms:\\n      cinder-k8s:\\n        channel: 2024.1/candidate\\n      cinder-volume:\\n        channel: 2024.1/candidate\\n
                    cinder-volume-ceph:\\n        channel: 2024.1/candidate\\n      glance-k8s:\\n        channel: 2024.1/candidate\\n      horizon-k8s:\\n        channel: 2024.1/candidate\\n
                    keystone-k8s:\\n        channel: 2024.1/candidate\\n      microceph:\\n        channel: squid/beta\\n        config:\\n          snap-channel: squid/candidate\\n
                    neutron-k8s:\\n        channel: 2024.1/candidate\\n      nova-k8s:\\n        channel: 2024.1/candidate\\n      openstack-hypervisor:\\n        channel: 2024.1/candidate\\n
                    config:\\n          snap-channel: 2024.1/candidate\\n      ovn-central-k8s:\\n        channel: 24.03/candidate\\n      ovn-relay-k8s:\\n        channel: 24.03/candidate\\n
                    placement-k8s:\\n        channel: 2024.1/candidate\\n      sunbeam-clusterd:\\n        channel: 2024.1/candidate\\n        config:\\n          snap-channel:
                    2024.1/candidate\\n      sunbeam-machine:\\n        channel: 2024.1/candidate\\nfeatures:\\n  caas:\\n    software:\\n      charms:\\n        magnum-k8s:\\n
                    channel: 2024.1/candidate\\n  dns:\\n    software:\\n      charms:\\n        designate-bind-k8s:\\n          channel: 9/candidate\\n        designate-k8s:\\n
                    channel: 2024.1/candidate\\n  images-sync:\\n    software:\\n      charms:\\n        openstack-images-sync-k8s:\\n          channel: 2024.1/candidate\\n
                    instance-recovery:\\n    software:\\n      charms:\\n        consul-client:\\n          channel: 1.19/candidate\\n        consul-k8s:\\n          channel: 1.19/candidate\\n
                    masakari-k8s:\\n          channel: 2024.1/candidate\\n  ldap:\\n    software:\\n      charms:\\n        keystone-ldap-k8s:\\n          channel: 2024.1/candidate\\n
                    loadbalancer:\\n    software:\\n      charms:\\n        octavia-k8s:\\n          channel: 2024.1/candidate\\n  orchestration:\\n    software:\\n      charms:\\n
                    heat-k8s:\\n          channel: 2024.1/candidate\\n  resource-optimization:\\n    software:\\n      charms:\\n        watcher-k8s:\\n          channel: 2024.1/candidate\\n
                    secrets:\\n    software:\\n      charms:\\n        barbican-k8s:\\n          channel: 2024.1/candidate\\n  telemetry:\\n    software:\\n      charms:\\n        aodh-k8s:\\n
                    channel: 2024.1/candidate\\n        ceilometer-k8s:\\n          channel: 2024.1/candidate\\n        gnocchi-k8s:\\n          channel: 2024.1/candidate\\n
                    openstack-exporter-k8s:\\n          channel: 2024.1/candidate\\n  validation:\\n    software:\\n      charms:\\n        tempest-k8s:\\n          channel:
                    2024.1/candidate\\n"}', 'json': None}
           DEBUG    http://localhost:None "POST /1.0/manifests HTTP/1.1" 200 108                                                                                                           connectionpool.py:474
           DEBUG    Response(<Response [200]>) = {"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":{}}                                      service.py:159

           DEBUG    Finished running step 'Write Manifest to database'. Result: ResultType.COMPLETED                                                                                               common.py:271
           DEBUG    Starting step 'Proxy Settings'                                                                                                                                                 common.py:252
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/ProxySettings, args={'allow_redirects': True}                                        service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/ProxySettings HTTP/1.1" 404 125                                                                                                 connectionpool.py:474
           DEBUG    Response(<Response [404]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":404,"error":"ConfigItem not found","metadata":null}                      service.py:159


           DEBUG    ProxySettings: ConfigItem not found                                                                                                                                         questions.py:320
           DEBUG    Previous answers: {}                                                                                                                                                            proxy.py:289
This will configure the proxy settings for the deployment. Resources will be fetched from the internet via the proxy.
Use proxy to access external network resources? [y/n] (y):
HTTP proxy server to use for fetching resources from the internet.
http_proxy (http://proxyqa-sec.intranet:8088):
HTTPS proxy server to use for fetching resources from the internet. Usually, the same as the HTTP proxy.
https_proxy (http://proxyqa-sec.intranet:8088):
Comma separated list of domain/IP/cidr for which proxy should not be used. Usually, the management network and the internal network of the deployment are part of this list.
no_proxy (localhost,127.0.0.1,10.133.32.0/24,10.133.33.0/24,10.30.70.1/24):
[17:10:09] DEBUG    [put] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/ProxySettings, args={'data': '{"proxy": {"proxy_required": true, "http_proxy":       service.py:148
                    "http://proxyqa-sec.intranet:8088", "https_proxy": "http://proxyqa-sec.intranet:8088", "no_proxy": "localhost,127.0.0.1,10.133.32.0/24,10.133.33.0/24,10.30.70.1/24"}}'}
           DEBUG    http://localhost:None "PUT /1.0/config/ProxySettings HTTP/1.1" 200 108                                                                                                 connectionpool.py:474
           DEBUG    Response(<Response [200]>) = {"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":{}}                                      service.py:159

           DEBUG    Running step Proxy Settings                                                                                                                                                    common.py:268
           DEBUG    Finished running step 'Proxy Settings'. Result: ResultType.COMPLETED                                                                                                           common.py:271
           DEBUG    Starting step 'Database'                                                                                                                                                       common.py:252
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Topology, args={'allow_redirects': True}                                             service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Topology HTTP/1.1" 404 125                                                                                                      connectionpool.py:474
           DEBUG    Response(<Response [404]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":404,"error":"ConfigItem not found","metadata":null}                      service.py:159


           DEBUG    Topology: ConfigItem not found                                                                                                                                              questions.py:320
This will configure number of databases, single for entire cluster or multiple databases with one per openstack service.
Enter database topology: single/multi (cannot be changed later) (single):
[17:10:10] DEBUG    [put] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Topology, args={'data': '{"database": "single"}'}                                    service.py:148
           DEBUG    http://localhost:None "PUT /1.0/config/Topology HTTP/1.1" 200 108                                                                                                      connectionpool.py:474
           DEBUG    Response(<Response [200]>) = {"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":{}}                                      service.py:159

           DEBUG    Running step Database                                                                                                                                                          common.py:268
           DEBUG    Finished running step 'Database'. Result: ResultType.COMPLETED                                                                                                                 common.py:271
           DEBUG    Starting step 'Region'                                                                                                                                                         common.py:252
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Region, args={'allow_redirects': True}                                               service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/Region HTTP/1.1" 404 125                                                                                                        connectionpool.py:474
           DEBUG    Response(<Response [404]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":404,"error":"ConfigItem not found","metadata":null}                      service.py:159


           DEBUG    Region: ConfigItem not found                                                                                                                                                questions.py:320
A region is general division of OpenStack services. It cannot be changed once set.
Enter a region name (cannot be changed later) (RegionOne):
[17:10:11] DEBUG    [put] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/Region, args={'data': '{"region": "RegionOne"}'}                                     service.py:148
           DEBUG    http://localhost:None "PUT /1.0/config/Region HTTP/1.1" 200 108                                                                                                        connectionpool.py:474
           DEBUG    Response(<Response [200]>) = {"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":{}}                                      service.py:159

           DEBUG    Running step Region                                                                                                                                                            common.py:268
           DEBUG    Finished running step 'Region'. Result: ResultType.COMPLETED                                                                                                                   common.py:271
           DEBUG    [put] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/deployments, args={'data': '{"active": "main-zebra", "deployments": [{"name":        service.py:148
                    "main-zebra", "type": "local"}]}'}
           DEBUG    http://localhost:None "PUT /1.0/config/deployments HTTP/1.1" 200 108                                                                                                   connectionpool.py:474
           DEBUG    Response(<Response [200]>) = {"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":{}}                                      service.py:159

           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/ProxySettings, args={'allow_redirects': True}                                        service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/ProxySettings HTTP/1.1" 200 339                                                                                                 connectionpool.py:474
           DEBUG    Response(<Response [200]>) = {"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":"{\"proxy\": {\"proxy_required\": true,  service.py:159
                    \"http_proxy\": \"http://proxyqa-sec.intranet:8088\", \"https_proxy\": \"http://proxyqa-sec.intranet:8088\", \"no_proxy\":
                    \"localhost,127.0.0.1,10.133.32.0/24,10.133.33.0/24,10.30.70.1/24\"}}"}

           DEBUG    Proxy settings: {'HTTP_PROXY': 'http://proxyqa-sec.intranet:8088', 'HTTPS_PROXY': 'http://proxyqa-sec.intranet:8088', 'NO_PROXY':                                            commands.py:688
                    '10.133.33.0/24,.svc,127.0.0.1,10.133.32.0/24,.svc.cluster.local,localhost,10.30.70.1/24,10.152.183.0/24,10.1.0.0/16'}
           DEBUG    Running command /snap/openstack/701/juju/bin/juju controllers --format json                                                                                                     juju.py:1613
           DEBUG    Command finished.                                                                                                                                                               juju.py:1615
                    stdout={"controllers":{"localhost-localhost":{"user":"admin","access":"superuser","recent-server":"10.30.70.111:17070","uuid":"a1d51025-9295-4c76-8be3-329d8a1b0387","api-endpo
                    ints":["10.30.70.111:17070"],"ca-cert":"-----BEGIN
                    CERTIFICATE-----\nMIIEEjCCAnqgAwIBAgIULQHeWX5oK53g43E6I97Y52lNra0wDQYJKoZIhvcNAQEL\nBQAwITENMAsGA1UEChMESnVqdTEQMA4GA1UEAxMHanVqdS1jYTAeFw0yNTA0MDIx\nNjUwNDFaFw0zNTA0MDIxNjU1N
                    DFaMCExDTALBgNVBAoTBEp1anUxEDAOBgNVBAMT\nB2p1anUtY2EwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDSsNq1Tbis\nTtmO9NYeM7TKs1ACgAdmzHzDNOLnuPklLZjWRvJZRxztgS7nU4lfhs+BFznGMaJd\nZM
                    exiqtjU25l8uLt1QYp1/tK/KzHSiW9v6LvLqzP9sAP24rwA08kQsu3f/eJG+zW\nvsCYfQ7/eEB/scjvSWv2BJRaEyoId/AQEzO8wuWkl7sVqFUzXaQQ/DvTzyGwF7p+\nclVn/agHnCgS6fursgAO17CQyoxqCEhgQCGDvshGuitQp
                    ilxQCiYlUOinxeYx/MF\nKUKdd2PUeeMsZou0y3+le89M/RzVWBSl4X+oZzDd8cbml0fu26y8VbOK1kdjAnS0\n0/khCx+v8spnVdU0z7HmKhg3oQOmXLUnZsHeUabE4vO4uFQ11XYGjMWepBZCPCjc\nCXctXVczlcjUHiWHTD6y7m
                    fkewKAcK+FHkgMN4F6wNFqyFPhPuq3kRCjTLGYBRZ8\n+unp2U4m4f06F86DgdLlpP77kRhXuPrflEo7gM9TUhy4n7RBLVA5S6cCAwEAAaNC\nMEAwDgYDVR0PAQH/BAQDAgKkMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFLZ+\
                    nAn5wJFq7RyR80kco8B9RChjwMA0GCSqGSIb3DQEBCwUAA4IBgQBxUl7E5XejWNm2\nGqigcP48/yhpYF385Oa18/6leK6ajjg3sW6zQKDyU+Rb3QbIZOV4LRE66CgicYpI\nBunEJ410gtv/uihcJWECO4ykBnNRebJ1m7QoZQR7KQ
                    N8Bt3Hq6Mmro7GhYqN4MAZ\nLNZ0ahXXwHRuxg6Qg24uNeIl7Y3ay2gUv4rtvDQtkZPJiinK4VqzhoxvZYNyPU/Q\n4wFBc1R8P/5IZzi09EDDGzCDmqcPqKejY+poP43TPCv8NChgs68pqSiW05Um8LK2\nKj3lV3indz+whkWMgPl
                    Dm+HkikdxI2Lqt9+Z6rGh1yosX44f5Kgu2OtB9ivKmx6n\nF1OG6xRP/jCAyF081S4A3jMVI6uzIwhYlhe5j0T/GqptOxLiqwRtzVuYhsX0pmpX\nAMvtG5nT35ShgBZevrXX8zsHxvpEp+CFtHPCyhagyaai5ml9ysUgNoylGoTUe2
                    kD\nH1M69hH/1QvjCDreGp1E8kn6d1om0kTwjh/lihQN4WvUsKgqr40=\n-----END
                    CERTIFICATE-----\n","cloud":"localhost","region":"localhost","agent-version":"3.6.4","model-count":1,"machine-count":1,"controller-machines":{"Active":1,"Total":1}}},"current-
                    controller":"localhost-localhost"}
                    , stderr=
           DEBUG    There are 1 existing ['localhost'] controllers running: ['localhost-localhost']                                                                                                 juju.py:1671
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/juju_controller_migrated_to_k8s, args={'allow_redirects': True}                      service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/juju_controller_migrated_to_k8s HTTP/1.1" 404 125                                                                               connectionpool.py:474
           DEBUG    Response(<Response [404]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":404,"error":"ConfigItem not found","metadata":null}                      service.py:159


           DEBUG    Running command /snap/openstack/701/juju/bin/juju show-controller localhost-localhost --format json                                                                             juju.py:1613
           DEBUG    Command finished.                                                                                                                                                               juju.py:1615
                    stdout={"localhost-localhost":{"details":{"uuid":"a1d51025-9295-4c76-8be3-329d8a1b0387","api-endpoints":["10.30.70.111:17070"],"cloud":"localhost","region":"localhost","agent-
                    version":"3.6.4","agent-git-commit":"d7a40b3e38018c83da9c06d31c7ec7f1d6c7b81f","controller-model-version":"3.6.4","mongo-version":"4.4.24","ca-fingerprint":"E2:68:5C:26:47:6F:
                    E2:6F:B3:F9:06:05:EF:F8:39:C0:0E:6E:73:02:69:30:49:6A:67:5F:EF:66:D6:8B:78:AF","ca-cert":"-----BEGIN
                    CERTIFICATE-----\nMIIEEjCCAnqgAwIBAgIULQHeWX5oK53g43E6I97Y52lNra0wDQYJKoZIhvcNAQEL\nBQAwITENMAsGA1UEChMESnVqdTEQMA4GA1UEAxMHanVqdS1jYTAeFw0yNTA0MDIx\nNjUwNDFaFw0zNTA0MDIxNjU1N
                    DFaMCExDTALBgNVBAoTBEp1anUxEDAOBgNVBAMT\nB2p1anUtY2EwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDSsNq1Tbis\nTtmO9NYeM7TKs1ACgAdmzHzDNOLnuPklLZjWRvJZRxztgS7nU4lfhs+BFznGMaJd\nZM
                    exiqtjU25l8uLt1QYp1/tK/KzHSiW9v6LvLqzP9sAP24rwA08kQsu3f/eJG+zW\nvsCYfQ7/eEB/scjvSWv2BJRaEyoId/AQEzO8wuWkl7sVqFUzXaQQ/DvTzyGwF7p+\nclVn/agHnCgS6fursgAO17CQyoxqCEhgQCGDvshGuitQp
                    ilxQCiYlUOinxeYx/MF\nKUKdd2PUeeMsZou0y3+le89M/RzVWBSl4X+oZzDd8cbml0fu26y8VbOK1kdjAnS0\n0/khCx+v8spnVdU0z7HmKhg3oQOmXLUnZsHeUabE4vO4uFQ11XYGjMWepBZCPCjc\nCXctXVczlcjUHiWHTD6y7m
                    fkewKAcK+FHkgMN4F6wNFqyFPhPuq3kRCjTLGYBRZ8\n+unp2U4m4f06F86DgdLlpP77kRhXuPrflEo7gM9TUhy4n7RBLVA5S6cCAwEAAaNC\nMEAwDgYDVR0PAQH/BAQDAgKkMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFLZ+\
                    nAn5wJFq7RyR80kco8B9RChjwMA0GCSqGSIb3DQEBCwUAA4IBgQBxUl7E5XejWNm2\nGqigcP48/yhpYF385Oa18/6leK6ajjg3sW6zQKDyU+Rb3QbIZOV4LRE66CgicYpI\nBunEJ410gtv/uihcJWECO4ykBnNRebJ1m7QoZQR7KQ
                    N8Bt3Hq6Mmro7GhYqN4MAZ\nLNZ0ahXXwHRuxg6Qg24uNeIl7Y3ay2gUv4rtvDQtkZPJiinK4VqzhoxvZYNyPU/Q\n4wFBc1R8P/5IZzi09EDDGzCDmqcPqKejY+poP43TPCv8NChgs68pqSiW05Um8LK2\nKj3lV3indz+whkWMgPl
                    Dm+HkikdxI2Lqt9+Z6rGh1yosX44f5Kgu2OtB9ivKmx6n\nF1OG6xRP/jCAyF081S4A3jMVI6uzIwhYlhe5j0T/GqptOxLiqwRtzVuYhsX0pmpX\nAMvtG5nT35ShgBZevrXX8zsHxvpEp+CFtHPCyhagyaai5ml9ysUgNoylGoTUe2
                    kD\nH1M69hH/1QvjCDreGp1E8kn6d1om0kTwjh/lihQN4WvUsKgqr40=\n-----END
                    CERTIFICATE-----\n"},"controller-machines":{"0":{"instance-id":"juju-c55d65-0"}},"models":{"controller":{"uuid":"bb159414-4d29-44b8-8e3e-9cf850c55d65","machine-count":1}},"acc
                    ount":{"user":"admin","access":"superuser"}}}
                    , stderr=
           DEBUG    Starting step 'Add Cloud'                                                                                                                                                      common.py:252
           DEBUG    Running command /snap/openstack/701/juju/bin/juju clouds --client --format json                                                                                                 juju.py:1613
⠦ Adding cloud to Juju ... [17:10:15] DEBUG    Command finished. stdout={"localhost":{"defined":"built-in","type":"lxd","description":"LXD Container                                                                           juju.py:1615
                    Hypervisor","auth-types":["certificate"],"credential-count":1,"regions":{"localhost":{}}}}
                    , stderr=Only clouds with registered credentials are shown.
                    There are more clouds, use --all to see them.

⠧ Adding cloud to Juju ...            DEBUG    Available clouds in juju are dict_keys(['localhost'])                                                                                                                           juju.py:1637
           DEBUG    There are 0 manual clouds available: []                                                                                                                                         juju.py:1643
           DEBUG    Running step Add Cloud                                                                                                                                                         common.py:268
           DEBUG    Running command /snap/openstack/701/juju/bin/juju add-cloud main-zebra --file /tmp/tmp34u5c8nf --client --controller localhost-localhost --force                                juju.py:1738
⠙ Adding cloud to Juju ...            DEBUG    Command finished. stdout=, stderr=Cloud "main-zebra" successfully added to your local client.                                                                                   juju.py:1740
                    You will need to add a credential for this cloud (`juju add-credential main-zebra`)
                    before you can use it to bootstrap a controller (`juju bootstrap main-zebra`) or
                    to create a model (`juju add-model <your model name> main-zebra`).

                    Cloud "main-zebra" added to controller "localhost-localhost".
                    WARNING loading credentials: credentials for cloud main-zebra not found
                    To upload a credential to the controller for cloud "main-zebra", use
                    * 'add-model' with --credential option or
                    * 'add-credential -c main-zebra'.

           DEBUG    Finished running step 'Add Cloud'. Result: ResultType.COMPLETED                                                                                                                common.py:271
           DEBUG    Starting step 'Add Credentials'                                                                                                                                                common.py:252
           DEBUG    Running command /snap/openstack/701/juju/bin/juju credentials main-zebra --format json                                                                                          juju.py:1613
⠋ Adding credentials to Juju client ...            DEBUG    Command finished. stdout={"controller-credentials":{"localhost":{"cloud-credentials":{"localhost":{"auth-type":"certificate"}}}}}                                               juju.py:1615
                    , stderr=
           DEBUG    Running step Add Credentials                                                                                                                                                   common.py:268
           DEBUG    Running command /snap/openstack/701/juju/bin/juju add-credential main-zebra --file /tmp/tmplw5g6fl9 --controller localhost-localhost                                            juju.py:1789
⠹ Adding credentials to Juju client ... [17:10:16] DEBUG    Command finished. stdout=, stderr=Using cloud "main-zebra" from the controller to verify credentials.                                                                           juju.py:1791
                    Controller credential "empty-creds" for user "admin" for cloud "main-zebra" on controller "localhost-localhost" added.
                    For more information, see 'juju show-credential main-zebra empty-creds'.

           DEBUG    Finished running step 'Add Credentials'. Result: ResultType.COMPLETED                                                                                                          common.py:271
           DEBUG    Starting step 'Backup Bootstrap User'                                                                                                                                          common.py:252
           DEBUG    Running command /snap/openstack/701/juju/bin/juju show-user --format json                                                                                                       juju.py:1613
⠋ Saving bootstrap user credentials ...            DEBUG    Command finished. stdout={"user-name":"admin","display-name":"admin","access":"superuser","date-created":"11 minutes ago","last-connection":"just now"}                         juju.py:1615
                    , stderr=
           DEBUG    Found user: admin                                                                                                                                                               juju.py:1150
           DEBUG    Running step Backup Bootstrap User                                                                                                                                             common.py:268
           DEBUG    Finished running step 'Backup Bootstrap User'. Result: ResultType.COMPLETED                                                                                                    common.py:271
           DEBUG    Starting step 'Add Juju controller to cluster DB'                                                                                                                              common.py:252
           DEBUG    Running command /snap/openstack/701/juju/bin/juju show-controller localhost-localhost --format json                                                                             juju.py:1613
⠙ Adding Juju controller to cluster database ...            DEBUG    Command finished.                                                                                                                                                               juju.py:1615
                    stdout={"localhost-localhost":{"details":{"uuid":"a1d51025-9295-4c76-8be3-329d8a1b0387","api-endpoints":["10.30.70.111:17070"],"cloud":"localhost","region":"localhost","agent-
                    version":"3.6.4","agent-git-commit":"d7a40b3e38018c83da9c06d31c7ec7f1d6c7b81f","controller-model-version":"3.6.4","mongo-version":"4.4.24","ca-fingerprint":"E2:68:5C:26:47:6F:
                    E2:6F:B3:F9:06:05:EF:F8:39:C0:0E:6E:73:02:69:30:49:6A:67:5F:EF:66:D6:8B:78:AF","ca-cert":"-----BEGIN
                    CERTIFICATE-----\nMIIEEjCCAnqgAwIBAgIULQHeWX5oK53g43E6I97Y52lNra0wDQYJKoZIhvcNAQEL\nBQAwITENMAsGA1UEChMESnVqdTEQMA4GA1UEAxMHanVqdS1jYTAeFw0yNTA0MDIx\nNjUwNDFaFw0zNTA0MDIxNjU1N
                    DFaMCExDTALBgNVBAoTBEp1anUxEDAOBgNVBAMT\nB2p1anUtY2EwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDSsNq1Tbis\nTtmO9NYeM7TKs1ACgAdmzHzDNOLnuPklLZjWRvJZRxztgS7nU4lfhs+BFznGMaJd\nZM
                    exiqtjU25l8uLt1QYp1/tK/KzHSiW9v6LvLqzP9sAP24rwA08kQsu3f/eJG+zW\nvsCYfQ7/eEB/scjvSWv2BJRaEyoId/AQEzO8wuWkl7sVqFUzXaQQ/DvTzyGwF7p+\nclVn/agHnCgS6fursgAO17CQyoxqCEhgQCGDvshGuitQp
                    ilxQCiYlUOinxeYx/MF\nKUKdd2PUeeMsZou0y3+le89M/RzVWBSl4X+oZzDd8cbml0fu26y8VbOK1kdjAnS0\n0/khCx+v8spnVdU0z7HmKhg3oQOmXLUnZsHeUabE4vO4uFQ11XYGjMWepBZCPCjc\nCXctXVczlcjUHiWHTD6y7m
                    fkewKAcK+FHkgMN4F6wNFqyFPhPuq3kRCjTLGYBRZ8\n+unp2U4m4f06F86DgdLlpP77kRhXuPrflEo7gM9TUhy4n7RBLVA5S6cCAwEAAaNC\nMEAwDgYDVR0PAQH/BAQDAgKkMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFLZ+\
                    nAn5wJFq7RyR80kco8B9RChjwMA0GCSqGSIb3DQEBCwUAA4IBgQBxUl7E5XejWNm2\nGqigcP48/yhpYF385Oa18/6leK6ajjg3sW6zQKDyU+Rb3QbIZOV4LRE66CgicYpI\nBunEJ410gtv/uihcJWECO4ykBnNRebJ1m7QoZQR7KQ
                    N8Bt3Hq6Mmro7GhYqN4MAZ\nLNZ0ahXXwHRuxg6Qg24uNeIl7Y3ay2gUv4rtvDQtkZPJiinK4VqzhoxvZYNyPU/Q\n4wFBc1R8P/5IZzi09EDDGzCDmqcPqKejY+poP43TPCv8NChgs68pqSiW05Um8LK2\nKj3lV3indz+whkWMgPl
                    Dm+HkikdxI2Lqt9+Z6rGh1yosX44f5Kgu2OtB9ivKmx6n\nF1OG6xRP/jCAyF081S4A3jMVI6uzIwhYlhe5j0T/GqptOxLiqwRtzVuYhsX0pmpX\nAMvtG5nT35ShgBZevrXX8zsHxvpEp+CFtHPCyhagyaai5ml9ysUgNoylGoTUe2
                    kD\nH1M69hH/1QvjCDreGp1E8kn6d1om0kTwjh/lihQN4WvUsKgqr40=\n-----END
                    CERTIFICATE-----\n"},"controller-machines":{"0":{"instance-id":"juju-c55d65-0"}},"models":{"controller":{"uuid":"bb159414-4d29-44b8-8e3e-9cf850c55d65","machine-count":1}},"acc
                    ount":{"user":"admin","access":"superuser"}}}
                    , stderr=
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/BootstrapAnswers, args={'allow_redirects': True}                                     service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/BootstrapAnswers HTTP/1.1" 200 166                                                                                              connectionpool.py:474
           DEBUG    Response(<Response [200]>) = {"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":"{\"bootstrap\": {\"management_cidr\":   service.py:159
                    \"10.133.32.0/24\"}}"}

           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/JujuController, args={'allow_redirects': True}                                       service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/JujuController HTTP/1.1" 404 125                                                                                                connectionpool.py:474
⠹ Adding Juju controller to cluster database ...            DEBUG    Response(<Response [404]>) = {"type":"error","status":"","status_code":0,"operation":"","error_code":404,"error":"ConfigItem not found","metadata":null}                      service.py:159


           DEBUG    Running step Add Juju controller to cluster DB                                                                                                                                 common.py:268
           DEBUG    [put] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/JujuController, args={'data': '{"name": "localhost-localhost", "api_endpoints":      service.py:148
                    ["10.30.70.111:17070"], "ca_cert": "-----BEGIN
                    CERTIFICATE-----\\nMIIEEjCCAnqgAwIBAgIULQHeWX5oK53g43E6I97Y52lNra0wDQYJKoZIhvcNAQEL\\nBQAwITENMAsGA1UEChMESnVqdTEQMA4GA1UEAxMHanVqdS1jYTAeFw0yNTA0MDIx\\nNjUwNDFaFw0zNTA0MDIx
                    NjU1NDFaMCExDTALBgNVBAoTBEp1anUxEDAOBgNVBAMT\\nB2p1anUtY2EwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDSsNq1Tbis\\nTtmO9NYeM7TKs1ACgAdmzHzDNOLnuPklLZjWRvJZRxztgS7nU4lfhs+BFzn
                    GMaJd\\nZMexiqtjU25l8uLt1QYp1/tK/KzHSiW9v6LvLqzP9sAP24rwA08kQsu3f/eJG+zW\\nvsCYfQ7/eEB/scjvSWv2BJRaEyoId/AQEzO8wuWkl7sVqFUzXaQQ/DvTzyGwF7p+\\nclVn/agHnCgS6fursgAO17CQyoxqCEh
                    gQCGDvshGuitQpilxQCiYlUOinxeYx/MF\\nKUKdd2PUeeMsZou0y3+le89M/RzVWBSl4X+oZzDd8cbml0fu26y8VbOK1kdjAnS0\\n0/khCx+v8spnVdU0z7HmKhg3oQOmXLUnZsHeUabE4vO4uFQ11XYGjMWepBZCPCjc\\nCXc
                    tXVczlcjUHiWHTD6y7mfkewKAcK+FHkgMN4F6wNFqyFPhPuq3kRCjTLGYBRZ8\\n+unp2U4m4f06F86DgdLlpP77kRhXuPrflEo7gM9TUhy4n7RBLVA5S6cCAwEAAaNC\\nMEAwDgYDVR0PAQH/BAQDAgKkMA8GA1UdEwEB/wQFMA
                    MBAf8wHQYDVR0OBBYEFLZ+\\nAn5wJFq7RyR80kco8B9RChjwMA0GCSqGSIb3DQEBCwUAA4IBgQBxUl7E5XejWNm2\\nGqigcP48/yhpYF385Oa18/6leK6ajjg3sW6zQKDyU+Rb3QbIZOV4LRE66CgicYpI\\nBunEJ410gtv/ui
                    hcJWECO4ykBnNRebJ1m7QoZQR7KQN8Bt3Hq6Mmro7GhYqN4MAZ\\nLNZ0ahXXwHRuxg6Qg24uNeIl7Y3ay2gUv4rtvDQtkZPJiinK4VqzhoxvZYNyPU/Q\\n4wFBc1R8P/5IZzi09EDDGzCDmqcPqKejY+poP43TPCv8NChgs68pq
                    SiW05Um8LK2\\nKj3lV3indz+whkWMgPlDm+HkikdxI2Lqt9+Z6rGh1yosX44f5Kgu2OtB9ivKmx6n\\nF1OG6xRP/jCAyF081S4A3jMVI6uzIwhYlhe5j0T/GqptOxLiqwRtzVuYhsX0pmpX\\nAMvtG5nT35ShgBZevrXX8zsHx
                    vpEp+CFtHPCyhagyaai5ml9ysUgNoylGoTUe2kD\\nH1M69hH/1QvjCDreGp1E8kn6d1om0kTwjh/lihQN4WvUsKgqr40=\\n-----END CERTIFICATE-----\\n", "is_external": false}'}
           DEBUG    http://localhost:None "PUT /1.0/config/JujuController HTTP/1.1" 200 108                                                                                                connectionpool.py:474
           DEBUG    Response(<Response [200]>) = {"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":{}}                                      service.py:159

           DEBUG    Finished running step 'Add Juju controller to cluster DB'. Result: ResultType.COMPLETED                                                                                        common.py:271
           DEBUG    Starting step 'Save Admin User'                                                                                                                                                common.py:252
           DEBUG    Running step Save Admin User                                                                                                                                                   common.py:268
           DEBUG    Found user from accounts.yaml for localhost-localhost: admin                                                                                                                    juju.py:1269
           DEBUG    Finished running step 'Save Admin User'. Result: ResultType.COMPLETED                                                                                                          common.py:271
           DEBUG    Local account found: admin                                                                                                                                                  deployment.py:86
           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/1.0/config/JujuController, args={'allow_redirects': True}                                       service.py:148
           DEBUG    http://localhost:None "GET /1.0/config/JujuController HTTP/1.1" 200 1751                                                                                               connectionpool.py:474
           DEBUG    Response(<Response [200]>) = {"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":"{\"name\": \"localhost-localhost\",     service.py:159
                    \"api_endpoints\": [\"10.30.70.111:17070\"], \"ca_cert\": \"-----BEGIN
                    CERTIFICATE-----\\nMIIEEjCCAnqgAwIBAgIULQHeWX5oK53g43E6I97Y52lNra0wDQYJKoZIhvcNAQEL\\nBQAwITENMAsGA1UEChMESnVqdTEQMA4GA1UEAxMHanVqdS1jYTAeFw0yNTA0MDIx\\nNjUwNDFaFw0zNTA0MDIx
                    NjU1NDFaMCExDTALBgNVBAoTBEp1anUxEDAOBgNVBAMT\\nB2p1anUtY2EwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDSsNq1Tbis\\nTtmO9NYeM7TKs1ACgAdmzHzDNOLnuPklLZjWRvJZRxztgS7nU4lfhs+BFzn
                    GMaJd\\nZMexiqtjU25l8uLt1QYp1/tK/KzHSiW9v6LvLqzP9sAP24rwA08kQsu3f/eJG+zW\\nvsCYfQ7/eEB/scjvSWv2BJRaEyoId/AQEzO8wuWkl7sVqFUzXaQQ/DvTzyGwF7p+\\nclVn/agHnCgS6fursgAO17CQyoxqCEh
                    gQCGDvshGuitQpilxQCiYlUOinxeYx/MF\\nKUKdd2PUeeMsZou0y3+le89M/RzVWBSl4X+oZzDd8cbml0fu26y8VbOK1kdjAnS0\\n0/khCx+v8spnVdU0z7HmKhg3oQOmXLUnZsHeUabE4vO4uFQ11XYGjMWepBZCPCjc\\nCXc
                    tXVczlcjUHiWHTD6y7mfkewKAcK+FHkgMN4F6wNFqyFPhPuq3kRCjTLGYBRZ8\\n+unp2U4m4f06F86DgdLlpP77kRhXuPrflEo7gM9TUhy4n7RBLVA5S6cCAwEAAaNC\\nMEAwDgYDVR0PAQH/BAQDAgKkMA8GA1UdEwEB/wQFMA
                    MBAf8wHQYDVR0OBBYEFLZ+\\nAn5wJFq7RyR80kco8B9RChjwMA0GCSqGSIb3DQEBCwUAA4IBgQBxUl7E5XejWNm2\\nGqigcP48/yhpYF385Oa18/6leK6ajjg3sW6zQKDyU+Rb3QbIZOV4LRE66CgicYpI\\nBunEJ410gtv/ui
                    hcJWECO4ykBnNRebJ1m7QoZQR7KQN8Bt3Hq6Mmro7GhYqN4MAZ\\nLNZ0ahXXwHRuxg6Qg24uNeIl7Y3ay2gUv4rtvDQtkZPJiinK4VqzhoxvZYNyPU/Q\\n4wFBc1R8P/5IZzi09EDDGzCDmqcPqKejY+poP43TPCv8NChgs68pq
                    SiW05Um8LK2\\nKj3lV3indz+whkWMgPlDm+HkikdxI2Lqt9+Z6rGh1yosX44f5Kgu2OtB9ivKmx6n\\nF1OG6xRP/jCAyF081S4A3jMVI6uzIwhYlhe5j0T/GqptOxLiqwRtzVuYhsX0pmpX\\nAMvtG5nT35ShgBZevrXX8zsHx
                    vpEp+CFtHPCyhagyaai5ml9ysUgNoylGoTUe2kD\\nH1M69hH/1QvjCDreGp1E8kn6d1om0kTwjh/lihQN4WvUsKgqr40=\\n-----END CERTIFICATE-----\\n\", \"is_external\": false}"}

           DEBUG    [get] http+unix://%2Fvar%2Fsnap%2Fopenstack%2Fcommon%2Fstate%2Fcontrol.socket/local/certpair/server, args={'allow_redirects': True}                                           service.py:148
           DEBUG    http://localhost:None "GET /local/certpair/server HTTP/1.1" 200 1185                                                                                                   connectionpool.py:474
           DEBUG    Response(<Response [200]>) = /* REDACTED */                                                                                                                                   service.py:159
           DEBUG    Using selector: EpollSelector                                                                                                                                          selector_events.py:64
           DEBUG    proxy rejected connection: HTTP 403                                                                                                                                             utils.py:254
                    Traceback (most recent call last):
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/utils.py", line 248, in __call__
                        return self.main(*args, **kwargs)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/click/core.py", line 1078, in main
                        rv = self.invoke(ctx)
                             ^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/click/core.py", line 1688, in invoke
                        return _process_result(sub_ctx.command.invoke(sub_ctx))
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/click/core.py", line 1688, in invoke
                        return _process_result(sub_ctx.command.invoke(sub_ctx))
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/click/core.py", line 1434, in invoke
                        return ctx.invoke(self.callback, **ctx.params)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/click/core.py", line 783, in invoke
                        return __callback(*args, **kwargs)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/click/decorators.py", line 33, in new_func
                        return f(get_current_context(), *args, **kwargs)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/provider/local/commands.py", line 716, in bootstrap
                        deploy_and_migrate_juju_controller(
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/provider/local/commands.py", line 500, in deploy_and_migrate_juju_controller
                        jhelper = JujuHelper(deployment.get_connected_controller())
                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/core/deployment.py", line 158, in get_connected_controller
                        return self.juju_controller.to_controller(self.juju_account)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/core/juju.py", line 246, in to_controller
                        run_sync(
                      File "/snap/openstack/701/lib/python3.12/site-packages/sunbeam/core/juju.py", line 82, in run_sync
                        result = asyncio.get_event_loop().run_until_complete(coro)
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/usr/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
                        return future.result()
                               ^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/juju/controller.py", line 144, in connect
                        await self._connector.connect(**kwargs)
                      File "/snap/openstack/701/lib/python3.12/site-packages/juju/client/connector.py", line 107, in connect
                        self._connection = await Connection.connect(**kwargs)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/juju/client/connection.py", line 261, in connect
                        await self._connect_with_redirect([_ep])
                      File "/snap/openstack/701/lib/python3.12/site-packages/juju/client/connection.py", line 832, in _connect_with_redirect
                        login_result = await self._connect_with_login(endpoints)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/juju/client/connection.py", line 800, in _connect_with_login
                        await self._connect(endpoints)
                      File "/snap/openstack/701/lib/python3.12/site-packages/juju/client/connection.py", line 743, in _connect
                        result = await task
                                 ^^^^^^^^^^
                      File "/usr/lib/python3.12/asyncio/tasks.py", line 631, in _wait_for_one
                        return f.result()  # May raise f.exception().
                               ^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/juju/client/connection.py", line 729, in _try_endpoint
                        return await self._open(endpoint, cacert)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/juju/client/connection.py", line 333, in _open
                        await websockets.connect(
                      File "/snap/openstack/701/lib/python3.12/site-packages/websockets/asyncio/client.py", line 541, in __await_impl__
                        self.connection = await self.create_connection()
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/websockets/asyncio/client.py", line 440, in create_connection
                        transport = await connect_http_proxy(
                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
                      File "/snap/openstack/701/lib/python3.12/site-packages/websockets/asyncio/client.py", line 815, in connect_http_proxy
                        await protocol.response
                    websockets.exceptions.InvalidProxyStatus: proxy rejected connection: HTTP 403
           WARNING  An unexpected error has occurred. Please see https://canonical.com/microstack/docs/inspect for troubleshooting information.                                                     utils.py:260
           ERROR    Error: proxy rejected connection: HTTP 403

I`ve set on squid both networks. the controler and the container one.
Do you guys have any idea?

This topic was automatically closed after 30 days. New replies are no longer allowed.