New Question
0

Unattended Installation cloudbase-init -- parameters

asked 2017-09-16 10:07:51 +0300

rainmanh gravatar image

Hi, Is there any sort of description of the parameters I can use on an Unattended installation of cloudbase-init?

Only seen the following example, but I cannot find any more information parameters related:

msiexec /i CloudbaseInitSetup.msi /qn /l*v log.txt LOGGINGSERIALPORTNAME="COM1"

Many thanks!

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2017-09-18 13:32:30 +0300

avladu gravatar image

Hello,

Here is an example of cloudbase-init msi supported parameters:

msiexec /i CloudbaseInitSetup_x64.msi /qn /l*v log.txt CLOUDBASEINITCONFFOLDER="C:\" LOGGINGSERIALPORTNAME="COM1" BINFOLDER="C:\bin" LOGFOLDER="C:\log" USERNAME="admin1" INJECTMETADATAPASSWORD="TRUE" USERGROUPS="Administrators" LOGGINGSERIALPORTNAME="COM2" LOCALSCRIPTSFOLDER="C:\localscripts"

There are also MAAS related parameters that you can define. Here is the list: MAASMETADATAURL, MAASOAUTHCONSUMERKEY, MAASOAUTHCONSUMERSECRET, MAASOAUTHTOKENKEY, MAASOAUTHTOKENSECRET.

As cloudbase-init does not automatically run after the installation, you can also define the configuration in the ini configuration files: CLOUDBASEINITCONFFOLDER\cloudbase-init.conf and CLOUDBASEINITCONFFOLDER\cloudbase-init-unatend.conf. You can find an extensive documentation on this matter here: https://cloudbase-init.readthedocs.io...

Thank you,
Adrian Vladu

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2017-09-16 10:07:51 +0300

Seen: 2,632 times

Last updated: Sep 18 '17