Thanks Brian. I will try...

From: FREEMAN, BRIAN D [mailto:bf1...@att.com]
Sent: Monday, June 25, 2018 10:38 PM
To: S, Deepak <deepa...@intel.com>; onap-discuss@lists.onap.org
Subject: RE: [onap-discuss] how to generate openStackEncryptedPasswordHere?

vFW and vLB are sample VNFs (and vCPE has a set of additional ones)

for encrypted password there is a procedure for SO to create the encrypted 
version if that is what you are aksing

https://wiki.onap.org/display/DW/vFWCL+instantiation%2C+testing%2C+and+debuging?focusedCommentId=25441939#comment-25441939

Also if you search the wiki you will find this similar code segment.

cd /dockerdata-nfs/onap/mso/mso
MSO_ENCRYPTION_KEY=$(cat encryption.key)
echo -n "your_password" | openssl aes-128-ecb -e -K $MSO_ENCRYPTION_KEY -nosalt 
| xxd -c 256 -p

Brian

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>> On Behalf Of 
Deepak S
Sent: Monday, June 25, 2018 12:47 PM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] how to generate openStackEncryptedPasswordHere?

Hi All,

How to generate openStack Encrypted Password?

Also, Do we have any sample VNF to onboard via ONAP?

Thanks
Deepak


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10563): https://lists.onap.org/g/onap-discuss/message/10563
Mute This Topic: https://lists.onap.org/mt/22677328/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to