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:

v0.61 Release Notes
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
Spinnaker homepage

From here you’ll need to configure Spinnaker. There are a few steps you’ll need to complete:

  1. Set up Spinnaker
  2. 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.
  3. [Use Redis as the backend] for Front50 (http://www.spinnaker.io/docs/front50-cassandra-to-s3)

Recently Published Posts

Spinnaker Tips: Setting a github status check on a PR from a pipeline

Oct 12, 2023

A common situation we hit is creating a pull request on github with some terraform changes that are run through our pipelines. We’d like to verify the terraform changes cleanly “plan” before we apply them. An example is when someone has a typo (how many times I’ve left dangling commas in a JSON object!) and […]

Read more

Introducing Pipelines-as-Code Plugin for Open Source Spinnaker

Jul 21, 2023

Easily Scale and Automate with Version Control in Git Developers choose best-of-breed version control systems like GitHub for a reason: they need the ability to collaborate and improve code together.  But a broken Spinnaker deployment pipeline can often be the last thing standing in the way of getting your application to market.  Until now. Armory’s […]

Read more

What is FedRAMP and Why It Matters

Jun 8, 2023

What’s FedRAMP? Federal Risk and Authorization Management Program (FedRAMP) is a government-wide program that provides a standardized approach to security assessment, authorization, and continuous monitoring for cloud products and services. FedRAMP is important since it’s the gold standard for assessing cloud service providers (CSP) within the government. Under this program, authorized FedRAMP cloud service providers […]

Read more