Skip to content
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

Azure: Improve script execution #43

Open
vinseon opened this issue Mar 16, 2017 · 0 comments
Open

Azure: Improve script execution #43

vinseon opened this issue Mar 16, 2017 · 0 comments

Comments

@vinseon
Copy link
Contributor

vinseon commented Mar 16, 2017

Multiple init scripts:

We currently combine all scripts (from an InstanceScript object) to execute them at once. This is actually required for 'initScript' only (from createInstance method) as we can only give one extension per type during the VM creation.

Advanced script upload:

Support advanced scripts by specifying and uploading file-based scripts into Azure environment (can be then used by the Azure extension). The script can be then executed from a regular cmdLine injection.

Windows compatibility:

Check deployment and script execution on Windows (using the same extension than Linux). Check combined script as well using the '&&' separator.

Encryption:

Allow to send encrypted scripts on VMs using specific credentials (Azure extension feature)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant