Skip to content

Commit

Permalink
fix(conf): add pool to configurable variables
Browse files Browse the repository at this point in the history
  • Loading branch information
arcln committed May 13, 2019
1 parent 61122c2 commit 3680136
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dothill.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
name: dothill-provisioner

pool: A
fsType: ext4

username: manage
password: Lu#or8Qu
apiAddress: https://10.14.3.38
baseInitiatorIQN: iqn.2019-05.io.enix
targetIQN: iqn.2015-11.com.hpe:storage.msa2050.18323cc9ed
apiAddress: https://10.14.3.38
portals:
- 10.14.99.201
1 change: 1 addition & 0 deletions src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func loadConfiguration() {

viper.SetDefault("name", "dothill-provisioner")
viper.SetDefault("fsType", "ext4")
viper.SetDefault("pool", "A")
viper.SetDefault("username", "manage")
viper.SetDefault("password", "!manage")

Expand Down

0 comments on commit 3680136

Please sign in to comment.