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
13 lines
419 B
YAML
13 lines
419 B
YAML
---
|
|
# Cloud-init searches for network configuration in order of
|
|
# increasing precedence; each item overriding the previous.
|
|
# In some cases cloud-init reconfigure automatically network interface
|
|
# and cause some issues in network configuration
|
|
- name: Disable Cloud-init service
|
|
hosts: overcloud:infra-vms
|
|
tags:
|
|
- disable-cloud-init
|
|
roles:
|
|
- role: disable-cloud-init
|
|
when: disable_cloud_init | bool
|