You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

This page details the current deployment artifacts (VM's, docker containers, ports, WARs ...) based on reverse-engineering a deployed demo as well as the current code base.  These are useful as a snapshot of what is actually running in support of our ONAP architecture - to aide in running/triaging the Demo as it evolves.

VM/Docker Deployment

Version 1.0.0

In progress

Diagram template: https://www.lucidchart.com/documents/edit/0664172f-377a-4a17-ab11-f066c8e71d97#

The above 1.0.0 ONAP deployment diagram is based on the following rackspace environment

artifacts_version: 1.0.0-SNAPSHOT

docker_version: 1.0-STAGING-latest

gerrit_branch: release-1.0.0

 gitlab_branch: master

dcae_code_version: 1.0.0

List of Servers and Processes

Notes

HBase version on AAI

root@vm1-aai:~# docker ps

d2d831dbcb37        aaidocker/aai-hbase-1.2.3                                         "/bin/bash /opt/en..."   5 days ago          Up 5 days                               hbase-1.2.3

Container config (aai_vm_init.sh

# Pull HBase container from a public docker hub
docker login -u $NEXUS_USERNAME -p $NEXUS_PASSWD $NEXUS_DOCKER_REPO
docker pull $NEXUS_DOCKER_REPO/aaidocker/aai-hbase-1.2.3
docker rm -f hbase-1.2.3
docker run -d --net=host --name="hbase-1.2.3" aaidocker/aai-hbase-1.2.3

root@vm1-aai:~# docker exec -it hbase-1.2.3 bash

root@vm1-aai:/opt# ls

data  entrypoint.sh  hadoop-2.7.2  hadoop-2.7.2.tar.gz  hbase-1.2.3  hbase-1.2.3-bin.tar.gz

root@vm1-aai:/opt/hbase-1.2.3# cat CHANGES.txt 

HBase Change Log


Release Notes - HBase - Version 1.2.3 08/29/2016


** Task

     * [HBASE-16260] - Audit dependencies for Category-X


Version 1.x: TSC proposed post 1.1.0+

In progress as of 20170525.

Reference projects: ONAP Operations Manager (5/10/17)


List of docker images - https://gerrit.onap.org/r/gitweb?p=integration.git;a=blob;f=packaging/docker/docker-images.csv;h=9bac826b024ed76fb991ea3694ca39a669f53bbe;hb=refs/heads/master


  • No labels