c583922c27
This change allows you to define additional VMs to deploy on the seed-hypervisor. Co-authored-by: Piotr Parczewski <piotr@stackhpc.com> Co-authored-by: Will Szumski <will@stackhpc.com> Co-authored-by: Mark Goddard <mark@stackhpc.com> Story: 2008741 Task: 42095 Change-Id: I8055fc5eb0a9edadcb35767303c659922f2d07ca
11 lines
371 B
YAML
11 lines
371 B
YAML
---
|
|
# Glean/simple-init is useful for reading configdrive data when provisioning
|
|
# servers but gets in the way after this as it tries to enable all network
|
|
# interfaces. In some cases this can lead to timeouts.
|
|
- name: Ensure Glean is disabled and its artifacts are removed
|
|
hosts: seed:overcloud:infra-vms
|
|
tags:
|
|
- disable-glean
|
|
roles:
|
|
- role: disable-glean
|