Distribution fixes
- readd the recently removed [0] service.distribute() call in `YamlTemplateServiceOnboardStep.execute`
- avoid `AttributeError` that occurs when attempting to iterate over
`self.service.latest_distribution.distribution_status_list` and `.distribution_status_list` is `None`
- add tests for YamlTemplateServiceOnboardStep to test the distribution
- add flake8 + black precommit hook (linter also used in the pipeline)
[0] https://gerrit.onap.org/r/c/testsuite/pythonsdk-tests/+/140736
Issue-ID: INT-2346
Change-Id: I6627c0a5c8cd4e7b8f7f2a50e2797b9a8a4728ec
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>