From 82bf6306ceb8c68688b712ead99eaae9156885ac Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Wed, 21 Apr 2021 14:23:05 +0100 Subject: [PATCH] Install neutron components on Zun compute hosts without Nova At present Zun will only work on hosts with Nova present as these receive the relevant Neutron components. This patch adds the Neutron components to the Zun compute group so they can be installed in environments where Nova and Zun are kept separate. Change-Id: I2dd9f8d066b25053d1a7acfe228ec72c58132c45 --- inventory/env.d/zun.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/env.d/zun.yml b/inventory/env.d/zun.yml index 5ba9989d15..bacebbc61f 100644 --- a/inventory/env.d/zun.yml +++ b/inventory/env.d/zun.yml @@ -17,6 +17,9 @@ container_skel: belongs_to: - zun-compute_containers contains: + - neutron_linuxbridge_agent + - neutron_openvswitch_agent + - neutron_sriov_nic_agent - zun_compute properties: is_metal: true