| --- |
| # enodebd defaults/main.yml |
| # |
| # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| # version and checksum of the .tar.gz distribution on github |
| |
| enodebd_url: "" |
| enodebd_version: "0.2.0" |
| enodebd_version_checksum: "sha256:76726ba6716586874a2daf6124db67d49d1bc77bcd8524f32bc23a956f7c5c69" |
| |
| # unix username/groupname |
| enodebd_username: "enodebd" |
| enodebd_groupname: "enodebd" |
| enodebd_comment: "ONF enodeb daemon service for enodeb configuration" |
| |
| enodebd_dist_dir: "/opt/dist/enodebd" |
| enodebd_working_dir: "/opt/enodebd" |
| enodebd_python: "/usr/bin/python3" |
| enodebd_pip: "/usr/bin/pip3" |
| |
| enodebd_interface: "eth0" |
| enodebd_port: 48080 |
| |
| # configuration within NetBox |
| enodebd_allowed_hosts: |
| - "127.0.0.1" |