Skip to content
Snippets Groups Projects

Add OOD proxy node deployment to CI/CD pipeline

Open Krish Moodbidri requested to merge feat-ood-proxy-test into main
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -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
- |
Loading