-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#12859 from gabriel-samfira/fix-windows-userdata
juju#12859 This fixes an embarrassing bug of my own making, introduced in commit: 942456e where I omitted to remove the corresponding parameters to ```fmt.Sprintf``` after modifying the string it was formatting. I added a test for ```InstallCommands()``` as well as fixing some tests for password change that seem to have not been caught by the CI. Update: Given that unit agents seem to be gone now, and there is only one service being created on a machine, the machine agent is now run under the local jujud user on windows again. A followup PR will be created at a later date that will remove code that was used to maintain unit agents on Windows. ## QA steps ```bash juju bootstrap juju add-machine --series win2019 ``` Wait for machine to boot. ```bash juju run --machine 0 "sc.exe qc jujud-machine-0" ``` Check that ```SERVICE_START_NAME``` is ```.\jujud```.
- Loading branch information
Showing
4 changed files
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters