Feb 2, 2017 by Isaac Mosquera
We provide a Debian package that will install all the dependencies needed. To install the debian package, currently the only supported OS is Ubuntu Trusty, 14.04
apt-get update && apt-get install -y \
apt-transport-https \
ca-certificates \
curl
curl -fsSL https://yum.dockerproject.org/gpg | sudo apt-key add -
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
echo "deb https://apt.dockerproject.org/repo/ ubuntu-$(lsb_release -cs) main" \
| sudo tee -a /etc/apt/sources.list
echo "deb https://dl.bintray.com/armory/debians trusty main" \
| sudo tee -a /etc/apt/sources.list
apt-get update
apt-get install armoryspinnaker
When new server-groups are deployed Spinnaker attaches a global user-data script/file that is pre-pended to any application specific user-data configured in a server Spinnaker pipeline. By default Armory Spinnaker comes with a user-data file which is placed in /opt/spinnaker/config/udf/udf0
. This can be modified and overwritten to your specific needs.
To enable Igor, Gate to integrate with your Jenkins build you’ll need to edit your spinnaker-local.yml
file. First configure Jenkins by finding your password or API Token. You can find your token here: http://${YOUR_JENKINS_URL}.armory.io/me/configure
.
Then configure spinnaker local and add the following:
services:
igor:
enabled: true
jenkins:
enabled: true
defaultMaster:
name: Name-of-Jenkins-Service
baseUrl: http://${YOUR_JENKINS_URL}
username: ${YOUR_USERNAME}
password: ${API_TOKEN}
If you deploy a configuration or a change that takes down Spinnaker it’ll be impossible to rollback since Spinnaker would not be available. In order to manually to deploy back you’ll have to do the following:
armoryspinnaker
prefix.armoryspinnaker-ha-polling-v${VER}
where ${VER}
is something like 023
. You should see 2 ASGS, one that has active instead and the older version should be disabled.
armoryspinnaker-ha-polling
ASG to just 1 and the other ASG armoryspinnaker-ha
, the non-polling ASG back to atleast 2.
Software deployment processes differ across organizations, teams, and applications. The most basic, and perhaps the riskiest, is the “big bang deployment.” This strategy updates all nodes within the target environment simultaneously with the new software version. This deployment strategy causes many issues, including potential downtime or other issues while the update is in progress. It […]
Read more →
Multi-target deployments can feel tedious as you deploy the same code over and over to multiple clouds and environments — and none of them in the same way. With an automatic multi-target deployment tool, on the other hand, you do the work once and deliver your code everywhere it needs to be. Armory provides an […]
Read more →
KubeCon+CloudNativeCon EU is one of the world’s largest tech conferences. Here, users, developers, and companies who have and intend to adopt the Cloud Native standard of running applications with Kubernetes in their organizations come together for 5 days. From May 16-20, 2022, tech enthusiasts will congregate both virtually and in person in Valencia, Spain to […]
Read more →