Closed ccollicutt closed 6 years ago
@ccollicutt latest versions of the ASE requires a service token which is used runtime to interact with the NFVO. The service token is automatically generated while using the bootstrap procedure, otherwise you need to generate it manually via dashboard or CLI. More information can be found on http://openbaton.github.io/documentation/services/, while an example is provided in the FMS README (https://github.com/openbaton/fm-system/#configure-the-service-key).
Any way to automate this?
the bootstrap procedure already does it. Please check the function create_service at: http://get.openbaton.org/bootstraps/latest/bootstrap-common-functions
it uses the open baton CLI for making a request to the NFVO.
Awesome, thanks so much for responding. Much appreciated.
I'm trying to build an image of openbaton with ASE in a Packer image that is then deployed in OpenStack.
For some reason ASE won't startup in the new image, though the NFVO and Generic NFVM will.
I see many of these in the ASE log:
Any thoughts on this?
Thanks.