Is there a problem in the usage?
When Cloudbase-init is used, it becomes the following flows. ()Adhering is a part that operates by the automatic operation.
- Make the Windows instance.
- Install Cloudbase-init.
- Execute Sysprep.
- Shutdown
- Image collection
- Make the Windows instance by using the image of operation 5.
- (Boot the instance)
- (Sysprep minisetup operates. )
- (Cloudbase-init is executed by extending sysprep minisetup (Cloudbase-init-unattend.conf is used). )
- (Starts Windows OS. )
- (Cloudbase-init starts as service (Cloudbase-init.conf is used). )
I think the following use. I want you to teach if there is a problem.
- Make the Windows instance.
- Make the response file of Sysprep (Unattend.xml).
- Execute Sysprep.
- Shutdown
- Image collection
- Make the Windows instance by using the image of operation 5.
- (Boot the instance)
- (Sysprep minisetup operates. )
- (Starts Windows OS. )
- login in Windows.
- Install Cloudbase-init.
- Start Cloudbase-init.
- (Start restart Windows OS)
- (Starts Windows OS. )
- (Cloubase-init starts as service (Cloudbase-init.conf is used). )
When I tried, this operation seems no problem. (The setting that need restart OS is excluded. e.g. Hostname) I want you to teach the content of the problem if there is a problem.
I think as follows.
I want to use the same image in Cloud and local environment. (KVM not openstack).
On Cloud, I setup by Cloudbase-init.
On local environment, I setup by other method.
Therefore, I do not want to install Cloudbase-init in the Windows image.