Wei-Yu Chen | 434dc4d | 2022-01-03 21:27:31 +0800 | [diff] [blame] | 1 | --- |
| 2 | # enodebd defaults/main.yml |
| 3 | # |
| 4 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 5 | # SPDX-License-Identifier: Apache-2.0 |
| 6 | |
| 7 | # version and checksum of the .tar.gz distribution on github |
| 8 | |
| 9 | enodebd_url: "" |
| 10 | enodebd_version: "0.2.0" |
| 11 | enodebd_version_checksum: "sha256:76726ba6716586874a2daf6124db67d49d1bc77bcd8524f32bc23a956f7c5c69" |
| 12 | |
| 13 | # unix username/groupname |
| 14 | enodebd_username: "enodebd" |
| 15 | enodebd_groupname: "enodebd" |
| 16 | enodebd_comment: "ONF enodeb daemon service for enodeb configuration" |
| 17 | |
| 18 | enodebd_dist_dir: "/opt/dist/enodebd" |
| 19 | enodebd_working_dir: "/opt/enodebd" |
| 20 | enodebd_python: "/usr/bin/python3" |
| 21 | enodebd_pip: "/usr/bin/pip3" |
| 22 | |
| 23 | enodebd_interface: "eth0" |
| 24 | enodebd_port: 48080 |
| 25 | |
| 26 | # configuration within NetBox |
| 27 | enodebd_allowed_hosts: |
| 28 | - "127.0.0.1" |