Rich Bennett | 4b00193 | 2017-10-16 09:25:01 -0400 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | |
Idan Amit | d15f5ef | 2017-11-02 16:42:27 +0200 | [diff] [blame] | 4 | ============ |
Rich Bennett | 4b00193 | 2017-10-16 09:25:01 -0400 | [diff] [blame] | 5 | Installation |
| 6 | ============ |
| 7 | |
Idan Amit | 248b9b7 | 2017-11-05 11:56:11 +0200 | [diff] [blame] | 8 | Installation Guides |
| 9 | =================== |
ChrisC | 8143fb5 | 2020-11-13 15:04:38 +0100 | [diff] [blame] | 10 | In Guilin SDC is deployed through OOM based deployment. |
Michael Lando | db0e898 | 2018-06-06 11:44:25 +0300 | [diff] [blame] | 11 | more information is available in the OOM and in the demo projects. |
Idan Amit | d15f5ef | 2017-11-02 16:42:27 +0200 | [diff] [blame] | 12 | |
ChrisC | 8143fb5 | 2020-11-13 15:04:38 +0100 | [diff] [blame] | 13 | For local deployment SDC offers specific Maven Profiles (START-SDC and STOP-SDC) |
Idan Amit | d15f5ef | 2017-11-02 16:42:27 +0200 | [diff] [blame] | 14 | |
kaihlavi | e9135d2 | 2019-05-17 14:54:25 +0300 | [diff] [blame] | 15 | Collection of commands used in deploying and monitoring sdc in OOM |
Michael Lando | 594a8c6 | 2018-11-29 14:51:16 +0200 | [diff] [blame] | 16 | - `SDC on OOM <https://wiki.onap.org/display/DW/SDC+on+OOM>`_ |
| 17 | |
Michael Lando | db0e898 | 2018-06-06 11:44:25 +0300 | [diff] [blame] | 18 | SDC troubleshooting: |
| 19 | |
kaihlavi | e9135d2 | 2019-05-17 14:54:25 +0300 | [diff] [blame] | 20 | - `troubleshooting guide and logging info <https://wiki.onap.org/display/DW/SDC+Troubleshooting>`_ |
david.mcweeney | 0db116a | 2022-11-30 16:14:07 +0000 | [diff] [blame] | 21 | |
| 22 | Kafka |
| 23 | =================== |
| 24 | As of London release, SDC distribution can be configured to use Kakfa as an alternative to DMaaP message Router (MR) for publishing and consuming distribution events. This is controlled via the global SDC helm chart value: |
| 25 | kafka: |
| 26 | useKafka: true/false |