Nilesh Chandekar

Results 4 comments of Nilesh Chandekar

Can we git attention to this issue please, Same has been observed for RHOSP16

* Commented this section below section in **/root/.infrared/plugins/tripleo-undercloud/backup.yml** ~~~ # - name: Use sha256 to calculate checksum # ansible.builtin.stat: # path: "{{ undercloud_image_file }}" # checksum_algorithm: sha256 # get_checksum: yes...

@shyam-biradar You can use **--image-url https://images.rdoproject.org/CentOS-8-x86_64-GenericCloud.qcow2** * Example: * ~~~ infrared virsh --host-address $MYSERVER --host-key ~/.ssh/4SSH_KEY \ --topology-nodes undercloud:1,controller:1,compute:1,ceph:1 \ -e override.undercloud.cpu=4 \ -e override.controller.cpu=4 \ -e override.compute.cpu=2 \ -e...