OpenStack: Zaqar can't trigger Mistral WorkflowWhat is openStack Compute Node?Relationship between OpenStack...

Zip/Tar file compressed to larger size?

Why didn't Miles's spider sense work before?

What does the expression "A Mann!" means

How could indestructible materials be used in power generation?

How do I gain back my faith in my PhD degree?

GFCI outlets - can they be repaired? Are they really needed at the end of a circuit?

How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?

All in one piece, we mend holes in your socks

What mechanic is there to disable a threat instead of killing it?

What are some good books on Machine Learning and AI like Krugman, Wells and Graddy's "Essentials of Economics"

Personal Teleportation: From Rags to Riches

Is it logically or scientifically possible to artificially send energy to the body?

What is a romance in Latin?

iPad being using in wall mount battery swollen

One verb to replace 'be a member of' a club

How can saying a song's name be a copyright violation?

How can I determine if the org that I'm currently connected to is a scratch org?

What's the in-universe reasoning behind sorcerers needing material components?

Solving a recurrence relation (poker chips)

A category-like structure without composition?

What is the most common color to indicate the input-field is disabled?

Detention in 1997

Arrow those variables!

Am I breaking OOP practice with this architecture?



OpenStack: Zaqar can't trigger Mistral Workflow


What is openStack Compute Node?Relationship between OpenStack and XenPackets from gateway not reaching OpenStack instanceOpenstack- setting up bridgeIntegrate altavault with openstack swiftOpenStack cascading Security Groups?Openstack dashboard stops after some idle timeSingle Instance OpenStack IP Network Configurationopenstack commands fails with SSL ErrorOpenstack/devstack installation error













0















Good day, everyone!



Question taken from: https://ask.openstack.org/en/question/120971/zaqar-cant-trigger-mistral-workflow/



I am new to OpenStack and I've had an issue for days now which is most likely related to Zaqar(maybe).

My setup is single-node which was installed using Packstack, Queens version.



I wanted to confirm auto-healing process using this template:
https://github.com/openstack/heat-templates/blob/master/hot/autohealing/autohealing_server.yaml



EXPECTED OUTPUT WHEN THE SERVER IS STOPPED

1. Stop event alarm is triggered.

2. The workflow resource is executed.

3. The stopped server is replaced with a working and active server.



ACTUAL OUTPUT

1. Stop event alarm is triggered.
2. The workflow resource was not executed.
3. The stopped server is still in SHUTOFF state and was not replaced.



Zaqar installation:
https://docs.openstack.org/zaqar/queens/install/install-rdo.html

-- instead of using zaqar.uwsgi.service for the zaqar service, we used the zaqar-server command.



[root@localhost scaling(keystone_admin)]# lsof -i:8888
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
python 34685 root 7u IPv4 97847527 0t0 TCP localhost:ddi-tcp-1 (LISTEN)
[root@localhost scaling(keystone_admin)]# openstack endpoint list | grep zaqar
WARNING: Failed to import plugin clustering.
| 31aeffd2897648fea515c5f17d4e6f49 | RegionOne | zaqar | messaging | True | public | http://192.168.6.4:8888 |
| 54ce5b9c431e4366852c7452b945d6f9 | RegionOne | zaqar | messaging | True | admin | http://192.168.6.4:8888 |
| 88830aef7b8642389628f50f18ff1008 | RegionOne | zaqar | messaging | True | internal | http://192.168.6.4:8888 |
[root@localhost scaling(keystone_admin)]# ps aux | grep zaqar
root 34685 0.1 0.0 827892 69456 pts/6 Sl Apr02 1:38 /usr/bin/python /usr/bin/zaqar-server --config-file /etc/zaqar/zaqar.conf --nodaemon --debug
root 57096 0.0 0.0 112712 976 pts/1 S+ 14:13 0:00 grep --color=auto zaqar


Console logs:
http://s000.tinyupload.com/?file_id=47283324564197836687



What's the reason why the MistralTrigger resource won't trigger the workflow even if a message was received in the queue? Could this be a config-related issue? I haven't seen any error in the log files (aodh, mistral, heat, zaqar) that indicates a failed process. I can provide OpenStack services' logs if needed.










share|improve this question







New contributor




asolo1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    Good day, everyone!



    Question taken from: https://ask.openstack.org/en/question/120971/zaqar-cant-trigger-mistral-workflow/



    I am new to OpenStack and I've had an issue for days now which is most likely related to Zaqar(maybe).

    My setup is single-node which was installed using Packstack, Queens version.



    I wanted to confirm auto-healing process using this template:
    https://github.com/openstack/heat-templates/blob/master/hot/autohealing/autohealing_server.yaml



    EXPECTED OUTPUT WHEN THE SERVER IS STOPPED

    1. Stop event alarm is triggered.

    2. The workflow resource is executed.

    3. The stopped server is replaced with a working and active server.



    ACTUAL OUTPUT

    1. Stop event alarm is triggered.
    2. The workflow resource was not executed.
    3. The stopped server is still in SHUTOFF state and was not replaced.



    Zaqar installation:
    https://docs.openstack.org/zaqar/queens/install/install-rdo.html

    -- instead of using zaqar.uwsgi.service for the zaqar service, we used the zaqar-server command.



    [root@localhost scaling(keystone_admin)]# lsof -i:8888
    COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
    python 34685 root 7u IPv4 97847527 0t0 TCP localhost:ddi-tcp-1 (LISTEN)
    [root@localhost scaling(keystone_admin)]# openstack endpoint list | grep zaqar
    WARNING: Failed to import plugin clustering.
    | 31aeffd2897648fea515c5f17d4e6f49 | RegionOne | zaqar | messaging | True | public | http://192.168.6.4:8888 |
    | 54ce5b9c431e4366852c7452b945d6f9 | RegionOne | zaqar | messaging | True | admin | http://192.168.6.4:8888 |
    | 88830aef7b8642389628f50f18ff1008 | RegionOne | zaqar | messaging | True | internal | http://192.168.6.4:8888 |
    [root@localhost scaling(keystone_admin)]# ps aux | grep zaqar
    root 34685 0.1 0.0 827892 69456 pts/6 Sl Apr02 1:38 /usr/bin/python /usr/bin/zaqar-server --config-file /etc/zaqar/zaqar.conf --nodaemon --debug
    root 57096 0.0 0.0 112712 976 pts/1 S+ 14:13 0:00 grep --color=auto zaqar


    Console logs:
    http://s000.tinyupload.com/?file_id=47283324564197836687



    What's the reason why the MistralTrigger resource won't trigger the workflow even if a message was received in the queue? Could this be a config-related issue? I haven't seen any error in the log files (aodh, mistral, heat, zaqar) that indicates a failed process. I can provide OpenStack services' logs if needed.










    share|improve this question







    New contributor




    asolo1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      Good day, everyone!



      Question taken from: https://ask.openstack.org/en/question/120971/zaqar-cant-trigger-mistral-workflow/



      I am new to OpenStack and I've had an issue for days now which is most likely related to Zaqar(maybe).

      My setup is single-node which was installed using Packstack, Queens version.



      I wanted to confirm auto-healing process using this template:
      https://github.com/openstack/heat-templates/blob/master/hot/autohealing/autohealing_server.yaml



      EXPECTED OUTPUT WHEN THE SERVER IS STOPPED

      1. Stop event alarm is triggered.

      2. The workflow resource is executed.

      3. The stopped server is replaced with a working and active server.



      ACTUAL OUTPUT

      1. Stop event alarm is triggered.
      2. The workflow resource was not executed.
      3. The stopped server is still in SHUTOFF state and was not replaced.



      Zaqar installation:
      https://docs.openstack.org/zaqar/queens/install/install-rdo.html

      -- instead of using zaqar.uwsgi.service for the zaqar service, we used the zaqar-server command.



      [root@localhost scaling(keystone_admin)]# lsof -i:8888
      COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
      python 34685 root 7u IPv4 97847527 0t0 TCP localhost:ddi-tcp-1 (LISTEN)
      [root@localhost scaling(keystone_admin)]# openstack endpoint list | grep zaqar
      WARNING: Failed to import plugin clustering.
      | 31aeffd2897648fea515c5f17d4e6f49 | RegionOne | zaqar | messaging | True | public | http://192.168.6.4:8888 |
      | 54ce5b9c431e4366852c7452b945d6f9 | RegionOne | zaqar | messaging | True | admin | http://192.168.6.4:8888 |
      | 88830aef7b8642389628f50f18ff1008 | RegionOne | zaqar | messaging | True | internal | http://192.168.6.4:8888 |
      [root@localhost scaling(keystone_admin)]# ps aux | grep zaqar
      root 34685 0.1 0.0 827892 69456 pts/6 Sl Apr02 1:38 /usr/bin/python /usr/bin/zaqar-server --config-file /etc/zaqar/zaqar.conf --nodaemon --debug
      root 57096 0.0 0.0 112712 976 pts/1 S+ 14:13 0:00 grep --color=auto zaqar


      Console logs:
      http://s000.tinyupload.com/?file_id=47283324564197836687



      What's the reason why the MistralTrigger resource won't trigger the workflow even if a message was received in the queue? Could this be a config-related issue? I haven't seen any error in the log files (aodh, mistral, heat, zaqar) that indicates a failed process. I can provide OpenStack services' logs if needed.










      share|improve this question







      New contributor




      asolo1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Good day, everyone!



      Question taken from: https://ask.openstack.org/en/question/120971/zaqar-cant-trigger-mistral-workflow/



      I am new to OpenStack and I've had an issue for days now which is most likely related to Zaqar(maybe).

      My setup is single-node which was installed using Packstack, Queens version.



      I wanted to confirm auto-healing process using this template:
      https://github.com/openstack/heat-templates/blob/master/hot/autohealing/autohealing_server.yaml



      EXPECTED OUTPUT WHEN THE SERVER IS STOPPED

      1. Stop event alarm is triggered.

      2. The workflow resource is executed.

      3. The stopped server is replaced with a working and active server.



      ACTUAL OUTPUT

      1. Stop event alarm is triggered.
      2. The workflow resource was not executed.
      3. The stopped server is still in SHUTOFF state and was not replaced.



      Zaqar installation:
      https://docs.openstack.org/zaqar/queens/install/install-rdo.html

      -- instead of using zaqar.uwsgi.service for the zaqar service, we used the zaqar-server command.



      [root@localhost scaling(keystone_admin)]# lsof -i:8888
      COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
      python 34685 root 7u IPv4 97847527 0t0 TCP localhost:ddi-tcp-1 (LISTEN)
      [root@localhost scaling(keystone_admin)]# openstack endpoint list | grep zaqar
      WARNING: Failed to import plugin clustering.
      | 31aeffd2897648fea515c5f17d4e6f49 | RegionOne | zaqar | messaging | True | public | http://192.168.6.4:8888 |
      | 54ce5b9c431e4366852c7452b945d6f9 | RegionOne | zaqar | messaging | True | admin | http://192.168.6.4:8888 |
      | 88830aef7b8642389628f50f18ff1008 | RegionOne | zaqar | messaging | True | internal | http://192.168.6.4:8888 |
      [root@localhost scaling(keystone_admin)]# ps aux | grep zaqar
      root 34685 0.1 0.0 827892 69456 pts/6 Sl Apr02 1:38 /usr/bin/python /usr/bin/zaqar-server --config-file /etc/zaqar/zaqar.conf --nodaemon --debug
      root 57096 0.0 0.0 112712 976 pts/1 S+ 14:13 0:00 grep --color=auto zaqar


      Console logs:
      http://s000.tinyupload.com/?file_id=47283324564197836687



      What's the reason why the MistralTrigger resource won't trigger the workflow even if a message was received in the queue? Could this be a config-related issue? I haven't seen any error in the log files (aodh, mistral, heat, zaqar) that indicates a failed process. I can provide OpenStack services' logs if needed.







      openstack






      share|improve this question







      New contributor




      asolo1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      asolo1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      asolo1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 11 mins ago









      asolo1asolo1

      1




      1




      New contributor




      asolo1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      asolo1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      asolo1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          asolo1 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421160%2fopenstack-zaqar-cant-trigger-mistral-workflow%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          asolo1 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          asolo1 is a new contributor. Be nice, and check out our Code of Conduct.













          asolo1 is a new contributor. Be nice, and check out our Code of Conduct.












          asolo1 is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421160%2fopenstack-zaqar-cant-trigger-mistral-workflow%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...