...
Maintenance work on gating
Access to gating systems
You need to have given your ssh key to one of the admins
then, put in your .ssh/config for access to gating systems:
Code Block | ||
---|---|---|
| ||
Host rebond.francecentral.cloudapp.azure.com
User cloud
Host azure*.onap.eu *.integration.onap.eu
User cloud
StrictHostKeyChecking no
CheckHostIP no
UserKnownHostsFile /dev/null
ProxyJump rebond.francecentral.cloudapp.azure.com
# Networks used in Azure cloud
Host 192.168.64.* 192.168.65.* 192.168.53.* 192.168.66.* 192.168.67.*
ProxyJump rebond.francecentral.cloudapp.azure.com
StrictHostKeyChecking no
CheckHostIP no
UserKnownHostsFile /dev/null
User cloud |
Access to weeklies/dailies in Orange can be done by adding this to your .ssh/config (if granted):
Code Block | ||
---|---|---|
| ||
Host rebond.opnfv.fr
User user
Host master*.onap.eu *.daily.onap.eu *.internal.onap.eu *-weekly.onap.eu istanbul.onap.eu
User debian
StrictHostKeyChecking no
CheckHostIP no
UserKnownHostsFile /dev/null
ProxyJump rebond.opnfv.fr |
Full filesystem
filesystem of jumphost is full and therefore no tests can be launched
...