Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "Operations Portal VO ID card notifications"

From EGIWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Op menubar}} {{Template:Tools menubar}}  
{{Template:Op menubar}} {{Template:Tools menubar}}  
[[Category:Operations_Portal]]


This page provides  the file configuration (yaml) which is use for notification to EGI Representatives about VO Idcards


== VO ID card notifications strategy ==
== VO ID card notifications strategy ==


# for dynamic targets possible values are VoManagers | SiteManagers | NgiManagers
# documentation : https://wiki.egi.eu/wiki/Operations_Portal_VO_ID_card_notifications
EGI_mail_strategy:
     notifyPendingRegistration:
     notifyPendingRegistration:
       subject: "New registration of VO %%VONAME%%"
       subject: "New registration of VO %%VONAME%%"
       description: "A registration is waiting for validation"
       description: "A registration is waiting for validation"
       targets:
       dynamic_targets: [VoManagers]
        EGI-Representatives:
      static_targets:
          "operations@egi.eu": "EGI Operations"
        "operations@egi.eu": "EGI Operations"


     notifyOnPendingChange:
     notifyOnPendingChange:
       subject: "Update made on %%VONAME%% VO ID CARD"
       subject: "Update made on %%VONAME%% VO ID CARD"
       decription: "A change in VO is waiting for validation"
       decription: "A change in VO is waiting for validation"
       targets:
       dynamic_targets: [VoManagers]
        EGI-Representatives:
      static_targets:
          "operations@egi.eu": "EGI Operations"
        "operations@egi.eu": "EGI Operations"


     notifyOnChangeAccepted:
     notifyOnChangeAccepted:
       subject: "Modification on VO %%VONAME%% is accepted"
       subject: "Modification on VO %%VONAME%% is accepted"
       decription: "A change in VO have been accepted"
       decription: "A change in VO have been accepted"
       targets:
       dynamic_targets: [VoManagers]
        EGI-Representatives:
      static_targets:
          "operations@egi.eu": "EGI Operations"
        "operations@egi.eu": "EGI Operations"
          "ucst@egi.eu": "UCST"
        "ucst@egi.eu": "UCST"


     notifyOnChangeRejected:
     notifyOnChangeRejected:
       subject: "Modification on VO %%VONAME%% is rejected"
       subject: "Modification on VO %%VONAME%% is rejected"
       decription: "A change in VO have been rejected"
       decription: "A change in VO have been rejected"
       targets:
       dynamic_targets: [VoManagers]
        EGI-Representatives:
      static_targets:
          "operations@egi.eu": "EGI Operations"
        "operations@egi.eu": "EGI Operations"


     notifyOnStatusChangedFromNewToProd:
     notifyOnCriticalStatusChanged:
       subject: "Status of VO %%VONAME%% has changed"
       subject: "Status of VO %%VONAME%% has changed"
       decription: "Status has been switched from 'NEW' to 'PRODUCTION'"
       decription: "Status of VO has been switched to 'delete' or 'production"
       targets:
       dynamic_targets: [VoManagers, NgiManagers]
        EGI-Representatives:
      static_targets:
          "operations@egi.eu": "EGI Operations"
        "operations@egi.eu": "EGI Operations"
          "ucst@egi.eu": "UCST"
        "ucst@egi.eu": "UCST"


     notifyOnStatusChanged:
     notifyOnStatusChanged:
       subject: "Status of VO %%VONAME%% has changed"
       subject: "Status of VO %%VONAME%% has changed"
       decription: "Status of VO has been changed"
       decription: "Status of VO has been changed"
       targets:
       dynamic_targets: [VoManagers, NgiManagers]
        EGI-Representatives:
      static_targets:
          "operations@egi.eu": "EGI Operations"
        "operations@egi.eu": "EGI Operations"


     notifyOnScopeChanged:
     notifyOnScopeChanged:
       subject: "Scope of VO %%VONAME%% has changed"
       subject: "Scope of VO %%VONAME%% has changed"
       decription: "Scope of VO has been changed"
       decription: "Scope of VO has been changed"
        targets:
      dynamic_targets: [VoManagers]
          EGI-Representatives:
      static_targets:
            "operations@egi.eu": "EGI Operations"
        "operations@egi.eu": "EGI Operations"


     notifyOnVomsCreation:
     notifyOnVomsAdded:
       subject: "A VOMS server has been added for VO %%VONAME%%"
       subject: "A VOMS server has been added for VO %%VONAME%%"
       decription: "A VOMS server has been added for a VO"
       decription: "A VOMS server has been added for a VO"
       targets:
       dynamic_targets: [VoManagers]
         EGI-Representatives:
      static_targets:
          "operations@egi.eu": "EGI Operations"
         "operations@egi.eu": "EGI Operations"
 
    notifyOnVomsConfigurationChanged:
    subject: "A VOMS server configuration has been changed  for VO %%VONAME%%"
    decription: "A VOMS server configuration has been changed for a VO"
    dynamic_targets: [VoManagers]
    static_targets:
      "operations@egi.eu": "EGI Operations"
 
    notifyOnMsgToVoManager:
      subject: "New message from VO supervisors concerning VO %%VONAME%%"
      decription: "A new message has been sent to VO Manager"
      dynamic_targets: [VoManagers]
      static_static_targets:
        "operations@egi.eu": "EGI Operations"


    notifyOnPendingGGUSSupportUnitRequest:
[[Category:Operations_Portal]]
      subject: "New VO %%VONAME%% wants GGUS dedicated support"
      decription: "A GGUS support unit have been requested"
      targets:
        EGI-Representatives:
          "operations@egi.eu": "EGI Operations"

Latest revision as of 16:57, 20 March 2013

Main EGI.eu operations services Support Documentation Tools Activities Performance Technology Catch-all Services Resource Allocation Security


Tools menu: Main page Instructions for developers AAI Proxy Accounting Portal Accounting Repository AppDB ARGO GGUS GOCDB
Message brokers Licenses OTAGs Operations Portal Perun EGI Collaboration tools LToS EGI Workload Manager


This page provides  the file configuration (yaml) which is use for notification to EGI Representatives about VO Idcards

VO ID card notifications strategy

  1. for dynamic targets possible values are VoManagers | SiteManagers | NgiManagers
  2. documentation : https://wiki.egi.eu/wiki/Operations_Portal_VO_ID_card_notifications

EGI_mail_strategy:

   notifyPendingRegistration:
     subject: "New registration of VO %%VONAME%%"
     description: "A registration is waiting for validation"
     dynamic_targets: [VoManagers]
     static_targets:
       "operations@egi.eu": "EGI Operations"
   notifyOnPendingChange:
     subject: "Update made on %%VONAME%% VO ID CARD"
     decription: "A change in VO is waiting for validation"
     dynamic_targets: [VoManagers]
     static_targets:
       "operations@egi.eu": "EGI Operations"
   notifyOnChangeAccepted:
     subject: "Modification on VO %%VONAME%% is accepted"
     decription: "A change in VO have been accepted"
     dynamic_targets: [VoManagers]
     static_targets:
       "operations@egi.eu": "EGI Operations"
       "ucst@egi.eu": "UCST"
   notifyOnChangeRejected:
     subject: "Modification on VO %%VONAME%% is rejected"
     decription: "A change in VO have been rejected"
     dynamic_targets: [VoManagers]
     static_targets:
       "operations@egi.eu": "EGI Operations"
   notifyOnCriticalStatusChanged:
     subject: "Status of VO %%VONAME%% has changed"
     decription: "Status of VO has been switched to 'delete' or 'production"
     dynamic_targets: [VoManagers, NgiManagers]
     static_targets:
       "operations@egi.eu": "EGI Operations"
       "ucst@egi.eu": "UCST"
   notifyOnStatusChanged:
     subject: "Status of VO %%VONAME%% has changed"
     decription: "Status of VO has been changed"
     dynamic_targets: [VoManagers, NgiManagers]
     static_targets:
       "operations@egi.eu": "EGI Operations"
   notifyOnScopeChanged:
     subject: "Scope of VO %%VONAME%% has changed"
     decription: "Scope of VO has been changed"
     dynamic_targets: [VoManagers]
     static_targets:
       "operations@egi.eu": "EGI Operations"
   notifyOnVomsAdded:
     subject: "A VOMS server has been added for VO %%VONAME%%"
     decription: "A VOMS server has been added for a VO"
     dynamic_targets: [VoManagers]
     static_targets:
       "operations@egi.eu": "EGI Operations"
   notifyOnVomsConfigurationChanged:
    subject: "A VOMS server configuration has been changed  for VO %%VONAME%%"
    decription: "A VOMS server configuration has been changed for a VO"
    dynamic_targets: [VoManagers]
    static_targets:
      "operations@egi.eu": "EGI Operations"
   notifyOnMsgToVoManager:
     subject: "New message from VO supervisors concerning VO %%VONAME%%"
     decription: "A new message has been sent to VO Manager"
     dynamic_targets: [VoManagers]
     static_static_targets:
       "operations@egi.eu": "EGI Operations"