Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2016.3.4: Raet Transport not working #37281

Closed
frogunder opened this issue Oct 27, 2016 · 3 comments
Closed

2016.3.4: Raet Transport not working #37281

frogunder opened this issue Oct 27, 2016 · 3 comments
Labels
fixed-pls-verify fix is linked, bug author to confirm fix severity-critical top severity, seen by most users, serious issues ZRELEASED - 2016.3.4
Milestone

Comments

@frogunder
Copy link
Contributor

In 2016.3.4, when using transport:raet it gives traceback.

master config

root@li1175-217 ~]# grep -E -v '^$|#' /etc/salt/master 
transport: raet
log_level: debug

minion config

[root@li1175-217 ~]# grep -E -v '^$|#' /etc/salt/minion
master: localhost
id: raet
transport: raet
log_level: debug

Key is accepted

[root@li1175-217 ~]# salt-key
Accepted Keys:
raet
Unaccepted Keys:
Rejected Keys:

Running a test.ping gives me:

[root@li1175-217 ~]# salt raet test.ping
[DEBUG   ] Configuration file path: /etc/salt/master
[WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
[DEBUG   ] Reading configuration from /etc/salt/master
[DEBUG   ] Using cached minion ID from /etc/salt/minion_id: li1175-217.members.linode.com
[DEBUG   ] Missing configuration file: /root/.saltrc
[DEBUG   ] RAETEvent Using Jobber Stack at = /var/run/salt/master/master.event53fdeb26f474a7abc3.uxd

[ERROR   ] An un-handled exception was caught by salt's global exception handler:
AttributeError: 'RAETEvent' object has no attribute 'cpub'
Traceback (most recent call last):
  File "/usr/bin/salt", line 10, in <module>
    salt_main()
  File "/usr/lib/python2.7/site-packages/salt/scripts.py", line 455, in salt_main
    client.run()
  File "/usr/lib/python2.7/site-packages/salt/cli/salt.py", line 158, in run
    for full_ret in cmd_func(**kwargs):
  File "/usr/lib/python2.7/site-packages/salt/client/__init__.py", line 613, in cmd_cli
    was_listening = self.event.cpub
AttributeError: 'RAETEvent' object has no attribute 'cpub'
Traceback (most recent call last):
  File "/usr/bin/salt", line 10, in <module>
    salt_main()
  File "/usr/lib/python2.7/site-packages/salt/scripts.py", line 455, in salt_main
    client.run()
  File "/usr/lib/python2.7/site-packages/salt/cli/salt.py", line 158, in run
    for full_ret in cmd_func(**kwargs):
  File "/usr/lib/python2.7/site-packages/salt/client/__init__.py", line 613, in cmd_cli
    was_listening = self.event.cpub
AttributeError: 'RAETEvent' object has no attribute 'cpub'
[root@li1175-217 ~]# salt --versions
Salt Version:
           Salt: 2016.3.4

Dependency Versions:
           cffi: Not Installed
       cherrypy: Not Installed
       dateutil: Not Installed
          gitdb: Not Installed
      gitpython: Not Installed
          ioflo: 1.6.5
         Jinja2: 2.7.2
        libgit2: Not Installed
        libnacl: 1.4.3
       M2Crypto: Not Installed
           Mako: Not Installed
   msgpack-pure: Not Installed
 msgpack-python: 0.4.8
   mysql-python: Not Installed
      pycparser: Not Installed
       pycrypto: 2.6.1
         pygit2: Not Installed
         Python: 2.7.5 (default, Jun 17 2014, 18:11:42)
   python-gnupg: Not Installed
         PyYAML: 3.11
          PyZMQ: 15.3.0
           RAET: 0.6.5
          smmap: Not Installed
        timelib: Not Installed
        Tornado: 4.2.1
            ZMQ: 4.1.4

System Versions:
           dist: centos 7.0.1406 Core
        machine: x86_64
        release: 4.8.3-x86_64-linode76
         system: Linux
        version: CentOS Linux 7.0.1406 Core
@meggiebot meggiebot added severity-critical top severity, seen by most users, serious issues ZRELEASED - 2016.3.4 labels Oct 27, 2016
@thatch45
Copy link
Member

82e2763

Thats the bad commit ^^^

@gtmanfred gtmanfred added this to the Approved milestone Oct 28, 2016
@cachedout cachedout added the fixed-pls-verify fix is linked, bug author to confirm fix label Oct 31, 2016
@cachedout
Copy link
Contributor

@frogunder Can you please look at this again and see if it's now fixed? Please close this if so.

@frogunder
Copy link
Contributor Author

This is fixed. Closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed-pls-verify fix is linked, bug author to confirm fix severity-critical top severity, seen by most users, serious issues ZRELEASED - 2016.3.4
Projects
None yet
Development

No branches or pull requests

5 participants