Lol... it seems as if I can contribute to three different mail strings
with the same topic today.... this "cries" for a wiki page, doesn't it?
I'll try to get it done in the course of this week.
So far, the short version from an earlier mail today:
--
I can confirm that DCAE runs - I installed it on a 2nd environment
yesterday, using docker 1.0 for all except DCAE and DCAE code 1.1
artifacts_version: 1.1.0-SNAPSHOT
docker_version: 1.0-STAGING-latest
gerrit_branch: master
.
.
.
###########################
# #
# Parameters used by DCAE #
# #
###########################
dcae_base_environment: 1-NIC-FLOATING-IPS
dcae_zone: ZONE
dcae_state: STATE
nexus_repo_root: https://nexus.onap.org
nexus_url_snapshot:
https://nexus.onap.org/content/repositories/snapshots
gitlab_branch: master
dcae_code_version: 1.1.0
and I changed a line in the heat template for the dcae controller vm to
use docker version 1.1
echo "__docker_version__" > /opt/config/docker_version.txt
echo "1.1-STAGING-latest" > /opt/config/docker_version.txt
Finally; Be patient. Be even more patient, I also saw three of the five
docker container on collector and retried a couple of times. It seems as
if the remaining two docker container are created _after_ pg & cdap are
up.
--
Here the short version
Mit freundlichen Grüßen / Kind regards
Josef Reisinger
From: "PLATANIA, MARCO (MARCO)" <[email protected]>
To: "Kumar Skand Priya, Viswanath V"
<[email protected]>
Cc: "DRAGOSH, PAMELA L (PAM)" <[email protected]>,
"[email protected]" <[email protected]>, Josef
Reisinger <[email protected]>
Date: 22.08.2017 17:54
Subject: Re: [onap-discuss] [E] Re: Closed Loop Question
That?s the right assumption. DCAE 1.1.0 works in Vanilla OpenStack but not
DCAE 1.0.0. If you want to try the closed loop, you can install ONAP 1.0.0
with MSO and DCAE 1.1.0 (with a bit of manual work on the Heat template).
I know somebody in the community did it, probably Josef (in CC).
Marco
From: "Kumar Skand Priya, Viswanath V"
<[email protected]>
Date: Tuesday, August 22, 2017 at 11:29 AM
To: "PLATANIA, MARCO (MARCO)" <[email protected]>
Cc: "DRAGOSH, PAMELA L (PAM)" <[email protected]>,
"[email protected]" <[email protected]>
Subject: Re: [onap-discuss] [E] Re: Closed Loop Question
Thanks Marco. We have powered up ONAP ( - dcae ) on Vanila openstack (
after bit of a struggle ).
We also learnt that dcae 1.1.0 will work on vanilla openstack. So can we
assume we cannot demo vLB in 1.0.0 + Vanilla openstack ?
BR,
Viswa
Viswanath Kumar Skand Priya
Architect
SDN, Cloud Services & Orchestration
On Tue, Aug 22, 2017 at 8:52 PM, PLATANIA, MARCO (MARCO) <
[email protected]> wrote:
Hi Viswa,
Not really. The onboarding process (SDC + demo.sh in the robot VM)
populates ONAP components with metadata about the VNF that you want to
run. Those steps are required for the closed loop to work correctly.
Also, regarding the vLB, we are testing it for ONAP 1.1.0 but we still
have some issue with the DNS scaling scenario. So, for the scaling use
case you may want to see what we did for ONAP 1.0.0.
Thanks,
Marco
From: <[email protected]> on behalf of "Kumar Skand
Priya, Viswanath V via onap-discuss" <[email protected]>
Reply-To: "Kumar Skand Priya, Viswanath V" <
[email protected]>
Date: Tuesday, August 22, 2017 at 11:03 AM
To: "DRAGOSH, PAMELA L (PAM)" <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: [onap-discuss] [E] Re: Closed Loop Question
Thanks Pam. I shall try vDNS as suggested.
BTW Is there a way we can skip the SDC on-boarding steps and directly
start with deployment + scaling ??
BR,
Viswa
Viswanath Kumar Skand Priya
Architect
SDN, Cloud Services & Orchestration
On Tue, Aug 22, 2017 at 8:26 PM, DRAGOSH, PAMELA L (PAM) <
[email protected]> wrote:
Viswa,
The vDNS (also call vLB) use case does VNF scaling. It is very basic. J
Regards,
Pam
From: <[email protected]> on behalf of "Kumar Skand
Priya, Viswanath V via onap-discuss" <[email protected]>
Reply-To: "Kumar Skand Priya, Viswanath V" <
[email protected]>
Date: Tuesday, August 22, 2017 at 10:45 AM
To: Josef Reisinger <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: [onap-discuss] [E] Re: Closed Loop Question
Hi Josef,
Thanks for the note. Does this mean that, currently we cannot use ONAP to
perform scaling / healing of VNFs ?
Could you let me know if there are any other demo available today, which
takes use through closed loop?
Can the CLAMP project be leveraged to demonstrate closed loop?
PS : Bharath works with me on ONAP exploration!
BR,
Viswa
Viswanath Kumar Skand Priya
Architect
SDN, Cloud Services & Orchestration
On Tue, Aug 22, 2017 at 2:15 PM, Josef Reisinger <
[email protected]> wrote:
I run the basic vFW demo right now and this does not include scaling of
the VMs. It includes changing the package rate of the package generator
(keeping it constant). To change the packet rate, there is a REST API.
Not sure I got your Q'#2 right, the closes "loop" consists of the vFW as
the source of measurements, DCAE to process the measurements and CDAP to
run an APP die determine whether the packet rate it too high, Policy &
APPC to close the loop (roughly, see more details here:
https://wiki.onap.org/display/DW/Tutorial%3A+Verifying+and+Observing+a+deployed+Service+Instance
)
The vFW VMs have different # of network interfaces, three for the sink &
pgn nodes, 4 for the firewall node. Running vFW demo on another openstack
instance can become a bit tricky maybe, I am not sure the the entire comms
runs via the "public" network. If you run into issues, you should keep
that as a probable cause of issues in mind.
Mit freundlichen Grüßen / Kind regards
Josef Reisinger
From: bharath thiruveedula <[email protected]>
To: Josef Reisinger <[email protected]>
Date: 22.08.2017 10:23
Subject: Closed Loop Question
Hi Josef,
I think you played well with DCAE part :)
I am currently looking to make closed loop work with vFW. I have few
questions on this:
1)Can we scale up/down the VNFs in vFW demo using some rest apis.
2)Can we scale using just policy VM and MSO VM?
3) What are the minimum network interfaces we need to attach vFW VMs as I
am launching vFW in different openstack and ONAP is running in different
openstack?
Any help is greatly appreciated Josef!
Best Regards
Bharath T
_______________________________________________
onap-discuss mailing list
[email protected]
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.onap.org_mailman_listinfo_onap-2Ddiscuss&d=DwICAg&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=9F3pNUkzjE-2v1eTClkRVTaKybM-QdOEEflZQ1UA1C3bK3Y3fLmJGlCViaBBmZar&m=vEBN4n4tgbnL2721l_9VHKSP7C0UejdO-PkR8ypFO4c&s=ZZ06_-do3YUwE1DVwDknqx8OstUn8nxUaCbF1NdMGdc&e=
_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss