Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Latest commit

 

History

History

install_halyard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Install Spinnaker

Install Halyard and automatically configure Spinnaker to use Azure Storage (azs) as its persistent storage.

Prerequisites

This must be executed on a linux VM. You must run 'hal deploy apply' to finish deployment of Spinnaker.

Arguments

Name Description
--storage_account_name
-san
The storage account name used for Spinnaker's persistent storage service (front50).
--storage_account_key
-sak
The storage account key used for Spinnaker's persistent storage service (front50).
--username
-u
User for which to install Halyard.

Example usage

./install_spinnaker.sh --storage_account_name "sample" --storage_account_key "password"

Questions/Comments? [email protected]