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

Exception thrown when trying to log error in resources/cluster/deploy_software() #6

Open
tvoran opened this issue Apr 19, 2013 · 0 comments
Labels

Comments

@tvoran
Copy link
Contributor

tvoran commented Apr 19, 2013

Triggered by specifying an invalid ssh_priv_key:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "automaton.py", line 60, in run
    cluster.deploy_software()
  File "/Users/voran/projects/git/automaton/resources/cluster/clusters.py", line 206, in deploy_software
    LOG.error("Deploy_software: " + command.stdout)
TypeError: cannot concatenate 'str' and 'NoneType' objects
dmurtari pushed a commit to dmurtari/automaton that referenced this issue Feb 10, 2014
Added lib/config.py with classes that retrieve and store options from the config files
Implemented classes Cloud, Clouds, Cluster, Clusters

Update cu-csc#1: changed Log.info to Log.debug
Update cu-csc#2: removed etc/automaton.conf
Update cu-csc#3: added a check before registering a key
Update cu-csc#4: replaced string concatenation in %s
Update cu-csc#5: added file default locations in the help for command line arguments
Update cu-csc#6: replaces old function names with log_info and get_fqdns
dmurtari pushed a commit to dmurtari/automaton that referenced this issue Apr 30, 2014
Added lib/config.py with classes that retrieve and store options from the config files
Implemented classes Cloud, Clouds, Cluster, Clusters

Update cu-csc#1: changed Log.info to Log.debug
Update cu-csc#2: removed etc/automaton.conf
Update cu-csc#3: added a check before registering a key
Update cu-csc#4: replaced string concatenation in %s
Update cu-csc#5: added file default locations in the help for command line arguments
Update cu-csc#6: replaces old function names with log_info and get_fqdns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant