diff options
author | Lila Yasin <lyasin@redhat.com> | 2024-07-18 21:28:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 21:28:54 +0200 |
commit | e75bc8bc1ea8b18bb9766d7ffbe8939628260c73 (patch) | |
tree | 98533e774ed357e72264488df45b8cc410ab60ea /tools | |
parent | Create receptor group if missing (#15276) (diff) | |
download | awx-e75bc8bc1ea8b18bb9766d7ffbe8939628260c73.tar.xz awx-e75bc8bc1ea8b18bb9766d7ffbe8939628260c73.zip |
Fix test_url_base_defaults_to_request to reference local host instead… (#15367)
* Update all references to towerhost to platformhost
* Run prettier on failing ui files
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/scripts/request_tower_configuration.ps1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/scripts/request_tower_configuration.ps1 b/tools/scripts/request_tower_configuration.ps1 index 4472769a32..63de9566c8 100755 --- a/tools/scripts/request_tower_configuration.ps1 +++ b/tools/scripts/request_tower_configuration.ps1 @@ -30,13 +30,13 @@ Request server configuration from Ansible Tower Usage: Execution using positional parameters: - $($MyInvocation.MyCommand.Name) https://example.towerhost.net 44d7507f2ead49af5fca80aa18fd24bc 38 + $($MyInvocation.MyCommand.Name) https://example.platformhost.net 44d7507f2ead49af5fca80aa18fd24bc 38 Ignore self-signed certificates using named parameters: - $($MyInvocation.MyCommand.Name) -k -s https://example.towerhost.local -c 44d7507f2ead49af5fca80aa18fd24bc -t 38 + $($MyInvocation.MyCommand.Name) -k -s https://example.platformhost.local -c 44d7507f2ead49af5fca80aa18fd24bc -t 38 Execution using optional extra_vars: - $($MyInvocation.MyCommand.Name) https://example.towerhost.net 44d7507f2ead49af5fca80aa18fd24bc 38 '{ key: value, dict: { key: value }}' + $($MyInvocation.MyCommand.Name) https://example.platformhost.net 44d7507f2ead49af5fca80aa18fd24bc 38 '{ key: value, dict: { key: value }}' Options: -help, -h Show this message |