Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-15803

[fiware-stackoverflow] PERSEO_NOTICES_PATH='/notices',PERSEO_RULES_PATH='/rules' create subscription 2 Orion from Cep & how notify rules & subscription between Orion & Cep

    Details

      Description

      Created question in FIWARE Q/A platform on 09-05-2019 at 16:05
      Please, ANSWER this question AT https://stackoverflow.com/questions/56061395/perseo-notices-path-notices-perseo-rules-path-rules-create-subscription-2

      Question:
      PERSEO_NOTICES_PATH='/notices',PERSEO_RULES_PATH='/rules' create subscription 2 Orion from Cep & how notify rules & subscription between Orion & Cep

      Description:
      I want create a subscription From PERSEO CEP to Orion CB so that when a attribute change Perseo Cep throws a rule.
      How to use these 3 directives:

      • PERSEO_NOTICES_PATH='/notices',
      • PERSEO_RULES_PATH='/rules'
      • MAX_AGE

      In - MAX_AGE I want to set it to last forever o for a lot of years.

      perseo-core:
      image: fiware/perseo-core
      hostname: perseo-core
      container_name: fiware-perseo-core
      depends_on:

      • mongo-db
      • orion
        networks:
      • smartcity
        ports:
      • "8080:8080"
        environment:
      • PERSEO_FE_URL=http://perseo-fe:9090
      • MAX_AGE=9999

      perseo-front:

      image: telefonicaiot/perseo-fe

      image: fiware/perseo
      hostname: perseo-fe
      container_name: fiware-perseo-fe
      networks:

      • smartcity
        ports:
      • "9090:9090"
        depends_on:
      • perseo-core
        environment:
      • PERSEO_ENDPOINT_HOST=perseo-core
      • PERSEO_ENDPOINT_PORT=8080
      • PERSEO_MONGO_HOST=mongo-db
      • PERSEO_MONGO_URL=http://mongo-db:27017
      • PERSEO_MONGO_ENDPOINT=mongo-db:27017
      • PERSEO_ORION_URL=http://orion:1026/
      • PERSEO_LOG_LEVEL=debug
      • PERSEO_CORE_URL=http://perseo-core:8080
      • PERSEO_SMTP_SECURE=true
      • PERSEO_MONGO_USER:"root"
      • PERSEO_MONGO_PASSWORD:"example"
      • PERSEO_SMTP_HOST=x
      • PERSEO_SMTP_PORT=25
      • PERSEO_SMTP_AUTH_USER=x
      • PERSEO_SMTP_AUTH_PASS=x
      • PERSEO_NOTICES_PATH='/notices'
      • PERSEO_RULES_PATH='/rules'

        Activity

        backlogmanager Backlog Manager created issue -
        Hide
        backlogmanager Backlog Manager added a comment -

        2019-05-09 18:06|CREATED monitor | # answers= 0, accepted answer= False

        Show
        backlogmanager Backlog Manager added a comment - 2019-05-09 18:06|CREATED monitor | # answers= 0, accepted answer= False
        backlogmanager Backlog Manager made changes -
        Field Original Value New Value
        Component/s FIWARE-TECH-HELP [ 10278 ]
        fla Fernando Lopez made changes -
        Assignee Fermín Galán [ fermin ]
        fla Fernando Lopez made changes -
        HD-Enabler Perseo [ 11301 ]
        Description
        Created question in FIWARE Q/A platform on 09-05-2019 at 16:05
        {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/56061395/perseo-notices-path-notices-perseo-rules-path-rules-create-subscription-2


        +Question:+
        PERSEO_NOTICES_PATH='/notices',PERSEO_RULES_PATH='/rules' create subscription 2 Orion from Cep & how notify rules & subscription between Orion & Cep

        +Description:+
        I want create a subscription From PERSEO CEP to Orion CB so that when a attribute change Perseo Cep throws a rule.
        How to use these 3 directives:
        - PERSEO_NOTICES_PATH='/notices',
        - PERSEO_RULES_PATH='/rules'
        - MAX_AGE

        In - MAX_AGE I want to set it to last forever o for a lot of years.

        perseo-core:
            image: fiware/perseo-core
            hostname: perseo-core
            container_name: fiware-perseo-core
            depends_on:
                - mongo-db
                - orion
            networks:
                - smartcity
            ports:
                - "8080:8080"
            environment:
                - PERSEO_FE_URL=http://perseo-fe:9090
                - MAX_AGE=9999

        perseo-front:

        image: telefonicaiot/perseo-fe

        image: fiware/perseo
        hostname: perseo-fe
        container_name: fiware-perseo-fe
        networks:
            - smartcity
        ports:
            - "9090:9090"
        depends_on:
             - perseo-core
        environment:
            - PERSEO_ENDPOINT_HOST=perseo-core
            - PERSEO_ENDPOINT_PORT=8080
            - PERSEO_MONGO_HOST=mongo-db
            - PERSEO_MONGO_URL=http://mongo-db:27017
            - PERSEO_MONGO_ENDPOINT=mongo-db:27017
            - PERSEO_ORION_URL=http://orion:1026/
            - PERSEO_LOG_LEVEL=debug
            - PERSEO_CORE_URL=http://perseo-core:8080
            - PERSEO_SMTP_SECURE=true
            - PERSEO_MONGO_USER:"root"
            - PERSEO_MONGO_PASSWORD:"example"
            - PERSEO_SMTP_HOST=x
            - PERSEO_SMTP_PORT=25
            - PERSEO_SMTP_AUTH_USER=x
            - PERSEO_SMTP_AUTH_PASS=x
            - PERSEO_NOTICES_PATH='/notices'
            - PERSEO_RULES_PATH='/rules'

        Created question in FIWARE Q/A platform on 09-05-2019 at 16:05
        {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/56061395/perseo-notices-path-notices-perseo-rules-path-rules-create-subscription-2


        +Question:+
        PERSEO_NOTICES_PATH='/notices',PERSEO_RULES_PATH='/rules' create subscription 2 Orion from Cep & how notify rules & subscription between Orion & Cep

        +Description:+
        I want create a subscription From PERSEO CEP to Orion CB so that when a attribute change Perseo Cep throws a rule.
        How to use these 3 directives:
        - PERSEO_NOTICES_PATH='/notices',
        - PERSEO_RULES_PATH='/rules'
        - MAX_AGE

        In - MAX_AGE I want to set it to last forever o for a lot of years.

        perseo-core:
            image: fiware/perseo-core
            hostname: perseo-core
            container_name: fiware-perseo-core
            depends_on:
                - mongo-db
                - orion
            networks:
                - smartcity
            ports:
                - "8080:8080"
            environment:
                - PERSEO_FE_URL=http://perseo-fe:9090
                - MAX_AGE=9999

        perseo-front:

        image: telefonicaiot/perseo-fe

        image: fiware/perseo
        hostname: perseo-fe
        container_name: fiware-perseo-fe
        networks:
            - smartcity
        ports:
            - "9090:9090"
        depends_on:
             - perseo-core
        environment:
            - PERSEO_ENDPOINT_HOST=perseo-core
            - PERSEO_ENDPOINT_PORT=8080
            - PERSEO_MONGO_HOST=mongo-db
            - PERSEO_MONGO_URL=http://mongo-db:27017
            - PERSEO_MONGO_ENDPOINT=mongo-db:27017
            - PERSEO_ORION_URL=http://orion:1026/
            - PERSEO_LOG_LEVEL=debug
            - PERSEO_CORE_URL=http://perseo-core:8080
            - PERSEO_SMTP_SECURE=true
            - PERSEO_MONGO_USER:"root"
            - PERSEO_MONGO_PASSWORD:"example"
            - PERSEO_SMTP_HOST=x
            - PERSEO_SMTP_PORT=25
            - PERSEO_SMTP_AUTH_USER=x
            - PERSEO_SMTP_AUTH_PASS=x
            - PERSEO_NOTICES_PATH='/notices'
            - PERSEO_RULES_PATH='/rules'

        backlogmanager Backlog Manager made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Hide
        backlogmanager Backlog Manager added a comment -

        2019-05-17 00:06|UPDATED status: transition Answer| # answers= 1, accepted answer= False

        Show
        backlogmanager Backlog Manager added a comment - 2019-05-17 00:06|UPDATED status: transition Answer| # answers= 1, accepted answer= False
        backlogmanager Backlog Manager made changes -
        Status In Progress [ 3 ] Answered [ 10104 ]
        Hide
        backlogmanager Backlog Manager added a comment -

        2019-05-17 03:05|UPDATED status: transition Answered| # answers= 1, accepted answer= False

        Show
        backlogmanager Backlog Manager added a comment - 2019-05-17 03:05|UPDATED status: transition Answered| # answers= 1, accepted answer= False
        backlogmanager Backlog Manager made changes -
        Resolution Done [ 10000 ]
        Status Answered [ 10104 ] Closed [ 6 ]
        Hide
        backlogmanager Backlog Manager added a comment -

        2019-05-20 09:06|UPDATED status: transition Finish| # answers= 1, accepted answer= True

        Show
        backlogmanager Backlog Manager added a comment - 2019-05-20 09:06|UPDATED status: transition Finish| # answers= 1, accepted answer= True
        fla Fernando Lopez made changes -
        Fix Version/s 2021 [ 12600 ]
        Transition Time In Source Status Execution Times Last Executer Last Execution Date
        Open Open In Progress In Progress
        7d 5h 59m 1 Backlog Manager 17/May/19 12:06 AM
        In Progress In Progress Answered Answered
        2h 59m 1 Backlog Manager 17/May/19 3:06 AM
        Answered Answered Closed Closed
        3d 6h 1 Backlog Manager 20/May/19 9:06 AM

          People

          • Assignee:
            fermin Fermín Galán
            Reporter:
            backlogmanager Backlog Manager
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: