diff --git a/bin/sid_user.py b/bin/sid_user.py index cd124b81707a059507db6995b5e45dc335cf605a..5883103bc57cb112003734ba9ac7b792963793cf 100755 --- a/bin/sid_user.py +++ b/bin/sid_user.py @@ -854,9 +854,12 @@ def main(): if need_to_update is False and need_to_create is True: if 'SNet COM' not in block_to_update['properties']['belongs to']: block_to_update['properties']['belongs to'].append('SNet COM') - if 'Security Policy' not in block_to_update['properties']['has as role']: - block_to_update['properties']['has as role'].append('Security Policy') - + #if 'Security Policy' not in block_to_update['properties']['has as role']: + # block_to_update['properties']['has as role'].append('Security Policy') + if 'ISMS' not in block_to_update['properties']['has as role']: + block_to_update['properties']['has as role'].append('ISMS') + if 'SMPM' not in block_to_update['properties']['has as role']: + block_to_update['properties']['has as role'].append('SMPM') elif mb == 'dev': if need_to_update is False and need_to_create is True: if 'SNet SUP' not in block_to_update['properties']['belongs to']: