Skip to content

Improve how openstack backend waits for a server to boot#278

Open
sergiocazzolato wants to merge 3 commits intocanonical:masterfrom
sergiocazzolato:improve-booted-server-detection-openstack
Open

Improve how openstack backend waits for a server to boot#278
sergiocazzolato wants to merge 3 commits intocanonical:masterfrom
sergiocazzolato:improve-booted-server-detection-openstack

Conversation

@sergiocazzolato
Copy link
Contributor

This change improves the boot check performed by the OpenStack backend.

  • It removes the SSH check, which is no longer needed, aligning the logic with the Google backend.
  • It adds support for systems that use /etc/ssh/sshd_config.d/ instead of /etc/ssh/sshd_config.
  • It adds support for additional architectures (tested on arm, ppc64el, and s390x) and all Linux systems used by snapd.

This change is an improvemente to the boot check that openstack backend
does.
. First, it is getting rid of the ssh check which is not needed, having
now the same logic than google backend.
. It is added support for new systems which use /etc/ssh/sshd_config.d/
intead of /etc/ssh/sshd_config
. It is added support for other architectures (this has been tested in
amr/ppc64el/s390x) and all the different linux systems used by snapd.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant