Versions Compared

Key

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

Casablanca Deployment Diagram

in progress

Table of Contents
Image Added


Note
titleWarning: Draft Content

This wiki is under construction

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

...



OOM Pod Init Dependencies

Gliffy Diagram
nameOOM Pod Dependencies v3 - moved
pagePin2ONAP Deployment R1


Version 1.0.0

I

n progress

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

Image Removed

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

...

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

HBase Change Log

...


Notes

...

** Task

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

Version 1.x: TSC proposed post 1.1.0+

In progress

...

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

I keep forgetting about this page - because its content is hidden by default - Release Notes 1.0.0 draftdraft#VMsandContainers

vFirewall Flow Diagram

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

...