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

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Renat Nurgaliyev committed Aug 3, 2018
1 parent 49a90e3 commit 742e154
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packer/keystone-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ssh_username": "ubuntu",
"reuse_ips": true,
"networks": [
"f13be5d5-c6ae-47ae-86ea-e88f1a2df9ca"
"5ab1f526-c4f8-46c6-ae97-3e9a6cea2e7d"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion packer/keystone.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ssh_username": "ubuntu",
"reuse_ips": true,
"networks": [
"f13be5d5-c6ae-47ae-86ea-e88f1a2df9ca"
"5ab1f526-c4f8-46c6-ae97-3e9a6cea2e7d"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion packer/loadbalancer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ssh_username": "ubuntu",
"reuse_ips": true,
"networks": [
"f13be5d5-c6ae-47ae-86ea-e88f1a2df9ca"
"5ab1f526-c4f8-46c6-ae97-3e9a6cea2e7da"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions packer/vars.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---

consul_server: consul.live.testinfra.cloud.tux.kz
environment_domain: testinfra
consul_server: consul.live.renat.cloud.tux.kz
environment_domain: renat
environment_name: live
10 changes: 5 additions & 5 deletions staging.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[keystone-db]
keystone-db001.staging.testinfra.cloud.tux.kz
keystone-db001.staging.renat.cloud.tux.kz

[keystone]
keystone001.staging.testinfra.cloud.tux.kz
keystone001.staging.renat.cloud.tux.kz

[loadbalancer]
loadbalancer001.staging.testinfra.cloud.tux.kz
loadbalancer001.staging.renat.cloud.tux.kz

[all:vars]
consul_server = consul.staging.testinfra.cloud.tux.kz
environment_domain = testinfra
consul_server = consul.staging.renat.cloud.tux.kz
environment_domain = renat
environment_name = staging
ansible_ssh_user = ubuntu
4 changes: 2 additions & 2 deletions tests/keystone-db/vars.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---

# Do integration tests with staging cluster
keystone_url: http://keystone.staging.testinfra.cloud.tux.kz
consul_server: consul.staging.testinfra.cloud.tux.kz
keystone_url: http://keystone.staging.renat.cloud.tux.kz
consul_server: consul.staging.renat.cloud.tux.kz

# Don't announce any services
consul_services: []
4 changes: 2 additions & 2 deletions tests/keystone/vars.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---

# Do integration tests with staging cluster
keystone_url: http://keystone.staging.testinfra.cloud.tux.kz
consul_server: consul.staging.testinfra.cloud.tux.kz
keystone_url: http://keystone.staging.renat.cloud.tux.kz
consul_server: consul.staging.renat.cloud.tux.kz

# Don't announce any services
consul_services: []
4 changes: 2 additions & 2 deletions tests/loadbalancer/vars.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---

# Do integration tests with staging cluster
keystone_url: http://keystone.staging.testinfra.cloud.tux.kz
consul_server: consul.staging.testinfra.cloud.tux.kz
keystone_url: http://keystone.staging.renat.cloud.tux.kz
consul_server: consul.staging.renat.cloud.tux.kz

# Don't run consul server, instead join staging cluster
consul_run_server: False
Expand Down

0 comments on commit 742e154

Please sign in to comment.