Skip to content

Commit

Permalink
chaning name
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheMain committed Jan 8, 2025
1 parent 282a626 commit 90b5711
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ci/smoke-tests-login.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if __name__ == "__main__":
session = requests.Session()

logs = session.get('https://logs-deprecated.{}'.format(os.environ['CF_SYSTEM_DOMAIN']))
logs = session.get('https://logs-deprecated-waiting-for-delete.{}'.format(os.environ['CF_SYSTEM_DOMAIN']))
print(logs.url, logs.status_code)
assert logs.url == 'https://login.{}/login'.format(os.environ['CF_SYSTEM_DOMAIN'])
assert logs.status_code == 200
Expand All @@ -23,5 +23,5 @@
},
)
print(login.url, login.status_code)
assert login.url == 'https://logs-deprecated.{}/app/home'.format(os.environ['CF_SYSTEM_DOMAIN'])
assert login.url == 'https://logs-deprecated-waiting-for-delete.{}/app/home'.format(os.environ['CF_SYSTEM_DOMAIN'])
assert login.status_code == 200
2 changes: 1 addition & 1 deletion logsearch-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ instance_groups:
route_registrar:
routes:
- name: logsearch
uris: [logs-deprecated.dev.us-gov-west-1.aws-us-gov.cloud.gov]
uris: [logs-deprecated-waiting-for-delete.dev.us-gov-west-1.aws-us-gov.cloud.gov]
- name: bosh-dns-aliases
release: bosh-dns-aliases
properties:
Expand Down
2 changes: 1 addition & 1 deletion logsearch-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ instance_groups:
route_registrar:
routes:
- name: logsearch
uris: [logs-deprecated.fr.cloud.gov]
uris: [logs-deprecated-waiting-for-delete.fr.cloud.gov]
- name: bosh-dns-aliases
release: bosh-dns-aliases
properties:
Expand Down
2 changes: 1 addition & 1 deletion logsearch-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ instance_groups:
route_registrar:
routes:
- name: logsearch
uris: [logs-deprecated.fr-stage.cloud.gov]
uris: [logs-deprecated-waiting-for-delete.fr-stage.cloud.gov]
- name: bosh-dns-aliases
release: bosh-dns-aliases
properties:
Expand Down

0 comments on commit 90b5711

Please sign in to comment.