Hi AAI Team,
I am trying to run the standalone sparky docker container, i pulled the image from the nexus repo.
i am followin these page for reference,
When i am trying to run the container i am getting below issue (started and terminated automatically),
used cmd for run the container: sudo docker run -p 30220:30220 --name=sparky2 -v myvol:/opt/app/sparky/config/ -v myvol1:/logs onap/sparky-be:1.3.2
sudo: unable to resolve host ubuntu
+ jar ufv /opt/app/sparky/lib/sparkybe-onap-application-1.3.2-SNAPSHOT.jar -C /opt/app/sparky/config/portal/ BOOT-INF/classes/portal.properties
adding: BOOT-INF/classes/portal.properties(in = 872) (out= 511)(deflated 41%)
+ cd /opt/app/sparky
+ java -Xms1024m -Xmx4096m -DAPP_HOME=/opt/app/sparky -DCONFIG_HOME=/opt/app/sparky/config -Dlogging.config=/opt/app/sparky/config/logging/logback.xml -jar /opt/app/sparky/lib/sparkybe-onap-application-1.3.2-SNAPSHOT.jar
_____ _ ____ ______ ____ _ _ _____
/ ____| | | | _ \| ____|_ / __ \| \ | | /\ | __ \
| (___ _ __ __ _ _ __| | ___ _ ______| |_) | |__ (_) | | | | \| | / \ | |__) |
\___ \| '_ \ / _` | '__| |/ / | | |______| _ <| __| | | | | . ` | / /\ \ | ___/
____) | |_) | (_| | | | <| |_| | | |_) | |____ _ | |__| | |\ |/ ____ \| |
|_____/| .__/ \__,_|_| |_|\_\\__, | |____/|______(_) \____/|_| \_/_/ \_\_|
| | __/ |
|_| |___/
1. Does we need to add any env parameter to the run command?
2. Do we have any other documentation for set up the Sparky (AAI UI)?
3. When i checked the full onap set up of Casablanca, i observed that it has only sparky-be container, there is no sparky-fe container , so how we are accessing the UI of AAI, does fe container needed or not?
Please suggest something on this issue.
Thanks in Advance.
Thanks & Reards,
Thamlur Raju.