File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed
Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 1111 - main
1212
1313jobs :
14+ deploy_prod3 :
15+ name : Deploy prod3
16+ uses : ./.github/workflows/deploy_ntp.yaml
17+ with :
18+ environment : prod3
19+ secrets : inherit
20+ needs : deploy_prod2
21+ # if: github.ref == 'refs/heads/main'
22+
1423 deploy_prod2 :
1524 name : Deploy prod2
1625 uses : ./.github/workflows/deploy_ntp.yaml
@@ -19,11 +28,10 @@ jobs:
1928 secrets : inherit
2029 # if: github.ref == 'refs/heads/main'
2130
22- deploy_prod3 :
23- name : Deploy prod3
31+ deploy_prod1 :
32+ name : Deploy prod1
2433 uses : ./.github/workflows/deploy_ntp.yaml
2534 with :
26- environment : prod3
35+ environment : prod1
2736 secrets : inherit
28- needs : deploy_prod2
2937 # if: github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change 1+ proxmox_node = " nycmesh-713-r640-02"
2+ proxmox_storage_location = " local-lvm"
3+ hostname = " nycmesh-713-ntp-3"
4+ vm_mgt_ip = " 10.70.90.204"
5+ vm_nic = " vmbr0v32"
6+ vm_mgt_default_gateway = " 10.70.90.1"
7+ router_id = " 10.70.90.205"
8+ bird_network = " 10.69.0.0/16"
9+ ntp_ip = " 10.70.90.123"
You can’t perform that action at this time.
0 commit comments