This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vmware: | |
| provider: vmware | |
| clonefrom: rhel6_min_test | |
| ## Optional arguments | |
| num_cpus: 2 | |
| memory: 8192 | |
| devices: | |
| disk: | |
| Hard disk 1: | |
| size: 16 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@sdfs cloud.providers.d]# salt-cloud -p vmware myinstance -l debug | |
| [DEBUG ] Reading configuration from /etc/salt/cloud | |
| [DEBUG ] Reading configuration from /etc/salt/master | |
| [DEBUG ] Using cached minion ID from /etc/salt/minion_id: sdfs.sdfsdf.com | |
| [DEBUG ] Missing configuration file: /etc/salt/cloud.providers | |
| [DEBUG ] Including configuration from '/etc/salt/cloud.providers.d/vmware.conf' | |
| [DEBUG ] Reading configuration from /etc/salt/cloud.providers.d/vmware.conf | |
| [INFO ] There's at least one cloud driver details under the 'bcds' cloud provider alias which does not have the required 'provider' setting. Was probably just used as a holder for additional data. Removing it from the available providers listing | |
| [DEBUG ] Reading configuration from /etc/salt/cloud.profiles | |
| [DEBUG ] Including configuration from '/etc/salt/cloud.profiles.d/vmware.profiles.conf' |