diff --git a/dothill.yml b/dothill.yml index 02a6de6f..f08ff2f8 100644 --- a/dothill.yml +++ b/dothill.yml @@ -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 diff --git a/src/main.go b/src/main.go index 11424cf4..0c0e11fb 100644 --- a/src/main.go +++ b/src/main.go @@ -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")