Santiago,
   Hi, good question.  You have several options.
   In HEAT you can comment out VM's you require before running the openstack 
template
   In OOM we have the same sort of thing via the HELM_APPS config variable - in 
the near future helm commands will bring up different ecosystems or partial 
onaps

   There is a dependency tree depending on your use case vFW, vCPE, vVOLTE
   I ran through an exercise for a particular scenario focused for example on 
running policy (no open/closed loop - no SO in this case) detailed below.  Feel 
free to comment on the jira and wiki page with your specific requirements.
   Ideally we have a full list of dependency subtrees for every component.
   For example you can just run aai by itself in a 11G VM on a laptop via 
./createAll.bash -n onap -a aai

https://jira.onap.org/browse/OOM-511
https://wiki.onap.org/display/DW/ONAP+on+Kubernetes 

HELM_APPS=('message-router' 'vid' 'portal' 'policy' 'aai' 'sdc' )

root@ip-172-31-86-138:~/oom/kubernetes/oneclick# kubectl get pods 
--all-namespaces -a
NAMESPACE             NAME                                   READY     STATUS   
 RESTARTS   AGE
onap-aai              aai-resources-2398553481-0jr3g         2/2       Running  
 0          45m
onap-aai              aai-service-749944520-dr2h8            1/1       Running  
 0          45m
onap-aai              aai-traversal-2677319478-ttbp6         2/2       Running  
 0          45m
onap-aai              data-router-3700447603-v0g2w           1/1       Running  
 0          45m
onap-aai              elasticsearch-622738319-xmt5m          1/1       Running  
 0          45m
onap-aai              hbase-3471984843-3plfk                 1/1       Running  
 0          45m
onap-aai              model-loader-service-911950978-0tg28   2/2       Running  
 0          45m
onap-aai              search-data-service-2471976899-181pg   2/2       Running  
 0          45m
onap-aai              sparky-be-1779663793-rkm9f             2/2       Running  
 0          45m
onap-message-router   dmaap-3126594942-slbwm                 1/1       Running  
 0          2m
onap-message-router   global-kafka-3848542622-bxwrb          1/1       Running  
 0          2m
onap-message-router   zookeeper-624700062-hkp6k              1/1       Running  
 0          2m
onap-policy           brmsgw-2284221413-dd8mt                1/1       Running  
 0          45m
onap-policy           drools-534015681-b8xp0                 2/2       Running  
 0          45m
onap-policy           mariadb-559003789-5mv1g                1/1       Running  
 0          45m
onap-policy           nexus-687566637-z6dt3                  1/1       Running  
 0          45m
onap-policy           pap-4181215123-j2bcc                   2/2       Running  
 0          45m
onap-policy           pdp-2622241204-h8ttg                   2/2       Running  
 0          45m
onap-portal           portalapps-1783099045-8m7mj            2/2       Running  
 0          4m
onap-portal           portaldb-1451233177-t5wfg              1/1       Running  
 0          4m
onap-portal           portalwidgets-2060058548-2gjd1         1/1       Running  
 0          4m
onap-portal           vnc-portal-1252894321-g9lbf            1/1       Running  
 0          4m
onap-sdc              sdc-be-2336519847-m28d2                2/2       Running  
 0          11m
onap-sdc              sdc-cs-1151560586-t4bz6                1/1       Running  
 0          11m
onap-sdc              sdc-es-3319302712-kj4b8                1/1       Running  
 0          11m
onap-sdc              sdc-fe-2862673798-gqdt5                2/2       Running  
 0          11m
onap-sdc              sdc-kb-1258596734-3j00r                1/1       Running  
 0          11m
onap-vid              vid-mariadb-3318685446-c4djt           1/1       Running  
 0          19m
onap-vid              vid-server-421936131-rm199             2/2       Running  
 0          19m
root@ip-172-31-86-138:~/oom/kubernetes/oneclick# free
              total        used        free      shared  buff/cache   available
Mem:       62880136    31303304    16300900       31820    15275932    30767432
Swap:             0           0           0
root@ip-172-31-86-138:~/oom/kubernetes/oneclick# df
Filesystem     1K-blocks     Used Available Use% Mounted on
udev            31432100        0  31432100   0% /dev
tmpfs            6288016    21772   6266244   1% /run
/dev/xvda1     101584140 55738232  45829524  55% /

other scenarios
HELM_APPS=('mso' 'message-router' 'vid' 'portal' 'policy' 'aai' 'sdc' )
HELM_APPS=('mso' 'message-router' 'vid' 'portal' 'policy' 'aai' 'sdc' 'clamp' )
HELM_APPS=('mso' 'message-router' 'sdnc' 'vid' 'robot' 'portal' 'policy' 'appc' 
'aai' 'sdc' 'log' 'clamp' )
HELM_APPS=('consul' 'msb' 'mso' 'message-router' 'sdnc' 'vid' 'robot' 'portal' 
'policy' 'appc' 'aai' 'sdc' 'log' 'cli' 'multicloud' 'clamp' 'kube2msb')
HELM_APPS=('consul' 'msb' 'mso' 'message-router' 'sdnc' 'vid' 'robot' 'portal' 
'policy' 'appc' 'aai' 'sdc' 'dcaegen2' 'log' 'cli' 'multicloud' 'clamp' 
'vnfsdk' 'uui' 'aaf' 'vfc' 'kube2msb' 'esr')

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Mars Toktonaliev 
(Nokia - US/Irving)
Sent: Friday, March 9, 2018 10:53
To: Santi Rodríguez <[email protected]>; 
[email protected]
Subject: Re: [onap-discuss] Light installation

Hi,

The best chance you have is probably OOM installation:
https://wiki.onap.org/display/DW/ONAP+on+Kubernetes

It still requires at least 1 VM with 64GB of RAM and a whole lot more resources 
if you want to have DCAE deployed too. 

BR
Mars

On Fri, 2018-03-09 at 09:22 +0100, Santi Rodríguez wrote:
> Hi all,
> 
> sorry if this is not the best forum to make this question but I deeply 
> searched in the wiki and I didn't find a better option.
> 
> Is there a way to install/deploy an ONAP reduced resources or light 
> version?
> 
> I'm trying to install the platform in my company local environment but 
> i don't have the hughe amount of resources required by the full 
> installation, and the component by component installation is not 
> always well documented or uses references to not existing/deprecated 
> code.
> 
> I saw that Beijing release will have a "light" version but I don't 
> know if it's available to test.
> 
> Thanks,
> Santiago
> 
> Santiago Rodríguez García | Senior Analyst T/ + 34 986 410 091 (ext) 
> 227 www.optaresolutions.com
> 
> _______________________________________________
> onap-discuss mailing list
> [email protected]
> https://lists.onap.org/mailman/listinfo/onap-discuss

_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss
This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,

you may review at https://www.amdocs.com/about/email-disclaimer 
<https://www.amdocs.com/about/email-disclaimer>
_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to