Alexandros Kosiaris has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/341792 )

Change subject: network: Add kubernetes pod/service IPs
......................................................................


network: Add kubernetes pod/service IPs

We will probably want various services to be accessed by kubernetes
pods. Hence add the IP ranges in network::subnets data for eqiad, codfw
production as well as the staging cluster. Also add the kubernetes
service IPs. These are actually mostly informational as no traffic
having a destination or source kubernetes service IP is ever expected to
be on the physical wire, but it's probably useful to have those there as
well.

Change-Id: I4b6c1b2f5f06f10a1adac76221c5790061e438ef
---
M modules/network/data/data.yaml
1 file changed, 12 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/modules/network/data/data.yaml b/modules/network/data/data.yaml
index 949e860..bc1ea28 100644
--- a/modules/network/data/data.yaml
+++ b/modules/network/data/data.yaml
@@ -63,6 +63,14 @@
           ipv6: 2620:0:861:108::/64
         private1-lvs-eqiad:
           ipv4: 10.2.2.0/24
+        private1-kubepods-eqiad:
+          ipv4: 10.64.64.0/21
+        private1-kubesvc-eqiad:
+          ipv4: 10.64.72.0/24
+        private1-kubestagepods-eqiad:
+          ipv4: 10.64.75.0/24
+        private1-kubestagesvc-eqiad:
+          ipv4: 10.64.76.0/24
     codfw:
       public:
         public1-a-codfw:
@@ -101,6 +109,10 @@
           ipv6: 2620:0:860:122::/64
         private1-lvs-codfw:
           ipv4: 10.2.1.0/24
+        private1-kubepods-codfw:
+          ipv4: 10.192.64.0/21
+        private1-kubesvc-codfw:
+          ipv4: 10.192.72.0/24
     esams:
       public:
         public1-esams:

-- 
To view, visit https://gerrit.wikimedia.org/r/341792
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4b6c1b2f5f06f10a1adac76221c5790061e438ef
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Giuseppe Lavagetto <glavage...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to