Versions Compared

Key

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

...

  • Cleaned repos (ensure that we use our packages from onap.repo only)

...

  • $ mkdir /etc/yum.repos.d-backup && mv /etc/yum.repos.d/*.repo /etc/yum.repos.d-backup/
  1. actual directory with local_repo.conf
    $ ./bash/tools/deploy_nexus.sh

    User is prompted for local ip, where nexus should be deployed
  2. For accessing nexus GUI, feel free to use preconfigured VNC server (adjust the firewall on the host server)
  3. One just need to create ssh tunnel to vcnserver and connect it with vncviewer
    vncserver listens on 5901 and password is onap
    E.g. ssh -i ~/michal1_new_key 106.120.119.123 -L 1234:$ ssh -NfL 1234:127.0.0.1:5901 <the host server>
    $ vncviewer 127.0.0.1:5901 :1234
    Nexus must be accessed from one of nginx simulated domains, e.g. {+} http://nexus3.onap.org/+ (Because on port 80 is more services/domains, and it is distinguished by his fqdn on proxy)
    Following stuff should be configured from nexus gui:

...