From e75bc8bc1ea8b18bb9766d7ffbe8939628260c73 Mon Sep 17 00:00:00 2001 From: Lila Yasin Date: Thu, 18 Jul 2024 15:28:54 -0400 Subject: Fix test_url_base_defaults_to_request to reference local host instead… (#15367) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update all references to towerhost to platformhost * Run prettier on failing ui files --- docs/notification_system.md | 2 +- docs/tower_configuration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/notification_system.md b/docs/notification_system.md index 96502edfa9..44ac3f9527 100644 --- a/docs/notification_system.md +++ b/docs/notification_system.md @@ -264,7 +264,7 @@ This will create an `httpbin` service reachable from the AWX container at `http: The Grafana notification type allows you to create Grafana annotations. Details about this feature of Grafana are available at http://docs.grafana.org/reference/annotations/. In order to allow AWX to add annotations, an API Key needs to be created in Grafana. Note that the created annotations are region events with start and endtime of the associated AWX Job. The annotation description is also provided by the subject of the associated AWX Job, for example: ``` -Job #1 'Ping Macbook' succeeded: https://towerhost/#/jobs/playbook/1 +Job #1 'Ping Macbook' succeeded: https://platformhost/#/jobs/playbook/1 ``` The configurable options of the Grafana notification type are: diff --git a/docs/tower_configuration.md b/docs/tower_configuration.md index f2c2b94834..ec917fd924 100644 --- a/docs/tower_configuration.md +++ b/docs/tower_configuration.md @@ -18,7 +18,7 @@ X-API-Query-Time: 0.004s X-API-Time: 0.026s { - "SOCIAL_AUTH_GITHUB_TEAM_CALLBACK_URL": "https://towerhost/sso/complete/github-team/", + "SOCIAL_AUTH_GITHUB_TEAM_CALLBACK_URL": "https://platformhost/sso/complete/github-team/", "SOCIAL_AUTH_GITHUB_TEAM_KEY": "", "SOCIAL_AUTH_GITHUB_TEAM_SECRET": "", "SOCIAL_AUTH_GITHUB_TEAM_ID": "", -- cgit v1.2.3