Comment 45 for bug 1926361

Revision history for this message
Chad Smith (chad.smith) wrote :

Ran integration tests on Hirsute, none of which have applicable entitlements because they are not an LTS release.

TLDR, not much to see on non-LTS releases. Most of UA Client machinery is disabled due to inapplicable services for interim releases.

# install cloud-init from proposed during launch of each instance under test.
cat > hirsute-proposed.yaml <<EOF
#cloud-config
write_files:
- content: ZGViIGh0dHA6Ly9hcmNoaXZlLnVidW50dS5jb20vdWJ1bnR1LyBoaXJzdXRlLXByb3Bvc2VkIHJlc3RyaWN0ZWQgbWFpbiBtdWx0aXZlcnNlIHVuaXZlcnNlCg==
  encoding: b64
  owner: root:root
  path: /etc/apt/sources.list.d/proposed-ua.list
  permissions: '0644'
package_update: true
packages: [ubuntu-advantage-tools]
EOF