-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no option to join domain while spinning up the VM's dynamically. #319
Comments
Why do you need it domain joined? Is this for windows or Linux? |
Hi,
I have a requirement to build the package and process it to the server
which is connected to the domain. Also once the package is created I need
to push the package to server thru sftp. Those server will not be able to
connect without joining to the domain. Most importantly my security team
does not allow the vm's to run any production jobs without joining to the
domain.
Hope this helps.
Thanks
…On Thu, Oct 21, 2021, 1:17 AM Tim Jacomb ***@***.***> wrote:
Why do you need it domain joined?
Is this for windows or Linux?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#319 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFIATDSXQCSOA6PMW3W2OW3UH6V7XANCNFSM5GM6KWBQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
This is for windows.
On Thu, Oct 21, 2021, 6:55 AM Muthukumar Arunachalam ***@***.***>
wrote:
… Hi,
I have a requirement to build the package and process it to the server
which is connected to the domain. Also once the package is created I need
to push the package to server thru sftp. Those server will not be able to
connect without joining to the domain. Most importantly my security team
does not allow the vm's to run any production jobs without joining to the
domain.
Hope this helps.
Thanks
On Thu, Oct 21, 2021, 1:17 AM Tim Jacomb ***@***.***> wrote:
> Why do you need it domain joined?
>
> Is this for windows or Linux?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#319 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AFIATDSXQCSOA6PMW3W2OW3UH6V7XANCNFSM5GM6KWBQ>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
>
|
I saw this post in one of the support explore portal. My request also the same.timja created this issue on 2019-03-13 · The issue is replied 2 times On the other hand, attempting to join the VM to domains manually would require joining certain vnets and setting DNS servers for these VMs, but the plugin would then deprovision\delete the VMs upon reboot of the VM, not sure if it was intended behavior from the plugin. Example logs below: [JENKINS-56548] created by gpin1120 |
I don't know enough about this area, and the demand for this seems to be low. If someone with experience in this area is able to provide a pull request then it will be likely accepted (depending on design). |
:( |
Dependencies
Feature Request
I have a requirement to spin up the vm's dynamically. This plugin is very useful to do that in azure.
But there is no option to join the vm to the domain. If i write a script to join domain, it requires reboot.
Once VM reboots, the agent goes offline and couldnt able to connect. If you can provide option while spinning up the vm's it would be great. without this feature this plugin wont be useful for me.
The text was updated successfully, but these errors were encountered: