Commit 2e89344611b9dfd77645c4bbfb6b5eb0b45ec691

Authored by Alexis Koralewski
1 parent 36634b6c
Exists in dev

change required to false for dependencies section in obs config schema

Showing 2 changed files with 6 additions and 1 deletions   Show diff stats
CHANGELOG
  1 +08-09-2022 (AKo): v0.5.4.0
  2 + - Add AgentTriton
  3 + - Add dependencies section in tnc obs config
  4 + - Add dependencies section in obs schema
  5 +
1 6 30-08-2022 (AKo): v0.5.3.2
2 7 - Pyros container has fix hostname (hostname of local machine)
3 8 - Adding switch of database if we're not in docker and not on the computer that host the database
... ...
config/schemas/schema_observatory-2.0.yml
... ... @@ -237,7 +237,7 @@ schema;schema_DEPENDENCY:
237 237  
238 238 schema;schema_DEPENDENCIES:
239 239 type: seq
240   - required: True
  240 + required: False
241 241 sequence:
242 242 - type: map
243 243 mapping:
... ...