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: [email protected] <[email protected]> On Behalf Of Deepak S Sent: Monday, June 25, 2018 12:47 PM To: [email protected] 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 (#10550): https://lists.onap.org/g/onap-discuss/message/10550 Mute This Topic: https://lists.onap.org/mt/22677328/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
