私の仮想マシンにSaltsatck(salt-master)をインストールし、別の仮想マシンにProxmox(Cloud)をインストールしました。 どちらも同じネットワーク上にあります。 Salt-masterとproxmoxが正常に実行されています。私はSalt-masterからproxmoxでVM /インスタンスを起動できません
Whenever I run the below command :-
# salt-cloud -p my-proxmox-config mytest
I get the following output :-
[INFO ] salt-cloud starting
[INFO ] Starting new HTTPS connection (1): 192.168.2.245
[INFO ] Creating Cloud VM mytest
[ERROR ] Error creating mytest on PROXMOX
The following exception was thrown when trying to run the initial deployment:
Error: There was a profile error: Failed to deploy VM
Please look at the below config files :-
1. /etc/salt/cloud.providers.d/proxmox.conf
proxmox-config:
user: [email protected] or [email protected]
password: oodles
url: 192.168.2.245
driver: proxmox
verify_ssl: False
minion:
master: 192.168.2.228
2. /etc/salt/cloud.profiles.d/proxmox.conf
my-proxmox-config :
provider: proxmox-config
image: /root/ISO/ubuntu-14.04-server-amd64.iso
technology: kvm/Openvz
host: cloud
ip_address: 192.168.2.245
ssh_username: root
password: oodles
cpus: 1
memory: 512
swap: 512
disk: 2
nameserver: 8.8.8.8 8.8.4.4
Please suggest/advice me what to correct from my configurations file .
Thanks
あなたは次のような出力を提供していただけますか? '塩クラウド--list-画像のProxmox-config'を –
私はのProxmox-config設定 #塩クラウド--list-イメージを実行するとこんにちは、私は出力の下 を取得しています: - [INFO]新しいHTTPS接続の開始(1):192.168.2.245 [ERROR] 'proxmox.avail_images()'の出力を取得できませんでした: 'NoneType'オブジェクトに属性 '__getitem__'がありません [ config: ---------- ありがとう – User5901
yamlメタスキーマチェッカーを使用して、yamlの設定をすべて検証してください。塩ストッキングの問題をトラブルシューティングする前に最初に行う必要がある診断です。 http://stackoverflow.com/questions/35778890/no-matching-sls-found-for-php-apps-in-env-base/35802507#35802507 – mootmoot