diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-06-25 20:57:01 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-06-25 20:58:54 +0400 |
commit | c875da0f72a06e05bdf76f1f2ab9e1a7136b8ae3 (patch) | |
tree | 627fa6957fe4f7b2abf967207deb561198d68ec3 /mcp/reclass/classes/cluster/mcp-common-ha/openstack_init.yml.j2 | |
parent | 3ed2d8dab3d75628cd1f7edd47051623c643592c (diff) |
[ha] Pin UCA's libvirt/qemu on computes
* install libvirt/qemu packages only from UCA on computes
* shift panko/aodh db settings to telemetry nodes
Change-Id: I0f4434aa8d2139870afaed9d9831db0a9af10e51
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-ha/openstack_init.yml.j2')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-ha/openstack_init.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_init.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_init.yml.j2 index 1e641b6bd..d070cf3ed 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_init.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_init.yml.j2 @@ -251,7 +251,7 @@ parameters: pin: - pin: 'release o=Canonical' priority: 1200 - package: 'python-pymysql' + package: 'python-pymysql libvirt* *qemu*' kernel: sysctl: net.ipv4.tcp_congestion_control: yeah |