jetpack
jetpack copied to clipboard
Issue using 1029utn10rt as ceph_machine_type
While deploying OSP 17 with ceph enabled with composable roles, using 1029utnrt
as ceph_machine_type
causes the following error.
TASK [set fact ceph machine type] ****************************************************************************************************************
task path: /home/sanjay/jetpack/composable_prepare_nic_configs.yml:238
Tuesday 08 November 2022 01:26:04 -0500 (0:00:00.101) 0:21:50.066 ******
fatal: [localhost]: FAILED! => {
"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute u'1029utn10rt'\n\nThe error appears t
o be in '/home/sanjay/jetpack/composable_prepare_nic_configs.yml': line 238, column 13, but may\nbe elsewhere in the file depending on the exact s
yntax problem.\n\nThe offending line appears to be:\n\n\n - name: set fact ceph machine type\n ^ here\n"
}
Using tn10rt
as ceph_machine_type
also causes the same error.
TASK [set fact ceph machine type] ****************************************************************************************************************
task path: /home/sanjay/jetpack/composable_prepare_nic_configs.yml:238
Tuesday 08 November 2022 01:26:04 -0500 (0:00:00.101) 0:21:50.066 ******
fatal: [localhost]: FAILED! => {
"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute u'tn10rt'\n\nThe error appears t
o be in '/home/sanjay/jetpack/composable_prepare_nic_configs.yml': line 238, column 13, but may\nbe elsewhere in the file depending on the exact s
yntax problem.\n\nThe offending line appears to be:\n\n\n - name: set fact ceph machine type\n ^ here\n"
}