Hey Guys, I'm new to ONAP and I was trying to run the SDNC Container in SDNR mode and access the SLI-API interface on the 8443 port. I'm running with the following containers:
- Sdnc-image
- Sdnc-web
- Elastic search Db from SDNR
- MariaDB for SDNC functionality
- DGbuilder
I can connect to a DU simulator and provision, retrieve data, etc. but when I
try to access the SLI-API interface off of port 8443 is provides a return code
of 000.
curl -sw %{http_code} -u admin:admin -X POST
"http://localhost:8443/restconf/operations/SLI-API:execute-graph" -H "accept:
application/json" -H "Content-Type: application/json" -d '{"input": {
"module-name": "TUTORIAL", "rpc-name": "helloWorld", "mode": "sync",
"sli-parameter": [ ] }}'
000
I had basically used the page to create the My First Directed Graph and
activated it. Then I was trying to execute it.
The following are the configuration parameters I started the SDNR container
with:
- CCSDK_REPLICAS=0
- DOMAIN=""
- ENABLE_OAUTH=false
- ENABLE_ODL_CLUSTER=false
- SDNC_REPLICAS=0
- SDNC_DB_INIT=true
- SDNRDBURL=http://sdnrdb:9200
- SDNRDM=true
- SDNRINIT=true
- SDNRONLY=true
- SDNRWT=true
- SDNR_NETCONF_CALLHOME_ENABLED=true
- JAVA_OPTS=-Xms256m -Xmx4g
I also attached the docker-compose.yml and the .env files in case I have
something wrong in these.
Would anyone know what I'm doing wrong when running that stops me from being
able to access the SLI-API interface?
Any help would be greatly appreciated.
Thanks,
David T.
Thanks,
David T.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23969): https://lists.onap.org/g/onap-discuss/message/23969
Mute This Topic: https://lists.onap.org/mt/90126711/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-
docker-compose.yml
Description: docker-compose.yml
ATT45035.env
Description: ATT45035.env
