# Jenkins quickstart CI reproducer
Set up two vms, one for running quickstart, and one for the actual deployment.
Make sure the deployment VM has nested virt enabled. If using nested libvirt, set `<cpu mode='host-passthrough' check='none' migratable='on'/>` in the vm config.
In the quickstart vm set these env vars
```
export CI_ENV=centosci
export LOCATION=current-tripleo
export VIRTHOST=192.168.122.171
export DISTRO_PATH=CentOS-9
export OPT_ENVIRONMENT=/home/stack/tripleo-quickstart/config/environments/ci_centos_libvirt.yml
export VIRTHOST_KEY=$(cat ~/.ssh/id_rsa.pub)
```
Clone quickstart and run using `ci-scripts`
```
bash ci-scripts/full-deploy.sh wallaby delorean minimal promote
```