Skip to content

Instantly share code, notes, and snippets.

@venkataanil
Last active February 10, 2020 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save venkataanil/fd1930e9edf6b2130d827d274231233d to your computer and use it in GitHub Desktop.
Save venkataanil/fd1930e9edf6b2130d827d274231233d to your computer and use it in GitHub Desktop.
infrared virsh -vv --topology-nodes undercloud:1,controller:1,compute:2 --host-address 10.1.43.112 --host-key ~/.ssh/id_rsa --host-memory-overcommit True --image-url http://rhos-qe-mirror-rdu2.usersys.redhat.com/brewroot/packages/rhel-guest-image/8.1/283/images/rhel-guest-image-8.1-283.x86_64.qcow2 -e override.compute.cpu=8 -e override.controller.cpu=8 2>&1 | tee ir_virsh_log1
infrared tripleo-undercloud -o install.yml -o undercloud-install.yml --mirror rdu2 --version 16 --splitstack no --shade-host undercloud-0 --build RHOS_TRUNK-16.0-RHEL-8-20200204.n.1 --ssl yes --config-options DEFAULT.undercloud_timezone=UTC --tls-ca https://password.corp.redhat.com/RH-IT-Root-CA.crt
infrared tripleo-undercloud -o undercloud-images.yml --images-task rpm --images-update yes --build RHOS_TRUNK-16.0-RHEL-8-20200204.n.1 --mirror rdu2
infrared tripleo-overcloud -o overcloud-install.yml --version 16 --deployment-files virt --introspect yes --vbmc-force False --vbmc-host hypervisor --tagging no --deploy no
infrared tripleo-overcloud -o overcloud-install.yml --deployment-files virt --version 16 --introspect no --tagging yes --deploy no
infrared tripleo-overcloud -o overcloud-install.yml --version 16 --deployment-files virt --overcloud-templates none --storage-backend lvm --overcloud-ssl no --network-backend geneve --network-protocol ipv4 --network-bgpvpn no --network-dvr True --network-l2gw no --storage-external no --splitstack no --overcloud-debug yes --overcloud-fencing no --pre no --introspect no --tagging no --tht-roles yes --deploy yes --collect-ansible-facts False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment