Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleUNH GitLab runner ssh config
# UNH lab
Host onap-unh-gitlab-runner
    Hostname 10.15.100103.20787
    User ubuntu
    IdentitiesOnly yes

List of UNH GitLab runners

NameVM name





UNH integration bastion

To run ansible scripts (executed on runner but an inventory is separated) Integration bastion VM was created. Login to Integration bastion VM is possible (if UNH VPN is active) using below ssh conifguration

Code Block
titleUNH GitLab runner ssh config
# UNH lab
Host onap-unh-integration-bastion
    Hostname 10.15.102.155
    User ubuntu
    IdentitiesOnly yes

...