Uploaded image for project: 'csit'
  1. csit
  2. CSIT-748 vnf-agent integration
  3. CSIT-770

Installation of prerequisites on physical hosts

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: High High
    • 1710, CSIT 1710
    • None

      Installation of vnf-agent prerequisites on physical hosts

      • add requirements to ansible 01-host-setup file to install package and its dependencies on all SUTs
      sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
      curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
      sudo apt-key fingerprint 0EBFCD88
      sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
      sudo apt-get update
      sudo apt-get install docker-ce
      sudo docker run --detach -p 2379:2379 --name etcd --rm quay.io/coreos/etcd:v3.2.5 /usr/local/bin/etcd -advertise-client-urls http://0.0.0.0:2379 -listen-client-urls http://0.0.0.0:2379
      sudo docker run --detach -p 2181:2181 -p 9092:9092 --name kafka --rm --env ADVERTISED_HOST=172.17.0.1 --env ADVERTISED_PORT=9092 spotify/kafka
      

       

       

            pmikus Peter Mikus
            pmikus Peter Mikus
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: