# 1 vcenter_hostname: vcsa.local vcenter_username:
[email protected] vcenter_password: secret validate_certs: false datacenter: DC cluster: Cluster folder: /vm vm_username: root vm_password: secret instance_os_type: linux # 5 platforms: - name: instance template: CentOS7_TMP hardware: num_cpus: 2 memory_mb: 2048 networks: - name: VM Network ip: 100.64.0.2 netmask: 255.255.255.0 gateway: 100.64.0.1 provisioner: name: ansible verifier: name: ansible # 2 # 3 # 4 # 6 番号 説明 1 使用するドライバを指定 2 vCenterのアクセス先、ログイン情報を指定 3 テストインスタンスを作成するリソース先を指定 4 テストインスタンスのゲストOSのアカウントを指定 5 テストインスタンスのOSタイプを指定 [linux or windows] 6 テストインスタンスの名前や使用するテンプレート、リソース、NWを指定 次のパラメーターはvmwre_guestと同じものを指定可能 • hardware • networks molecule.yml ▸ moleculeの設定を環境に合わせて変更