Page MenuHomeSoftware Heritage

gitlab-production: declare the internal ingress ip
ClosedPublic

Authored by vsellier on Oct 11 2022, 9:31 AM.

Details

Summary

Related to T4063

Test Plan

pergamon:

diff origin/production/pergamon.softwareheritage.org current/pergamon.softwareheritage.org
*******************************************
+ Resource_record[k8s-gitlab-production/A+PTR] =>
   parameters =>
     "data": "k8s-gitlab-production.internal.softwareheritage.org.",
     "keyfile": "/etc/bind/keys/local-update",
     "record": "5.200.168.192.in-addr.arpa",
     "type": "PTR"
*******************************************
+ Resource_record[k8s-gitlab-production/A] =>
   parameters =>
     "data": "192.168.200.5",
     "keyfile": "/etc/bind/keys/local-update",
     "record": "k8s-gitlab-production.internal.softwareheritage.org",
     "type": "A"
*******************************************
*** End octocatalog-diff on pergamon.softwareheritage.org

Diff Detail

Repository
rSPSITE puppet-swh-site
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.