openbaton / bootstrap

Project containing all the required tools for instantiating openbaton
7 stars 14 forks source link

Bootstrap fail to export variable 'service_key' #24

Closed mzanella closed 5 years ago

mzanella commented 6 years ago

Hi,

I followed the instruction in https://openbaton.github.io/documentation/nfvo-installation-deb/ but at the end of the script I encountered the following error

/dev/fd/63: 529: export: +-----+-----+-----+-----+-----+-----+-----+-----+: bad variable name

In particular I collected all the output in a file log.txt and the problem seems to be a variable that is not correctly assigned.

I'm trying to install Openbaton on Ubuntu server 16.04 with the following configuration file conf.txt

Cheers, Marco

mpauls commented 5 years ago

We moved to docker-compose for bootstrapping. service-key can either be set later or is requested directly by the 'service' itself. Problem shall be solved so the issue can be closed.