Joe, Tina,
Issue was lack of IP's - fixing (also I will increase the ram of the cloudify
manager vm) - will document.
HEAT side of an OOM deployment
ubuntu@dcae-dcae-bootstrap:~$ sudo docker ps -a
CONTAINER ID IMAGE
COMMAND CREATED STATUS
PORTS NAMES
9de08c3eb9f6
nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.bootstrap:v1.1.1
"/bin/sh -c 'exec ..." 10 hours ago Up 10 hours
boot
ubuntu@dcae-dcae-bootstrap:~$ sudo docker logs -f boot
2018-02-09 05:15:29 LOG <manager> [manager_resources_316df.create] WARNING:
Ignoring validation errors.
Validation Error: The provided host does not have enough memory to run Cloudify
Manager (Current: 3790MB, Required: 3792MB).
Validation Error: The Manager's Resources Package
http://169.254.169.254/nosuchthing/cloudify-manager-resources_3.4.0-ga-b400.tar.gz
is not accessible (HTTP Error: 404)
2018-02-09T05:34:24 CFY <cdap7> [fixedip_cdap00_e1701] Configuring node
2018-02-09T05:34:24 CFY <cdap7> [fixedip_cdap05_2d55b.create] Task failed
'neutron_plugin.port.create' -> No more IP addresses available on network
dadac8e1-2f4b-4ed2-b289-26af8bbe44b0. [status_code=409]
2018-02-09T05:34:24 CFY <cdap7> [fixedip_cdap01_2c67f.create] Task failed
'neutron_plugin.port.create' -> No more IP addresses available on network
dadac8e1-2f4b-4ed2-b289-26af8bbe44b0. [status_code=409]
2018-02-09T05:34:24 CFY <cdap7> 'install' workflow execution failed:
RuntimeError: Workflow failed: Task failed 'neutron_plugin.port.create' -> No
more IP addresses available on network dadac8e1-2f4b-4ed2-b289-26af8bbe44b0.
[status_code=409]
Execution of workflow install for deployment cdap7 failed. [error=Traceback
(most recent call last):
File "/tmp/pip-build-AednvY/cloudify-plugins-common/cloudify/dispatch.py",
line 472, in _remote_workflow_child_thread
File "/tmp/pip-build-AednvY/cloudify-plugins-common/cloudify/dispatch.py",
line 504, in _execute_workflow_function
-----Original Message-----
From: Joe Kidder [mailto:[email protected]]
Sent: Friday, February 9, 2018 06:57
To: Michael O'Brien <[email protected]>
Cc: Tina Tsou <[email protected]>; OPNFV Tech
<[email protected]>; [email protected]
Subject: Re: [onap-discuss] [opnfv-tech-discuss] [Auto][ONAP] Are there any
tips for installing "DCAE-only" on OPNFV/OpenStack
Michael,
Thanks for this email!
I’m still parsing/consuming - the first link has much more background
information/explanation than what I’d been looking at. Really great.
Also thanks for taking the journey and leaving such good notes.
Joe
> On Feb 9, 2018, at 12:44 AM, Michael O'Brien <[email protected]> wrote:
>
> Tina,
> Hi, this is Michael. I am bringing up DCAEGEN2 in the Intel/Windriver
> openlab right now via OOM - on 25% of my time as I need it to exercise logs
> in the closed loop components (dcae, policy, appc...).
>
> I have had the usual assistance from Alexis and understand the two
> 25.2(everything except designate) and 25.5 (Designate) openstacks a lot more
> now.
>
> My issues were misapplied tenant id's and the 3 keystone urls - I
> read the DCAE readthedocs page in detail a couple times
> http://onap.readthedocs.io/en/latest/submodules/dcaegen2.git/docs/sect
> ions/installation_heat.html but still had some ambiguity on a couple
> of the template values - writing this up as well under
> https://jira.onap.org/browse/DOC-245
>
> I also had an issue with running a 2nd oom to heat deployment because
> of a hardcoded stack name being fixed (you will be ok for now with 1
> dcae setup per tenant - or the workaround)
> https://jira.onap.org/browse/OOM-673
>
> As of now I have passed heat-bootstrap (oom container in the onap-dcaegen2
> pod) creation of the zones in designate and the dcae-bootstrap vm via heat
> template in the container.
> Switching over to the heat side - the dcea-bootstrap vm has
> orchestrated the cloudify vm (dcaeorcl00 - we don’t neet the
> vm1-multi-service xxlarge anymore) - this takes 7 min Now we are out
> of heat and running the cloudify tosca blueprint for the consul and
> cdap nodes My last issue was a busted dcae key which caused a
> cloudify-consul ssh issue The other DCAE nodes start to come up from
> the dcaeorcl00 node
> Dcaensls00/01/02 after 10 more min
> Dcaedokp00 after 1 more min
> Dcaedoks00 after 4 more min
> Dcaecdap00/01/02/03/04/05/06 pending
> Dcaepgvm00 pending
>
> Deleting a deployment - to get it to work you will need to wipe the entire
> tenant because removing DCAE because of the hybrid HEAT/Cloudify
> orchestration will require a quick script to delete the non-DCAE vms, delete
> the recordsets from designate, delete the ports (a heat stack delete will
> fail on a security group dependency), then delete the stack. After that
> optionally delete your oom stack.
>
> Running details are on
> https://jira.onap.org/browse/LOG-167
>
> The original thread is on
> https://lists.onap.org/pipermail/onap-discuss/2018-February/007884.htm
> l
> https://lists.onap.org/pipermail/onap-discuss/2018-February/007904.htm
> l
>
> I will update Alexis's page tomorrow when I get the last of the cdap nodes
> working - with some additional troubleshooting.
> In the end a fully specified onap-parameters.yaml will work out of
> the box on a clean openstack tenant with 180G
> https://wiki.onap.org/display/DW/ONAP+on+Kubernetes+on+Rancher+in+Open
> Stack#ONAPonKubernetesonRancherinOpenStack-Deployingthedcaegen2pod
>
> As aai rest calls for the region from the heat side to the aai side - work -
> we should be ok for closed loop - once I rerun the vFW.
> I'll send a mail when everything is up.
>
> The work you refer to is for Beijing (the DCAE work is not yet ported
> there), if you use Amsterdam, DCAE will come up via OOM.
> Later there is also full cloudify-manager containerization and a designate
> port going on that should remove the heat dependency - this is pending.
>
> Running the heat stack directly (no OOM) does not work as well for me - I
> cannot get any of the cloudify orchestrated VMs up - It does work in the lab
> so it is a config issue on my part. For OOM I am getting further on the heat
> side - just having an issue with the 7 cdap nodes.
>
> Thank you
> /michael
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Tina Tsou
> Sent: Thursday, February 8, 2018 14:12
> To: Joe Kidder <[email protected]>; OPNFV Tech
> <[email protected]>
> Cc: [email protected]
> Subject: Re: [onap-discuss] [opnfv-tech-discuss] [Auto][ONAP] Are
> there any tips for installing "DCAE-only" on OPNFV/OpenStack
>
> Dear Joe,
>
> I cc ONAP list, hope to get a reply specifically.
>
>
> Thank you,
> Tina Tsou
> Enterprise Architect
> Arm
> [email protected]
> +1 (408)931-3833
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Joe
> Kidder
> Sent: Wednesday, February 7, 2018 12:47 PM
> To: OPNFV Tech <[email protected]>
> Subject: [opnfv-tech-discuss] [Auto][ONAP] Are there any tips for
> installing "DCAE-only" on OPNFV/OpenStack
>
> Hi,
> I’m looking for pointers for installing DCAE on an Openstack environment for
> the Auto project.
> We’re installing most of ONAP on kubernetes, but DCAE is not quite ready (a
> couple of weeks out?) for deployment on k8s. So, we’d like to install DCAE
> by itself (as much as possible) on an OPNFV bare metal pod’s open stack
> environment.
>
> I’m not very experienced with ONAP. I have done a couple of ONAP
> deployment attempts using the heat template, but am chasing a number
> of small issues. My hope is that if I can limit the installation
> scope to just DCAE, then it’s a little easier to focus;)
>
> In the meantime, I’ll continue working on full ONAP install on openstack
> with the heat template.
>
> Thanks!
> Joe Kidder
> Auto Project contributor
> _______________________________________________
> opnfv-tech-discuss mailing list
> [email protected]
> https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss
> IMPORTANT NOTICE: The contents of this email and any attachments are
> confidential and may also be privileged. If you are not the intended
> recipient, please notify the sender immediately and do not disclose the
> contents to any other person, use it for any purpose, or store or copy the
> information in any medium. Thank you.
> _______________________________________________
> 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>
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>
_______________________________________________
opnfv-tech-discuss mailing list
[email protected]
https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss