Module: Jellyfish::Fog::VMWare
- Defined in:
- lib/jellyfish_fog.rb,
lib/jellyfish_fog/infrastructure.rb
Defined Under Namespace
Classes: Infrastructure
Class Method Summary collapse
Class Method Details
.settings ⇒ Object
28 29 30 31 32 33 34 35 36 |
# File 'lib/jellyfish_fog.rb', line 28 def self.settings { provider: 'vsphere', vsphere_username: ENV.fetch('JELLYFISH_VMWARE_USERNAME'), vsphere_password: ENV.fetch('JELLYFISH_VMWARE_PASSWORD'), vsphere_server: ENV.fetch('JELLYFISH_VMWARE_SERVER'), vsphere_expected_pubkey_hash: ENV.fetch('JELLYFISH_VMWARE_EXPECTED_PUBKEY_HASH') } end |