Page MenuHomeSoftware Heritage

declare a temporary dns entry for the rancher master
ClosedPublic

Authored by vsellier on May 25 2021, 12:00 PM.

Details

Summary

Related to T3320

Test Plan
  • pergamon
diff origin/production/pergamon.softwareheritage.org current/pergamon.softwareheritage.org
*******************************************
+ Resource_record[rancher-poc/A+PTR] =>
   parameters =>
     "data": "rancher-poc.staging.swh.network.",
     "keyfile": "/etc/bind/keys/local-update",
     "record": "162.130.168.192.in-addr.arpa",
     "type": "PTR"
*******************************************
+ Resource_record[rancher-poc/A] =>
   parameters =>
     "data": "192.168.130.162",
     "keyfile": "/etc/bind/keys/local-update",
     "record": "rancher-poc.staging.swh.network",
     "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.