Be explicit about fortnebula networks with nodepool
We don't want nodepool to use floating IPs in the fn cloud as it is an ipv6 only cloud. We explicitly tell it there is no fip source and that the tenant network routes ipv6 externally. This config is based on the limestone configuration which is a similar cloud network wise. Change-Id: I4a27a22a5beb9c5fc9d3e16cd2ca5b41aecbb46f
This commit is contained in:
parent
3e03b7481d
commit
7df5981e12
@ -171,7 +171,13 @@ clouds:
|
||||
interface: public
|
||||
fortnebula:
|
||||
regions:
|
||||
- regionOne
|
||||
- name: regionOne
|
||||
values:
|
||||
networks:
|
||||
- name: openstackzuul
|
||||
routes_externally: false
|
||||
routes_ipv6_externally: true
|
||||
nat_destination: true
|
||||
api_timeout: 60
|
||||
auth:
|
||||
auth_url: https://openstack.fortnebula.com:13000/v3
|
||||
@ -181,4 +187,5 @@ clouds:
|
||||
project_domain_name: Default
|
||||
user_domain_name: Default
|
||||
identity_api_version: 3
|
||||
floating_ip_source: None
|
||||
image_format: 'qcow2'
|
||||
|
@ -148,7 +148,13 @@ clouds:
|
||||
interface: public
|
||||
fortnebula:
|
||||
regions:
|
||||
- regionOne
|
||||
- name: regionOne
|
||||
values:
|
||||
networks:
|
||||
- name: openstackzuul
|
||||
routes_externally: false
|
||||
routes_ipv6_externally: true
|
||||
nat_destination: true
|
||||
api_timeout: 60
|
||||
auth:
|
||||
auth_url: https://openstack.fortnebula.com:13000/v3
|
||||
@ -158,4 +164,5 @@ clouds:
|
||||
project_domain_name: Default
|
||||
user_domain_name: Default
|
||||
identity_api_version: 3
|
||||
floating_ip_source: None
|
||||
image_format: 'qcow2'
|
||||
|
Loading…
Reference in New Issue
Block a user