Access to the lab
Follow ONAP IOL-UNH Lab - Developer Wiki - Confluence instructions to have an access to the lab. You will have
...
Code Block |
---|
title | UNH 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
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 |
---|
title | UNH GitLab runner ssh config |
---|
|
# UNH lab
Host onap-unh-integration-bastion
Hostname 10.15.102.155
User ubuntu
IdentitiesOnly yes |
...