Hi a problem of subscriber? if the service is distributed in the SO, you shall be able to instantiate it... but there are several steps to prepare the instantiation mainly to declare the cloud and some additional parameters.
If you look at the script we use in python sdk - a python framework to interact with ONAP: https://python-onapsdk.readthedocs.io/en/develop/examples/e2e_basicvm_nomulticloud_instantiation.html what you did correspond to the first lines logger.info("******** SERVICE DESIGN *******") Before instantiating there is a section logger.info("***** RUNTIME PREPARATION *****") several operations have to be done before reaching logger.info("**** SERVICE INSTANTIATION ****") which includes also some operations (Customer creation if it does not exist, tenant & availability zone declaration in AAI if it is not already done,...) the script shows the different operations if you are not using multicloud (which could simplify some of the operations). An example with multicloud is also available : https://python-onapsdk.readthedocs.io/en/develop/examples/e2e_vfw_instantiation.html I am not sure that all the operations can be done with the VID hope it helps /Morgan Le mardi 22 septembre 2020 à 23:41 -0700, Ali Akbar Hemmati a écrit : > Hello ONAPers around the world, > I am trying to instantiate a service in VID ui. I have designed and > distributed 2 services. Theses services can be found in mariadb > galera pod, but there is nothing shown in VID ui. > You can see two picures attached from SDC and VID ui. What is the > problem? > > Thanks in advance, > Aliakbar Hemmati > _________________________________________________________________________________________________________________________ Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration, Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci. This message and its attachments may contain confidential or privileged information that may be protected by law; they should not be distributed, used or copied without authorisation. If you have received this email in error, please notify the sender and delete this message and its attachments. As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified. Thank you. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22154): https://lists.onap.org/g/onap-discuss/message/22154 Mute This Topic: https://lists.onap.org/mt/77029838/21656 Mute #sdc:https://lists.onap.org/g/onap-discuss/mutehashtag/sdc Mute #vid:https://lists.onap.org/g/onap-discuss/mutehashtag/vid Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
