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

Latest commit

 

History

History
20 lines (15 loc) · 766 Bytes

File metadata and controls

20 lines (15 loc) · 766 Bytes

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]