Skip to content

Commit 285768b

Browse files
committed
prod1
1 parent 11ec265 commit 285768b

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ on:
1111
- main
1212

1313
jobs:
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'

terraform/prod1.tfvars

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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"

0 commit comments

Comments
 (0)