There is an outstanding dcos-go PRs that would change the default
detect_ip.ps1 file path to new location matching the Linux's setup
Old default:
C:\DCOS\diagnostics\detect_ip.ps1
New default:
C:\opt\mesosphere\bin\detect_ip.ps1
This is to avoid functionality break that would be caused between
the time right after the PR is merged and before this DC-OS script
is updated for reflecting the path change.
Once the PR is merged, we will come back to clean the
redudant copies of the files there
…change
There is an outstanding dcos-go PRs that would change the default detect_ip.ps1 file path to new location matching the Linux's setup Old default: C:\DCOS\diagnostics\detect_ip.ps1 New default: C:\opt\mesosphere\bin\detect_ip.ps1
This is to avoid functionality break that would be caused between the time right after the PR is merged and before this DC-OS script is updated for reflecting the path change. Once the PR is merged, we will come back to clean the redudant copies of the files there