Wei-Yu Chen | ad55cb8 | 2022-02-15 20:07:01 +0800 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2020 The Magma Authors. |
| 2 | # SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org> |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 6 | --- |
| 7 | services: |
| 8 | # NOTE: do NOT include dash(-) in your service name. Use underscore instead. |
| 9 | # Example service name that contains dash: hello-world-blah |
| 10 | # As we use "-" in nghttpx config to connect service name and hostname, |
| 11 | # "-" is used as a delimiter in dispatcher to parse out service names. |
| 12 | |
| 13 | hello: |
| 14 | ip_address: 127.0.0.1 |
| 15 | port: 50050 |
| 16 | magmad: |
| 17 | ip_address: 127.0.0.1 |
| 18 | port: 50052 |
| 19 | control_proxy: |
| 20 | ip_address: 127.0.0.1 |
| 21 | port: 50053 |
| 22 | subscriberdb: |
| 23 | ip_address: 127.0.0.1 |
| 24 | port: 50051 |
| 25 | mobilityd: |
| 26 | ip_address: 127.0.0.1 |
| 27 | port: 60051 |
| 28 | enodebd: |
| 29 | ip_address: 127.0.0.1 |
| 30 | port: 60055 |
| 31 | mme: |
| 32 | ip_address: 127.0.0.1 |
| 33 | port: 50061 |
| 34 | spgw: |
| 35 | ip_address: 127.0.0.1 |
| 36 | port: 50062 |
| 37 | pipelined: |
| 38 | ip_address: 127.0.0.1 |
| 39 | port: 50063 |
| 40 | sessiond: |
| 41 | ip_address: 127.0.0.1 |
| 42 | port: 50065 |
| 43 | abort_session_service: |
| 44 | ip_address: 127.0.0.1 |
| 45 | port: 50065 |
| 46 | test_service: |
| 47 | ip_address: 127.0.0.1 |
| 48 | port: 50066 |
| 49 | directoryd: |
| 50 | ip_address: 127.0.0.1 |
| 51 | port: 50067 |
| 52 | policydb: |
| 53 | ip_address: 127.0.0.1 |
| 54 | port: 50068 |
| 55 | vpnservice: |
| 56 | ip_address: 127.0.0.1 |
| 57 | port: 50070 |
| 58 | redirectd: |
| 59 | ip_address: 127.0.0.1 |
| 60 | port: 50071 |
| 61 | sgs_service: |
| 62 | ip_address: 127.0.0.1 |
| 63 | port: 50073 |
| 64 | sms_mme_service: |
| 65 | ip_address: 127.0.0.1 |
| 66 | port: 50073 |
| 67 | s1ap_service: |
| 68 | ip_address: 127.0.0.1 |
| 69 | port: 50073 |
| 70 | s6a_service: |
| 71 | ip_address: 127.0.0.1 |
| 72 | port: 50073 |
| 73 | s6a_async_service: |
| 74 | ip_address: 127.0.0.1 |
| 75 | port: 50085 |
| 76 | spgw_service: |
| 77 | ip_address: 127.0.0.1 |
| 78 | port: 50073 |
| 79 | amf_service: |
| 80 | ip_address: 127.0.0.1 |
| 81 | port: 50073 |
| 82 | ha_service: |
| 83 | ip_address: 127.0.0.1 |
| 84 | port: 50073 |
| 85 | s8_service: |
| 86 | ip_address: 127.0.0.1 |
| 87 | port: 50073 |
| 88 | state: |
| 89 | ip_address: 127.0.0.1 |
| 90 | port: 50074 |
| 91 | eventd: |
| 92 | ip_address: 127.0.0.1 |
| 93 | port: 50075 |
| 94 | monitord: |
| 95 | ip_address: 127.0.0.1 |
| 96 | port: 50076 |
| 97 | dpid: |
| 98 | ip_address: 127.0.0.1 |
| 99 | port: 50077 |
| 100 | smsd: |
| 101 | ip_address: 127.0.0.1 |
| 102 | port: 50078 |
| 103 | ctraced: |
| 104 | ip_address: 127.0.0.1 |
| 105 | port: 50079 |
| 106 | health: |
| 107 | ip_address: 127.0.0.1 |
| 108 | port: 50080 |
| 109 | envoy_controller: |
| 110 | ip_address: 127.0.0.1 |
| 111 | port: 50081 |
| 112 | connectiond: |
| 113 | ip_address: 127.0.0.1 |
| 114 | port: 50082 |
| 115 | liagentd: |
| 116 | ip_address: 127.0.0.1 |
| 117 | port: 50083 |
| 118 | kernsnoopd: |
| 119 | ip_address: 127.0.0.1 |
| 120 | port: 50084 |