duplicate / and dded changelog fragment
This commit is contained in:
parent
2aa1f103a2
commit
b89d5cbe6d
13 changed files with 24 additions and 22 deletions
2
changelogs/fragments/56418-S3-buckets-path-change
Normal file
2
changelogs/fragments/56418-S3-buckets-path-change
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
bugfixes:
|
||||||
|
- Implement new supported path for bucket access (https://github.com/ansible/ansible/issues/56124)
|
|
@ -10,7 +10,7 @@
|
||||||
block:
|
block:
|
||||||
- name: install PackageManagement
|
- name: install PackageManagement
|
||||||
win_package:
|
win_package:
|
||||||
path: https://ansible-ci-files.s3.amazonaws.com//test/integration/targets/setup_win_psget/PackageManagement_x64.msi
|
path: https://ansible-ci-files.s3.amazonaws.comtest/integration/targets/setup_win_psget/PackageManagement_x64.msi
|
||||||
product_id: '{57E5A8BB-41EB-4F09-B332-B535C5954A28}'
|
product_id: '{57E5A8BB-41EB-4F09-B332-B535C5954A28}'
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
- name: download nuget provider dll
|
- name: download nuget provider dll
|
||||||
win_get_url:
|
win_get_url:
|
||||||
url: https://ansible-ci-files.s3.amazonaws.com//test/integration/targets/setup_win_psget/Microsoft.PackageManagement.NuGetProvider-2.8.5.208.dll
|
url: https://ansible-ci-files.s3.amazonaws.comtest/integration/targets/setup_win_psget/Microsoft.PackageManagement.NuGetProvider-2.8.5.208.dll
|
||||||
dest: C:\Program Files\PackageManagement\ProviderAssemblies\nuget\2.8.5.208\Microsoft.PackageManagement.NuGetProvider.dll
|
dest: C:\Program Files\PackageManagement\ProviderAssemblies\nuget\2.8.5.208\Microsoft.PackageManagement.NuGetProvider.dll
|
||||||
|
|
||||||
- name: get version and install location of PackageManagement and PowerShellGet
|
- name: get version and install location of PackageManagement and PowerShellGet
|
||||||
|
@ -63,9 +63,9 @@
|
||||||
when: item.name in installed_modules
|
when: item.name in installed_modules
|
||||||
loop:
|
loop:
|
||||||
- name: PackageManagement
|
- name: PackageManagement
|
||||||
url: https://ansible-ci-files.s3.amazonaws.com//test/integration/targets/setup_win_psget/packagemanagement.1.1.7.nupkg
|
url: https://ansible-ci-files.s3.amazonaws.comtest/integration/targets/setup_win_psget/packagemanagement.1.1.7.nupkg
|
||||||
- name: PowerShellGet
|
- name: PowerShellGet
|
||||||
url: https://ansible-ci-files.s3.amazonaws.com//test/integration/targets/setup_win_psget/powershellget.1.6.0.nupkg
|
url: https://ansible-ci-files.s3.amazonaws.comtest/integration/targets/setup_win_psget/powershellget.1.6.0.nupkg
|
||||||
|
|
||||||
- name: remove the old versions of PackageManagement and PowerShellGet
|
- name: remove the old versions of PackageManagement and PowerShellGet
|
||||||
win_file:
|
win_file:
|
||||||
|
|
|
@ -171,7 +171,7 @@
|
||||||
|
|
||||||
- name: download binary the outputs argv to stdout
|
- name: download binary the outputs argv to stdout
|
||||||
win_get_url:
|
win_get_url:
|
||||||
url: https://ansible-ci-files.s3.amazonaws.com//test/integration/roles/test_win_module_utils/PrintArgv.exe
|
url: https://ansible-ci-files.s3.amazonaws.comtest/integration/roles/test_win_module_utils/PrintArgv.exe
|
||||||
dest: C:\ansible testing\PrintArgv.exe
|
dest: C:\ansible testing\PrintArgv.exe
|
||||||
|
|
||||||
- name: call argv binary with absolute path
|
- name: call argv binary with absolute path
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
- name: download SlimFTPd binary
|
- name: download SlimFTPd binary
|
||||||
win_get_url:
|
win_get_url:
|
||||||
url: https://ansible-ci-files.s3.amazonaws.com//test/integration/roles/test_win_get_url/SlimFTPd.exe
|
url: https://ansible-ci-files.s3.amazonaws.comtest/integration/roles/test_win_get_url/SlimFTPd.exe
|
||||||
dest: '{{ testing_dir }}\SlimFTPd.exe'
|
dest: '{{ testing_dir }}\SlimFTPd.exe'
|
||||||
|
|
||||||
# SlimFTPd does not work with special chars because it is so old, use a symlink as a workaround
|
# SlimFTPd does not work with special chars because it is so old, use a symlink as a workaround
|
||||||
|
|
|
@ -53,12 +53,12 @@
|
||||||
# Cannot use httpbin as the Last-Modified date is generated dynamically
|
# Cannot use httpbin as the Last-Modified date is generated dynamically
|
||||||
- name: download file for force=no tests
|
- name: download file for force=no tests
|
||||||
win_get_url:
|
win_get_url:
|
||||||
url: https://ansible-ci-files.s3.amazonaws.com//test/integration/roles/test_win_get_url/SlimFTPd.exe
|
url: https://ansible-ci-files.s3.amazonaws.comtest/integration/roles/test_win_get_url/SlimFTPd.exe
|
||||||
dest: '{{ testing_dir }}\output'
|
dest: '{{ testing_dir }}\output'
|
||||||
|
|
||||||
- name: download single file with force no
|
- name: download single file with force no
|
||||||
win_get_url:
|
win_get_url:
|
||||||
url: https://ansible-ci-files.s3.amazonaws.com//test/integration/roles/test_win_get_url/SlimFTPd.exe
|
url: https://ansible-ci-files.s3.amazonaws.comtest/integration/roles/test_win_get_url/SlimFTPd.exe
|
||||||
dest: '{{ testing_dir }}\output'
|
dest: '{{ testing_dir }}\output'
|
||||||
force: no
|
force: no
|
||||||
register: http_download_no_force
|
register: http_download_no_force
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
- name: download newer file with force no
|
- name: download newer file with force no
|
||||||
win_get_url:
|
win_get_url:
|
||||||
url: https://ansible-ci-files.s3.amazonaws.com//test/integration/roles/test_win_get_url/SlimFTPd.exe
|
url: https://ansible-ci-files.s3.amazonaws.comtest/integration/roles/test_win_get_url/SlimFTPd.exe
|
||||||
dest: '{{ testing_dir }}\output'
|
dest: '{{ testing_dir }}\output'
|
||||||
force: no
|
force: no
|
||||||
register: http_download_newer_no_force
|
register: http_download_newer_no_force
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
# these hotfixes, are for Hyper-V, there may be a chance the system already has them
|
# these hotfixes, are for Hyper-V, there may be a chance the system already has them
|
||||||
# but in most cases for our CI purposes they wouldn't be present
|
# but in most cases for our CI purposes they wouldn't be present
|
||||||
test_win_hotfix_good_url: https://ansible-ci-files.s3.amazonaws.com//test/integration/targets/win_hotfix/windows8.1-kb3027108-v2-x64_66366c7be2d64d83b63cac42bc40c0a3c01bc70d.msu
|
test_win_hotfix_good_url: https://ansible-ci-files.s3.amazonaws.comtest/integration/targets/win_hotfix/windows8.1-kb3027108-v2-x64_66366c7be2d64d83b63cac42bc40c0a3c01bc70d.msu
|
||||||
test_win_hotfix_reboot_url: https://ansible-ci-files.s3.amazonaws.com//test/integration/targets/win_hotfix/windows8.1-kb2913659-v2-x64_963a4d890c9ff9cc83a97cf54305de6451038ba4.msu
|
test_win_hotfix_reboot_url: https://ansible-ci-files.s3.amazonaws.comtest/integration/targets/win_hotfix/windows8.1-kb2913659-v2-x64_963a4d890c9ff9cc83a97cf54305de6451038ba4.msu
|
||||||
test_win_hotfix_bad_url: https://ansible-ci-files.s3.amazonaws.com//test/integration/targets/win_hotfix/windows8-rt-kb3172729-x64_69cab4c7785b1faa3fc450f32bed4873d53bb96f.msu
|
test_win_hotfix_bad_url: https://ansible-ci-files.s3.amazonaws.comtest/integration/targets/win_hotfix/windows8-rt-kb3172729-x64_69cab4c7785b1faa3fc450f32bed4873d53bb96f.msu
|
||||||
test_win_hotfix_path: C:\ansible\win_hotfix
|
test_win_hotfix_path: C:\ansible\win_hotfix
|
||||||
|
|
||||||
test_win_hotfix_kb: KB3027108
|
test_win_hotfix_kb: KB3027108
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
|
|
||||||
- name: download binary the outputs argv to stdout
|
- name: download binary the outputs argv to stdout
|
||||||
win_get_url:
|
win_get_url:
|
||||||
url: https://ansible-ci-files.s3.amazonaws.com//test/integration/roles/test_win_module_utils/PrintArgv.exe
|
url: https://ansible-ci-files.s3.amazonaws.comtest/integration/roles/test_win_module_utils/PrintArgv.exe
|
||||||
dest: C:\ansible testing\PrintArgv.exe
|
dest: C:\ansible testing\PrintArgv.exe
|
||||||
|
|
||||||
- name: call module with CommandUtil tests
|
- name: call module with CommandUtil tests
|
||||||
|
|
|
@ -4,10 +4,10 @@ test_win_package_path_safe: C:\ansible\win_package
|
||||||
test_win_package_path: C:\ansible\win package
|
test_win_package_path: C:\ansible\win package
|
||||||
test_win_package_log_path_install: C:\ansible\win package\test-install.log
|
test_win_package_log_path_install: C:\ansible\win package\test-install.log
|
||||||
test_win_package_log_path_uninstall: C:\ansible\win package\test-uninstall.log
|
test_win_package_log_path_uninstall: C:\ansible\win package\test-uninstall.log
|
||||||
test_win_package_good_url: https://ansible-ci-files.s3.amazonaws.com//test/integration/roles/test_win_package/good.msi
|
test_win_package_good_url: https://ansible-ci-files.s3.amazonaws.comtest/integration/roles/test_win_package/good.msi
|
||||||
test_win_package_reboot_url: https://ansible-ci-files.s3.amazonaws.com//test/integration/roles/test_win_package/reboot.msi
|
test_win_package_reboot_url: https://ansible-ci-files.s3.amazonaws.comtest/integration/roles/test_win_package/reboot.msi
|
||||||
test_win_package_bad_url: https://ansible-ci-files.s3.amazonaws.com//test/integration/roles/test_win_package/bad.msi
|
test_win_package_bad_url: https://ansible-ci-files.s3.amazonaws.comtest/integration/roles/test_win_package/bad.msi
|
||||||
test_win_package_exe_url: https://ansible-ci-files.s3.amazonaws.com//test/integration/roles/test_win_package/7z.exe # TODO: change to it's own executable
|
test_win_package_exe_url: https://ansible-ci-files.s3.amazonaws.comtest/integration/roles/test_win_package/7z.exe # TODO: change to it's own executable
|
||||||
|
|
||||||
test_win_package_good_id: '{223D9A13-653B-4231-A365-EDDC30B4F226}'
|
test_win_package_good_id: '{223D9A13-653B-4231-A365-EDDC30B4F226}'
|
||||||
test_win_package_reboot_id: '{223D9A13-653B-4231-A365-EDDC30B4F227}'
|
test_win_package_reboot_id: '{223D9A13-653B-4231-A365-EDDC30B4F227}'
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
win_get_url:
|
win_get_url:
|
||||||
# this was downloaded straight off the Pester GitHub release page and uploaded to the S3 bucket
|
# this was downloaded straight off the Pester GitHub release page and uploaded to the S3 bucket
|
||||||
# https://github.com/pester/Pester/releases
|
# https://github.com/pester/Pester/releases
|
||||||
url: 'https://ansible-ci-files.s3.amazonaws.com//test/integration/roles/test_win_pester/Pester-4.3.1.zip'
|
url: 'https://ansible-ci-files.s3.amazonaws.comtest/integration/roles/test_win_pester/Pester-4.3.1.zip'
|
||||||
dest: '{{test_win_pester_path}}\Pester-4.3.1.zip'
|
dest: '{{test_win_pester_path}}\Pester-4.3.1.zip'
|
||||||
|
|
||||||
- name: unzip Pester module
|
- name: unzip Pester module
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
- name: Download PsExec
|
- name: Download PsExec
|
||||||
win_get_url:
|
win_get_url:
|
||||||
url: https://ansible-ci-files.s3.amazonaws.com//test/integration/targets/win_psexec/PsExec.exe
|
url: https://ansible-ci-files.s3.amazonaws.comtest/integration/targets/win_psexec/PsExec.exe
|
||||||
dest: '{{ testing_dir }}\PsExec.exe'
|
dest: '{{ testing_dir }}\PsExec.exe'
|
||||||
|
|
||||||
- name: Get the existing PATH env var
|
- name: Get the existing PATH env var
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
# Used in the script below to create the .nupkg for each test module
|
# Used in the script below to create the .nupkg for each test module
|
||||||
- name: download NuGet binary for module publishing
|
- name: download NuGet binary for module publishing
|
||||||
win_get_url:
|
win_get_url:
|
||||||
url: https://ansible-ci-files.s3.amazonaws.com//test/integration/targets/win_psmodule/nuget.exe
|
url: https://ansible-ci-files.s3.amazonaws.comtest/integration/targets/win_psmodule/nuget.exe
|
||||||
dest: '{{ remote_tmp_dir }}'
|
dest: '{{ remote_tmp_dir }}'
|
||||||
|
|
||||||
- name: create test PowerShell modules
|
- name: create test PowerShell modules
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
test_win_service_binary_url: https://ansible-ci-files.s3.amazonaws.com//test/integration/targets/win_service/SleepService.exe
|
test_win_service_binary_url: https://ansible-ci-files.s3.amazonaws.comtest/integration/targets/win_service/SleepService.exe
|
||||||
test_win_service_dir: C:\ansible testing\[win_service]
|
test_win_service_dir: C:\ansible testing\[win_service]
|
||||||
test_win_service_path: '{{ test_win_service_dir }}\SleepService.exe'
|
test_win_service_path: '{{ test_win_service_dir }}\SleepService.exe'
|
||||||
test_win_service_name: TestService [*abc]
|
test_win_service_name: TestService [*abc]
|
||||||
|
|
|
@ -113,7 +113,7 @@ if ($os_version -ge [Version]"6.2") {
|
||||||
# versions of Windows. Use custom application Port Mapper to acheive the
|
# versions of Windows. Use custom application Port Mapper to acheive the
|
||||||
# same outcome
|
# same outcome
|
||||||
# http://www.analogx.com/contents/download/Network/pmapper/Freeware.htm
|
# http://www.analogx.com/contents/download/Network/pmapper/Freeware.htm
|
||||||
$s3_url = "https://ansible-ci-files.s3.amazonaws.com//ansible-test/pmapper-1.04.exe"
|
$s3_url = "https://ansible-ci-files.s3.amazonaws.comansible-test/pmapper-1.04.exe"
|
||||||
|
|
||||||
# download the Port Mapper executable to a temporary directory
|
# download the Port Mapper executable to a temporary directory
|
||||||
$pmapper_folder = Join-Path -Path ([System.IO.Path]::GetTempPath()) -ChildPath ([System.IO.Path]::GetRandomFileName())
|
$pmapper_folder = Join-Path -Path ([System.IO.Path]::GetTempPath()) -ChildPath ([System.IO.Path]::GetRandomFileName())
|
||||||
|
|
Loading…
Reference in a new issue