University New Hampshire lab
Access to the lab
Follow ONAP IOL-UNH Lab - Developer Wiki - Confluence instructions to have an access to the lab. You will have
UNH lab VPN account
UNH lab Openstack account
These accounts are different!
Additionally your SSH key should be added to authorized keys file - create a ticket on https://jira.onap.org (Integration project) with your public key attached to add your key into all required VMs.
GitLab runner VM
Because UNH lab is running behind proxy it's needed to use GitLab runner to run test pipelines there. All runners are running on VMs created on TBD tenant on UNH Openstack. Login to GitLab runner VM is possible (if UNH VPN is active) using below ssh conifguration
UNH GitLab runner ssh config
# UNH lab
Host onap-unh-gitlab-runner
Hostname 10.15.103.87
User ubuntu
IdentitiesOnly yes
List of UNH GitLab runners
Name | VM 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
UNH GitLab runner ssh config
# UNH lab
Host onap-unh-integration-bastion
Hostname 10.15.102.155
User ubuntu
IdentitiesOnly yes