Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Teckids-Prod Cluster Management
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Team Sysadmin
Clusters
Teckids-Prod
Teckids-Prod Cluster Management
Commits
27a85c87
Commit
27a85c87
authored
2 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Apply bgpconfig
parent
9a1cb206
No related branches found
No related tags found
No related merge requests found
Pipeline
#107022
failed
2 years ago
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+4
-1
4 additions, 1 deletion
.gitlab-ci.yml
resources/bgpconfig.yaml
+8
-0
8 additions, 0 deletions
resources/bgpconfig.yaml
resources/bgppeer.yaml
+15
-0
15 additions, 0 deletions
resources/bgppeer.yaml
with
27 additions
and
1 deletion
.gitlab-ci.yml
+
4
−
1
View file @
27a85c87
...
...
@@ -100,13 +100,16 @@ deploy_calico:
-
if
:
$CI_COMMIT_REF_NAME == "main"
changes
:
-
resources/calico.yaml
-
resource/bgppeer.yaml
-
resources/bgpconfig.yaml
tags
:
-
teckids-trusted
environment
:
name
:
production/teckids/calico
script
:
-
kubectl apply -f resources/calico.yaml
-
kubectl apply -f resources/bgppeer.yaml
-
kubectl apply -f resources/bgpconfig.yaml
deploy_rewrites
:
stage
:
deploy
...
...
This diff is collapsed.
Click to expand it.
resources/bgpconfig.yaml
0 → 100644
+
8
−
0
View file @
27a85c87
kind
:
BGPConfiguration
metadata
:
name
:
default
apiVersion
:
crd.projectcalico.org/v1
spec
:
serviceExternalIPs
:
-
cidr
:
10.98.2.0/24
-
cidr
:
91.184.37.208/28
This diff is collapsed.
Click to expand it.
resources/bgppeer.yaml
0 → 100644
+
15
−
0
View file @
27a85c87
apiVersion
:
crd.projectcalico.org/v1
kind
:
BGPPeer
metadata
:
name
:
rz-sp-fw-01
spec
:
peerIP
:
10.98.0.253
asNumber
:
64567
---
apiVersion
:
crd.projectcalico.org/v1
kind
:
BGPPeer
metadata
:
name
:
rz-sp-fw-02
spec
:
peerIP
:
10.98.0.254
asNumber
:
64567
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment