New Question

Revision history [back]

click to hide/show revision 1
initial version

Hi, cloudbase-init has multi-part MIME support, mostly for Heat templates support.

Do you have a particular example scenario that you'd like to run?

Hi, cloudbase-init has multi-part MIME support, mostly for Heat templates support.

Do you have a particular example scenario that you'd like to run?

edit:

the admin user and main keypair are passed through metadata (just pass a keypair to nova boot).

The rest can be possibly best accomplished by using a PowerShell script as userdata, for example:

#ps1
net user foo secretpassword1 /add
net user bar secretpassowrd2 /add

Hi, cloudbase-init has multi-part MIME support, mostly for Heat templates support.

Do you have a particular example scenario that you'd like to run?

edit:

the admin user and main keypair are passed through metadata (just pass a keypair to nova boot).

The rest can be possibly best accomplished by using a PowerShell script as userdata, for example:

#ps1
net user foo secretpassword1 /add
net user bar secretpassowrd2 /add
/add  

Invoke-WebRequest http://foo.com/bar.txt -UseBasicParsing -OutFile c:\local\path\bar.txt