Skip to content
Snippets Groups Projects
Commit dc3c7cff authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

cloned CRI and run ood_proxy

parent ad55c5c4
No related branches found
No related tags found
1 merge request!2Add OOD proxy node deployment to CI/CD pipeline
Pipeline #11520 passed with stage
in 39 seconds
......@@ -55,6 +55,11 @@ deploy_ood_proxy_node:
cat > user_data.txt << OEOF
#!/bin/bash
echo "$DEV_KEY" >> /root/.ssh/authorized_keys
yum update -y
yum install -y git ansible
git clone https://github.com/jprorama/CRI_XCBC.git
cd CRI_XCBC
ansible localhost -m import_role -a name=ood_proxy
OEOF
- |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment