I hereby claim:
- I am dhellmann on github.
- I am doughellmann (https://keybase.io/doughellmann) on keybase.
- I have a public key whose fingerprint is E060 113F 190C D011 A8FA B18D 3B6D 06A0 C428 437A
To claim this, I am signing this object:
$ npm config ls -l | |
; cli configs | |
long = true | |
metrics-registry = "https://registry.npmjs.org/" | |
scope = "" | |
user-agent = "npm/6.9.0 node/v10.16.0 linux x64" | |
; default values | |
access = null | |
allow-same-version = false |
$ bash -x ./hack/build-gitbook.sh | |
+ set -o errexit | |
+ set -o nounset | |
+ set -o pipefail | |
++ dirname ./hack/build-gitbook.sh | |
+ export KUBE_ROOT=./hack/.. | |
+ KUBE_ROOT=./hack/.. | |
+ cd ./hack/.. | |
+ pushd docs/book/ | |
~/go/src/github.com/kubernetes-sigs/cluster-api/docs/book ~/go/src/github.com/kubernetes-sigs/cluster-api |
apiVersion: v1beta4 | |
baseDomain: test.metalkube.org | |
metadata: | |
name: ostest | |
compute: | |
- name: worker | |
replicas: 1 | |
controlPlane: | |
name: master | |
replicas: 3 |
level=debug msg="2019/05/31 12:55:50 [WARN] Provider \"ironic\" produced an unexpected new value for module.masters.ironic_node_v1.openshift-master-host[0], but we are tolerating it because it is using the legacy plugin SDK." | |
level=debug msg=" The following problems may be the cause of any confusing errors from downstream operations:" | |
level=debug msg=" - .driver_info: inconsistent values for sensitive attribute" | |
level=debug msg=" - .owner: was null, but now cty.StringVal(\"\")" | |
level=debug msg=" - .conductor_group: was null, but now cty.StringVal(\"\")" | |
level=debug msg=" - .properties[\"local_gb\"]: was cty.StringVal(\"50\"), but now cty.StringVal(\"49\")" | |
level=debug msg=" - .properties: new element \"capabilities\" has appeared" | |
level=debug msg=" - .properties: new element \"cpus\" has appeared" | |
level=debug msg=" - .properties: new element \"memory_mb\" has appeared" | |
level=debug msg="module.masters.ironic_node_v1.openshift-master-host[0]: Creation complete after 3m57s [ |
2019-05-31 12:45:09.780 12 ERROR ironic_inspector.process Traceback (most recent call last): | |
2019-05-31 12:45:09.780 12 ERROR ironic_inspector.process File "/usr/lib/python2.7/site-packages/ironic_inspector/process.py", line 228, in process | |
2019-05-31 12:45:09.780 12 ERROR ironic_inspector.process result = _process_node(node_info, node, introspection_data) | |
2019-05-31 12:45:09.780 12 ERROR ironic_inspector.process File "/usr/lib/python2.7/site-packages/ironic_inspector/node_cache.py", line 610, in inner | |
2019-05-31 12:45:09.780 12 ERROR ironic_inspector.process return func(node_info, *args, **kwargs) | |
2019-05-31 12:45:09.780 12 ERROR ironic_inspector.process File "/usr/lib/python2.7/site-packages/ironic_inspector/node_cache.py", line 588, in inner | |
2019-05-31 12:45:09.780 12 ERROR ironic_inspector.process node_info.finished(istate.Events.error, error=str(exc)) | |
2019-05-31 12:45:09.780 12 ERROR ironic_inspector.process File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in |
$ dep ensure 2>&1 | tee dep.log | |
panic: runtime error: index out of range | |
goroutine 1 [running]: | |
github.com/golang/dep/gps.(*solver).findValidVersion(0xc000137200, 0xc0017226e0, 0xc001416e00, 0x31, 0x31, 0x0, 0xc001416e00) | |
/Users/travis/gopath/src/github.com/golang/dep/gps/solver.go:945 +0x4cc | |
github.com/golang/dep/gps.(*solver).backtrack(0xc000137200, 0xadbda0, 0xc000112050, 0x0, 0x0, 0x0) | |
/Users/travis/gopath/src/github.com/golang/dep/gps/solver.go:1079 +0xbdc | |
github.com/golang/dep/gps.(*solver).solve(0xc000137200, 0xadbda0, 0xc000112050, 0x5, 0xc00058f0c8, 0xc00014f548) | |
/Users/travis/gopath/src/github.com/golang/dep/gps/solver.go:510 +0x872 |
$ dep check | |
# Gopkg.lock is out of sync: | |
github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1: imported or required, but missing from Gopkg.lock's input-imports | |
github.com/openshift-metalkube/kni-installer/data: imported or required, but missing from Gopkg.lock's input-imports | |
github.com/openshift-metalkube/kni-installer/pkg/asset: imported or required, but missing from Gopkg.lock's input-imports | |
github.com/openshift-metalkube/kni-installer/pkg/asset/cluster: imported or required, but missing from Gopkg.lock's input-imports | |
github.com/openshift-metalkube/kni-installer/pkg/asset/cluster/aws: imported or required, but missing from Gopkg.lock's input-imports | |
github.com/openshift-metalkube/kni-installer/pkg/asset/cluster/azure: imported or required, but missing from Gopkg.lock's input-imports | |
github.com/openshift-metalkube/kni-installer/pkg/asset/cluster/baremetal: imported or required, but missing from Gopkg.lock's input-imports | |
github.com/openshift-metalkube/kni-installer/pkg/asset/cl |
I hereby claim:
To claim this, I am signing this object:
diff --git a/nova/db/sqlalchemy/migrate_repo/versions/111_general_aggregates.py b/nova/db/sqlalchemy/migrate_repo/versions/111_g | |
index 0c97112..dbbc069 100644 | |
--- a/nova/db/sqlalchemy/migrate_repo/versions/111_general_aggregates.py | |
+++ b/nova/db/sqlalchemy/migrate_repo/versions/111_general_aggregates.py | |
@@ -43,8 +43,9 @@ def upgrade(migrate_engine): | |
aggregate_hosts = Table('aggregate_hosts', meta, autoload=True) | |
if dialect.startswith('sqlite'): | |
- aggregate_hosts.drop_column('host') | |
- aggregate_hosts.create_column(Column('host', String(255))) |
msg = { | |
'method': 'record_metering_data', | |
'version': '1.0', | |
'args': {'data': { | |
'source': counter.source, | |
'counter_type': counter.type, | |
'counter_volume': counter.volume, | |
'user_id': counter.user_id, | |
'project_id': counter.project_id, | |
'resource_id': counter.resource_id, |