Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Rename ci ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
Renat Nurgaliyev committed Aug 1, 2018
1 parent 08b5ef0 commit 2238f61
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packer/keystone-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"floating_ip_pool": "ext-net",
"security_groups": "testinfra-ssh_only",
"ssh_username": "ubuntu",
"ssh_keypair_name": "testinfra-kitchen",
"ssh_keypair_name": "testinfra-cikey",
"reuse_ips": true,
"networks": [
"5d58c0ce-0a53-4452-96d7-1713560b4cde"
Expand Down
2 changes: 1 addition & 1 deletion packer/keystone.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"floating_ip_pool": "ext-net",
"security_groups": "testinfra-ssh_only",
"ssh_username": "ubuntu",
"ssh_keypair_name": "testinfra-kitchen",
"ssh_keypair_name": "testinfra-cikey",
"reuse_ips": true,
"networks": [
"5d58c0ce-0a53-4452-96d7-1713560b4cde"
Expand Down
2 changes: 1 addition & 1 deletion packer/loadbalancer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"use_floating_ip": true,
"floating_ip_pool": "ext-net",
"security_groups": "testinfra-ssh_only",
"ssh_keypair_name": "testinfra-kitchen",
"ssh_keypair_name": "testinfra-cikey",
"ssh_username": "ubuntu",
"reuse_ips": true,
"networks": [
Expand Down
2 changes: 1 addition & 1 deletion tests/keystone-db/.kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ platforms:
driver_config:
image_ref: testinfra-bionic
network_ref: testinfra-staging
key_name: testinfra-kitchen
key_name: testinfra-cikey
security_groups: ['testinfra-ssh_only']
flavor_ref: m1.micro
floating_ip_pool: ext-net
Expand Down
2 changes: 1 addition & 1 deletion tests/keystone/.kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ platforms:
driver_config:
image_ref: testinfra-bionic
network_ref: testinfra-staging
key_name: testinfra-kitchen
key_name: testinfra-cikey
security_groups: ['testinfra-ssh_only']
flavor_ref: m1.micro
floating_ip_pool: ext-net
Expand Down
2 changes: 1 addition & 1 deletion tests/loadbalancer/.kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ platforms:
driver_config:
image_ref: testinfra-bionic
network_ref: testinfra-staging
key_name: testinfra-kitchen
key_name: testinfra-cikey
security_groups: ['testinfra-ssh_only']
flavor_ref: m1.micro
floating_ip_pool: ext-net
Expand Down

0 comments on commit 2238f61

Please sign in to comment.