This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Resource counts: | |
| Old: 187 | |
| New: 140 | |
| Resource title diffs: | |
| Only in old: | |
| class[Nova::Compute::Quantum] | |
| file[nrpe_config_dir] | |
| file[/etc/ntp.conf] | |
| exec[Required packages: 'ubuntu-cloud-keyring' for openstack_cloud_archive] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SSLError: _ssl.c:298: Both the key & certificate files must be specified for server-side operation | |
| 2013-08-13 19:35:21 ERROR [keystone.common.wsgi] Server error | |
| Traceback (most recent call last): | |
| File "/usr/lib/python2.7/dist-packages/keystone/common/wsgi.py", line 135, in _run | |
| log=WritableLogger(log)) | |
| File "/usr/lib/python2.7/dist-packages/eventlet/wsgi.py", line 663, in server | |
| client_socket = sock.accept() | |
| File "/usr/lib/python2.7/dist-packages/eventlet/green/ssl.py", line 279, in accept | |
| suppress_ragged_eofs=self.suppress_ragged_eofs) | |
| File "/usr/lib/python2.7/dist-packages/eventlet/green/ssl.py", line 46, in __init__ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| puppet query node --only-active --deactivate --puppetdb_host=build-server.domain.name --puppetdb_port=8081 --config=/etc/puppet/puppet.conf --ssldir=/var/lib/puppet/ssl --certname=build-server.domain.name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Aug 9 23:19:00 precise64 proxy-server UNCAUGHT EXCEPTION#012Traceback (most recent call last):#012 File "/usr/bin/swift-proxy-server", line 22, in <module>#012 run_wsgi(conf_file, 'proxy-server', default_port=8080, **options)#012 File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 187, in run_wsgi#012 run_server()#012 File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 149, in run_server#012 global_conf={'log_name': log_name})#012 File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 247, in loadapp#012 return loadobj(APP, uri, name=name, **kw)#012 File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 272, in loadobj#012 return context.create()#012 File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 710, in create#012 return self.object_type.invoke(self)#012 File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 207, in invoke#012 app = filter(app)#012 File "/usr/lib/python2.7/dist- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| addresses = server.addresses | |
| host = addresses[config.public_network_name].last['addr'] rescue nil | |
| unless host | |
| floating_ips = [] | |
| addresses.each do |net_name, addresses| | |
| Array(addresses).each do |address| | |
| # is OS-EXT-IPS:type part of the API? | |
| floating_ips.push(address['addr']) if address['OS-EXT-IPS:type'] == 'floating' | |
| end | |
| #raise(Exception, 'Did not find any floating ip addresses, cannot login') if floating_ips.size == 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git review stable/grizzly | |
| Warning: Permanently added '[review.openstack.org]:29418,[198.101.231.251]:29418' (RSA) to the list of known hosts. | |
| remote: Processing changes: refs: 1, done | |
| To ssh://bodepd@review.openstack.org:29418/stackforge/puppet-keystone.git | |
| ! [remote rejected] HEAD -> refs/publish/stable/grizzly/master (no new changes) | |
| error: failed to push some refs to 'ssh://bodepd@review.openstack.org:29418/stackforge/puppet-keystone.git' | |
| DansLapTop:puppet-keystone danbode$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DansLapTop:puppet-glance danbode$ git review stable/grizzly | |
| You have more than one commit that you are about to submit. | |
| The outstanding commits are: | |
| 9a09177 (HEAD, master) Puppet Forge release 2.1.0 | |
| 3fb580a (gerrit/master) Fix lint failures | |
| 8c1b2b2 (origin/master, origin/HEAD) Update modulefile and fixtures to use puppetlabs/inifile | |
| dc503da Fix the glance_image type example so that it can actually be used. | |
| 71ef2e4 Merge "Add glance-cache-cleaner and glance-cache-pruner" | |
| c38d00a Merge "Update allowed_hosts conditional statement" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| exec { 'jenkins_jobs_update': | |
| command => 'sleep 120 && jenkins-jobs update /etc/jenkins_jobs/config', | |
| path => '/bin:/usr/bin:/usr/local/bin', | |
| refreshonly => true, | |
| require => [ | |
| File['/etc/jenkins_jobs/jenkins_jobs.ini'], | |
| Package['python-jenkins'], | |
| Package['python-yaml'], | |
| ], | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| service { 'jenkins': | |
| ensure => running, | |
| enable => true, | |
| restart => '/usr/sbin/service jenkins restart; export ret=$?; sleep 5; exit $?', | |
| hasstatus => true, | |
| hasrestart => true, | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # apt-get purge python-pkg-resources python-setuptools | |
| # apt-get install python-pip | |
| # pip install -U setuptools | |
| # python setup.py install | |
| /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'entry_points' | |
| warnings.warn(msg) | |
| /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' | |
| warnings.warn(msg) | |
| /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'include_package_data' |