Merge "Switch Rackspace Flex authentication to project_id"

This commit is contained in:
Zuul 2024-08-24 07:31:32 +00:00 committed by Gerrit Code Review
commit 5199013c30
4 changed files with 18 additions and 18 deletions

View File

@ -75,25 +75,19 @@ clouds:
- name: SJC3 - name: SJC3
auth: auth:
auth_url: 'https://keystone.api.sjc3.rackspacecloud.com/v3' auth_url: 'https://keystone.api.sjc3.rackspacecloud.com/v3'
project_name: '{{ clouds.openstackci_rax_project_id }}_Flex' project_id: '{{ clouds.opendevci_raxflex_project_id }}'
project_domain_name: rackspace_cloud_domain username: '{{ clouds.opendevci_raxflex_username }}'
username: '{{ clouds.openstackci_rax_username }}' password: '{{ clouds.opendevci_raxflex_key }}'
password: '{{ clouds.openstackci_rax_key }}'
user_domain_name: rackspace_cloud_domain user_domain_name: rackspace_cloud_domain
interface: public
identity_api_version: '3'
opendevzuul-raxflex: opendevzuul-raxflex:
regions: regions:
- name: SJC3 - name: SJC3
auth: auth:
auth_url: 'https://keystone.api.sjc3.rackspacecloud.com/v3' auth_url: 'https://keystone.api.sjc3.rackspacecloud.com/v3'
project_name: '{{ clouds.openstackjenkins_rax_project_id }}_Flex' project_id: '{{ clouds.opendevzuul_raxflex_project_id }}'
project_domain_name: rackspace_cloud_domain username: '{{ clouds.opendevzuul_raxflex_username }}'
username: '{{ clouds.openstackjenkins_rax_username }}' password: '{{ clouds.opendevzuul_raxflex_key }}'
password: '{{ clouds.openstackjenkins_rax_key }}'
user_domain_name: rackspace_cloud_domain user_domain_name: rackspace_cloud_domain
interface: public
identity_api_version: '3'
openstackjenkins-ovh: openstackjenkins-ovh:
regions: regions:
- GRA1 - GRA1

View File

@ -55,13 +55,10 @@ clouds:
prefix: 'nodepool.task.raxflex-sjc3' prefix: 'nodepool.task.raxflex-sjc3'
auth: auth:
auth_url: 'https://keystone.api.sjc3.rackspacecloud.com/v3' auth_url: 'https://keystone.api.sjc3.rackspacecloud.com/v3'
project_name: '{{ nodepool_rackspace_project }}_Flex' project_id: '{{ nodepool_raxflex_project }}'
project_domain_name: rackspace_cloud_domain username: '{{ nodepool_raxflex_username }}'
username: '{{ nodepool_rackspace_username }}' password: '{{ nodepool_raxflex_key }}'
password: '{{ nodepool_rackspace_key }}'
user_domain_name: rackspace_cloud_domain user_domain_name: rackspace_cloud_domain
interface: public
identity_api_version: '3'
ovh: ovh:
profile: ovh profile: ovh
# OVH has a weird new ipv6 setup that we can't handle properly # OVH has a weird new ipv6 setup that we can't handle properly

View File

@ -6,9 +6,15 @@ clouds:
openstackci_rax_username: user openstackci_rax_username: user
openstackci_rax_key: apikey openstackci_rax_key: apikey
openstackci_rax_project_id: project openstackci_rax_project_id: project
opendevci_raxflex_username: user
opendevci_raxflex_key: apikey
opendevci_raxflex_project_id: project
openstackjenkins_rax_username: user openstackjenkins_rax_username: user
openstackjenkins_rax_key: apikey openstackjenkins_rax_key: apikey
openstackjenkins_rax_project_id: project openstackjenkins_rax_project_id: project
opendevzuul_raxflex_username: user
opendevzuul_raxflex_key: apikey
opendevzuul_raxflex_project_id: project
openstackjenkins_ovh_username: user openstackjenkins_ovh_username: user
openstackjenkins_ovh_password: password openstackjenkins_ovh_password: password
openstackjenkins_ovh_project_name: project openstackjenkins_ovh_project_name: project

View File

@ -33,6 +33,9 @@ nodepool_rackspace_username: user
nodepool_rackspace_key: apikey nodepool_rackspace_key: apikey
nodepool_rackspace_password: password nodepool_rackspace_password: password
nodepool_rackspace_project: project nodepool_rackspace_project: project
nodepool_raxflex_username: user
nodepool_raxflex_key: apikey
nodepool_raxflex_project: project
nodepool_ovh_username: user nodepool_ovh_username: user
nodepool_ovh_password: password nodepool_ovh_password: password
nodepool_ovh_project: project nodepool_ovh_project: project