I have Create a Cloud formation template to install bamboo now when it is installed and first time i contact with web interface it asks for license , admin user setup and installation type . I want to automate these options as well. is there any command line utility or any configuration file in bamboo available for doing this ?
Bamboo does not have an unattended installation configuration process/file, but once you understand how the installation/setup process works you should be able to automate part of it or even entirely.
A Bamboo instance is composed basically by 3 parts
When you download Bamboo you only have the installer part.
The setup process (wizard where you see the license) will:
If you want to install Bamboo multiple times this is what I would suggest:
Backup process (1 time job)
New instance process
In case you need special tomcat configuration files, you can add/edit them before starting Bamboo.
I understand this process is not that simple neither complete (not covering all possible configuration details), but it can be adjusted and automated.
I also created this feature request to cover this scenario: Unattended installation for Bamboo. Please add your comments and vote on it if you think this feature should be implemented.
I hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.