Add limestone-specific network configuration to *clouds.yaml
Limestone provides both ipv4 and ipv6 addresses. Add the necessary configuration to clouds.yaml to make it work. Change-Id: I3c717132a42f44aaed6568de6780b1972cbf63d0
This commit is contained in:
parent
39259a4858
commit
77e38475fb
@ -131,7 +131,16 @@ clouds:
|
|||||||
user_domain_name: default
|
user_domain_name: default
|
||||||
openstackci-limestone:
|
openstackci-limestone:
|
||||||
regions:
|
regions:
|
||||||
- RegionOne
|
- name: RegionOne
|
||||||
|
values:
|
||||||
|
networks:
|
||||||
|
- name: "Gateway Network"
|
||||||
|
routes_externally: false
|
||||||
|
routes_ipv6_externally: true
|
||||||
|
nat_destination: true
|
||||||
|
- name: "Flat External"
|
||||||
|
routes_externally: true
|
||||||
|
nat_source: true
|
||||||
auth:
|
auth:
|
||||||
auth_url: https://osa.continuous.pw:5000
|
auth_url: https://osa.continuous.pw:5000
|
||||||
username: <%= @puppetmaster_clouds['openstackci_limestone_username'] %>
|
username: <%= @puppetmaster_clouds['openstackci_limestone_username'] %>
|
||||||
@ -143,7 +152,16 @@ clouds:
|
|||||||
cacert: /etc/openstack/limestone_cacert.pem
|
cacert: /etc/openstack/limestone_cacert.pem
|
||||||
openstackzuul-limestone:
|
openstackzuul-limestone:
|
||||||
regions:
|
regions:
|
||||||
- RegionOne
|
- name: RegionOne
|
||||||
|
values:
|
||||||
|
networks:
|
||||||
|
- name: "Gateway Network"
|
||||||
|
routes_externally: false
|
||||||
|
routes_ipv6_externally: true
|
||||||
|
nat_destination: true
|
||||||
|
- name: "Flat External"
|
||||||
|
routes_externally: true
|
||||||
|
nat_source: true
|
||||||
auth:
|
auth:
|
||||||
auth_url: https://osa.continuous.pw:5000
|
auth_url: https://osa.continuous.pw:5000
|
||||||
username: <%= @puppetmaster_clouds['openstackzuul_limestone_username'] %>
|
username: <%= @puppetmaster_clouds['openstackzuul_limestone_username'] %>
|
||||||
|
@ -77,7 +77,16 @@ clouds:
|
|||||||
user_domain_name: default
|
user_domain_name: default
|
||||||
openstackci-limestone:
|
openstackci-limestone:
|
||||||
regions:
|
regions:
|
||||||
- RegionOne
|
- name: RegionOne
|
||||||
|
values:
|
||||||
|
networks:
|
||||||
|
- name: "Gateway Network"
|
||||||
|
routes_externally: false
|
||||||
|
routes_ipv6_externally: true
|
||||||
|
nat_destination: true
|
||||||
|
- name: "Flat External"
|
||||||
|
routes_externally: true
|
||||||
|
nat_source: true
|
||||||
auth:
|
auth:
|
||||||
auth_url: https://osa.continuous.pw:5000
|
auth_url: https://osa.continuous.pw:5000
|
||||||
username: <%= @puppetmaster_clouds['openstackci_limestone_username'] %>
|
username: <%= @puppetmaster_clouds['openstackci_limestone_username'] %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user