yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #84973
[Bug 1905447] Re: ds-identify OpenStack is odd
[Expired for cloud-init because there has been no activity for 60 days.]
** Changed in: cloud-init
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1905447
Title:
ds-identify OpenStack is odd
Status in cloud-init:
Expired
Bug description:
ds-identify OpenStack is odd
# LP: #1715241 : arch other than intel are not identified properly.
case "$DI_UNAME_MACHINE" in
i?86|x86_64) :;;
*) return ${DS_MAYBE};;
esac
It has that, which is not nice.
Also i think above is no longer true, i think that arm64 ppc64le s390x
do have better openstack identification these days.
Also returning DS_MAYBE is a bit harmful on arches that are known not
to have openstack yet - i.e. riscv64.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1905447/+subscriptions
References