default port values
| bc-template- | attributes/ | |
| keystone.json | default.rb | |
|---|---|---|
| service_port | 5000 | 5000 |
| api_port | 5000 | 35357 |
| admin_port | 35357 | 35357 |
values observed in real deployment and set by recipe
| host | port | notes |
| require_relative 'spec_helper' | |
| # The following fails with output which is not as helpful as it | |
| # could be: | |
| # | |
| # expected RuntimeError, got #<RuntimeError: foo> with backtrace: | |
| # | |
| # It would be much better if it said something like: | |
| # | |
| # expected: #<RuntimeError: bar> |
default port values
| bc-template- | attributes/ | |
| keystone.json | default.rb | |
|---|---|---|
| service_port | 5000 | 5000 |
| api_port | 5000 | 35357 |
| admin_port | 35357 | 35357 |
values observed in real deployment and set by recipe
| host | port | notes |
| CHASE: 3 | |
| STARTED: 34 | |
| PROJDONE: 4 | |
| ONGOING: 1 | |
| WAITING: 36 | |
| CANCELLED: 23 | |
| SOMEDAY: 63 | |
| DONE: 66 | |
| MAYBE: 80 | |
| PROJECT: 153 |
| bc-template- | attributes/ | |
| keystone.json | default.rb | |
|---|---|---|
| service_port | 5000 | 5000 |
| api_port | 5000 | 35357 |
| admin_port | 35357 | 35357 |
| host | port | notes |
|---|
| module Kernel | |
| alias_method :builtin_load, :load | |
| def load(file) | |
| $stderr.puts "Kernel#load(#{file})" | |
| raise rescue $stderr.puts $!.backtrace | |
| builtin_load(file) | |
| end | |
| end |
| \version "2.18.0" | |
| \include "english.ly" | |
| \paper { | |
| % annotate-spacing = ##t | |
| indent = #0 | |
| left-margin = 12\mm | |
| right-margin = 4\mm | |
| ragged-right = ##f | |
| ragged-last = ##f |
I hereby claim:
To claim this, I am signing this object:
| %if "%_repository" == "images" | |
| Type: kiwi | |
| Repotype: none | |
| Patterntype: none | |
| Required: containment-rpm | |
| Macros: | |
| %define containment_image_name SUSE-CLOUD-4-x86_64 | |
| %define containment_image_extension iso | |
| %define containment_image_dest_dir /srv/isos |
| INFO global: Vagrant version: 1.6.5 | |
| INFO global: Ruby version: 2.1.2 | |
| INFO global: RubyGems version: 2.2.2 | |
| INFO global: VAGRANT_DEFAULT_PROVIDER="libvirt" | |
| INFO global: VAGRANT_DEBUG="yes" | |
| INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1" | |
| INFO global: VAGRANT_LOG="debug" | |
| INFO global: Plugins: | |
| INFO global: - Platform = 0.4.0 | |
| INFO global: - builder = 3.2.2 |
| #!/bin/bash | |
| # | |
| # Handy script to allow surgery on MobileSheetsPro SQLite database | |
| # from host computer via adb. This means you can use the full history | |
| # and CLI features of a feature-complete modern shell, rather than | |
| # the crippled crap which Android's "adb shell" gives you. | |
| # | |
| # Example: | |
| # | |
| # MSP-sqlite3.sh 'select * from Songs where Title like "%Foo%"' |