Armory Spinnaker Release Version 0.61: Free Distribution That Anyone Can Install and is Guaranteed to Work
Sep 18, 2016 by Isaac Mosquera
We’re happy to announce the release of Spinnaker v0.61. The benefits:
- Community Edition: v0.61 is a free distribution that anyone can install, and is guaranteed to work (you don’t need to figure out what sub-services to install).
- Enterprise Edition: We offer enterprise level support for this package. Learn more about using Spinnaker for Enterprise-Grade Software Delivery. To set up a support contract, contact us at the bottom of this post.
This first release of Armory Spinnaker packages up the following subservices and is guaranteed to work on Ubuntu Trusty Tahr.If you need help installing this release, we’re available to on the Spinnaker Slack Channel: @benm , @isaac-mosquera and @drodio, or just submit a request using the contact form at the bottom of this post.
clouddriver: 1.313.0
deck: 2.788.0
echo: 1.109.0
front50: 1.40.0
gate: 2.73.0
igor: 1.51.0
orca: 1.207.0
rosco: 0.59.0
Installation & Setup for Armory Spinnaker v0.61
Ubuntu Trusty Tahr is the first supported platform, with more coming.
First, add the Netflix & Armory Spinnaker Debian repositories to your sources:
echo "deb https://dl.bintray.com/spinnaker/debians trusty spinnaker" \
| sudo tee -a /etc/apt/sources.list
Then add Armory’s official repository:
echo "deb https://dl.bintray.com/armory/spinnaker-debians \
trusty spinnaker" | sudo tee -a /etc/apt/sources.list
Download the public PGP key:
curl -s -f https://bintray.com/user/downloadSubjectPublicKey?username=spinnaker\
| sudo apt-key add -
Add preferences file for apt to retrieve the correct packages:
curl -s -f https://raw.githubusercontent.com/imosquera/spinnaker/master/etc/apt/preferences.d/0.61.0/spinnaker \
| sudo tee /etc/apt/preferences.d/spinnaker
Add the Open JDK PPA:
sudo add-apt-repository -y ppa:openjdk-r/ppa
Update apt to download the new metadata information about the Spinnaker packaging:
sudo apt-get update
Install Spinnaker and it’s dependencies:
apt-get install --allow-unauthenticated spinnaker
Start Spinnaker!
sudo service spinnaker start
Go to http://${PUBLIC_IP}:9000
on the host machine and you should see the Spinnaker screen greeting you. If you need to find your public IP of the box exec the following:
curl https://ifconfig.co/
You should now see the Spinnaker greeting page
From here you’ll need to configure Spinnaker. There are a few steps you’ll need to complete:
- Set up Spinnaker
- We suggest that you use Elasticache from AWS or if you would like you can [set up Redis] (https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-redis-on-ubuntu-16-04) on your own.
- [Use Redis as the backend] for Front50 (http://www.spinnaker.io/docs/front50-cassandra-to-s3)