azure icon indicating copy to clipboard operation
azure copied to clipboard

Issue for ARO Support Instance

Open pichuang opened this issue 2 years ago • 0 comments

SUMMARY

VM instance type support issue

ISSUE TYPE
  • Bug Report
COMPONENT NAME

azure_rm_openshiftmanagedcluster

ANSIBLE VERSION
ansible 2.9.27
  config file = /mnt/c/Users/pinhuang/ms-workspace/runbook-for-azure-redhat-openshift/deploy-aro/ansible.cfg
  configured module search path = ['/mnt/c/Users/pinhuang/rhwsl-home/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']    
  ansible python module location = /usr/lib/python3.6/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 3.6.8 (default, Jun 14 2022, 12:54:58) [GCC 8.5.0 20210514 (Red Hat 8.5.0-10)]
COLLECTION VERSION
Azure.Azcollection 1.13.0
CONFIGURATION
ANSIBLE_NOCOWS(/etc/ansible/ansible.cfg) = True
ANSIBLE_PIPELINING(/etc/ansible/ansible.cfg) = True
ANSIBLE_SSH_ARGS(/etc/ansible/ansible.cfg) = -o ControlMaster=auto -o ControlPersist=600s -o ServerAliveInterval=60
CACHE_PLUGIN(/etc/ansible/ansible.cfg) = jsonfile
CACHE_PLUGIN_CONNECTION(/etc/ansible/ansible.cfg) = /tmp/ansible/facts
CACHE_PLUGIN_TIMEOUT(/etc/ansible/ansible.cfg) = 600
DEFAULT_BECOME(/etc/ansible/ansible.cfg) = False
DEFAULT_CALLBACK_WHITELIST(/etc/ansible/ansible.cfg) = ['profile_tasks', 'timer']
DEFAULT_FORKS(/etc/ansible/ansible.cfg) = 20
DEFAULT_GATHERING(/etc/ansible/ansible.cfg) = smart
DEFAULT_LOG_PATH(/etc/ansible/ansible.cfg) = /tmp/ansible.log
DEFAULT_ROLES_PATH(/etc/ansible/ansible.cfg) = ['/etc/ansible/roles']
DEFAULT_STDOUT_CALLBACK(/etc/ansible/ansible.cfg) = debug
HOST_KEY_CHECKING(/etc/ansible/ansible.cfg) = False
INTERPRETER_PYTHON(/etc/ansible/ansible.cfg) = auto_silent
RETRY_FILES_ENABLED(/etc/ansible/ansible.cfg) = False
OS / ENVIRONMENT
RHEL8 on WSL2
STEPS TO REPRODUCE

EXPECTED RESULTS
ACTUAL RESULTS
Azure Error: InvalidParameter
Message: The provided master VM size 'Standard_D2s_v3' is invalid.
Target: properties.masterProfile.vmSize
Azure Error: InvalidParameter
Message: The provided worker VM size 'Standard_D2s_v3' is invalid.
Target: properties.workerProfiles['worker'].vmSize
Azure Error: InvalidParameter
Message: The provided master VM size 'Standard_D4s_v3' is invalid.
Target: properties.masterProfile.vmSize

pichuang avatar Sep 20 '22 18:09 pichuang