Fireedge in Containerized Deployment

Hi…

After I succeeded deploy the containerized deployment, the sunstone give error as follow:

FireEdge public endpoint is not working, please contact your cloud administrator

I saw in the documentation there some export command:

export ONE_XMLRPC="https://${OPENNEBULA_HOST}:2633"
export ONEFLOW_URL="https://${OPENNEBULA_HOST}:2474"

There is no information to run this command, in the container or in the host.

Please give some hints to solve this.

Regards,
Fadjar Tandabawana

1 Like

Hi all,

I saw the wrong configuration… Sorry, my bad…

Using the default .env file, now I can see the fireedge.

Below the .env file:

OPENNEBULA_HOST="10.14.11.100"
OPENNEBULA_SSH_HOST="10.14.11.100"
ONEADMIN_PASSWORD="oneadmin"

DEPLOY_BIND_ADDR="10.14.11.100"
DEPLOY_BIND_SSH_ADDR="10.14.11.100"

MYSQL_PASSWORD="oneadmin"
MYSQL_ROOT_PASSWORD="oneadmin"

ONEADMIN_SSH_PRIVKEY="/ssh/id_rsa"
ONEADMIN_SSH_PUBKEY="/ssh/id_rsa.pub"

ONE_XMLRPC="https://10.14.11.100:2633"
ONEFLOW_URL="https://10.14.11.100:2474"

Regards,
Fadjar Tandabawana

2 Likes