charm-nova-compute:stable/16.10

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/16.10 https://git.launchpad.net/charm-nova-compute

Branch merges

Branch information

Name:
stable/16.10
Repository:
lp:charm-nova-compute

Recent commits

9678623... by OpenDev Sysadmins <email address hidden>

OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.

6eead95... by Ian Wienand

Replace openstack.org git:// URLs with https://

This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ic7c9c44d5cddaf7877a8e2b2ade7b0ea69755bac

a5320d7... by James Page

Correct use of reserved_host_memory{_mb}

The charm templates use the invalid configuration option:

 reserved_host_memory

to configure the reserved memory for a compute host; update
this to:

 reserved_host_memory_mb

to ensure that memory gets correctly reserved for the host.

Change-Id: I7b8089b165fddc023305ee37efe95e571e8d2407
Closes-Bug: #1646657

6a7571f... by Alberto Donato

Skip qemu-kvm from Nagios-monitored services

The qemu-kvm service should not be configured as monitored in Nagios
when the NRPE relation is set, since it's a one-shot service.

Closes-Bug: #1645822
Change-Id: I20b4eeb7971bae69f29183814e8c61a977e80bf0
(cherry picked from commit 8178cd4bdb35ffacd27620e3d8b81708de264786)

7543310... by dann frazier

Install qemu-efi on AArch64 hosts

UEFI firmware is required to chain into the bootloader supplied by AArch64
cloud images. Ubuntu's qemu-efi package supplies Tianocore-based UEFI
firmware for AArch64 QEMU guests. Install it by default.

Closes-Bug: #1637615

Change-Id: Ie2477a42ed7a850c2d84ddf2e3e17c264d507374
(cherry picked from commit f243da25fe51012644a89b7a5caba9dde971685b)

6c7dcbc... by James Page

Updates for stable branch creation

Set defaultbranch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I41c282cc80086646f7cce6f2b959278a7c6cfe90

497be0c... by Ryan Beisner

Update amulet test definitions for Newton

- Remove Precise-Icehouse Amulet test definitions if they exist.

- Add Xenial-Newton Amulet test definitions.

- Add Yakkety-Newton Amulet test definitions.

- Use the percona-cluster charm in tests instead of the mysql charm.

Change-Id: I9bc178117a46c06b898c4a1ddb0e2c1e1d1135e7

05315d7... by David Ames

Pre-release charm-helpers sync 16.10

Get each charm up to date with lp:charm-helpers for release testing.

Change-Id: Id79cf7888277b1dfb025f72b59c90590cb549850

e629ab0... by Liam Young

Disable serial console if nova-cc requests that

This change fixes a bug in the Serial context which was incorrectly
enabling the serial console despite nova-cc requesting its disabled

Change-Id: Iac418ddab0d19118f5b64eb340aa01adab1fa65b
Closes-Bug: 1628565

cb9a195... by James Page

Add support for serial console access

Enable instance serial console based on flags provided from
nova-cloud-controller charm.

This is only supported in OpenStack Juno or later, and replaces
the standard output to the nova console-log.

Change-Id: I147166d9b273964d34ba81724b0311f269b9fea0
Depends-On: I3bfcca88bd6147be337e6d770db7348170b914e6