Disable floating IP usage in magnum_cluster_templates
`is_floating_ip_enabled`(formerly `floating_ip_enabled`) is enabled
by default. When it's enabled, it's also required to define
`external_network_id`[1].
Since at the moment of Magnum provisioning we don't have any public
network created (yet), we disable usage of floating IP for the template.
[1] 01e1742acf/plugins/modules/coe_cluster_template.py (L448)
Change-Id: I275f7ad0722c86a42eb6b29bed5068f4a33f0bff
This commit is contained in:
parent
9e7ecc93d3
commit
fc8064571a
@ -32,6 +32,7 @@ magnum_cluster_templates:
|
||||
network_driver: flannel
|
||||
volume_driver: cinder
|
||||
image_id: fedora-coreos-latest
|
||||
floating_ip_enabled: false
|
||||
labels:
|
||||
kube_tag: v1.23.3-rancher1
|
||||
etcd_tag: 3.4.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user