Comment 1 for bug 1983313

Revision history for this message
chandan kumar (chkumar246) wrote :

By following the steve suggestion
I used the above suggestion
```
virt-customize -a bmc-template --upload ibm-bm2-nodepool.crt:/etc/pki/ca-trust/source/anchors/ibm-bm2-nodepool.crt --run-command update-ca-trust

openstack --os-cloud ibm-bm2-nodepool image create --disk-format qcow2 --container-format bare --shared --progress --file bmc-template bmc-template-ibm
```
and
in the latest run
```
- job:
    name: periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset001-master-ibm
    parent: periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset001-master
    nodeset: tripleo-ovb-centos-9-primary-ibm
    attempts: 1
    vars:
      ovb_manage_stack_mode: 'create'
      registry_login_enabled: false
      quickstart_verbosity: -vv
      create_private_network: true
      key_name: chandankumar-ovb-test
      cloud_name: ibm-bm2-nodepool
      bmc_template_name: bmc-template-ibm
      cloud_settings:
          ibm-bm2-nodepool:
            public_ip_net: hostonly
            undercloud_flavor: nodepool
            baremetal_flavor: m1.large
            bmc_flavor: m1.small
            extra_node_flavor: m1.small
            enable_config_drive: true
            radvd_flavor: m1.small
            dhcp_relay_flavor: m1.small
            enable_baremetal_config_drive: true
            baremetal_image: CentOS-Stream-GenericCloud-9-20211216
            baremetal_image_name: CentOS-Stream-GenericCloud-9-20211216
- project:
    check:
      jobs:
        - periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset001-master-ibm
```
and
periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset001-master-ibm https://review.rdoproject.org/zuul/build/48c42e98d96546b3970a335e2ee6f23e : SUCCESS in 1h 54m 33s it passed.