You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.