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

Merge with upstream metal3-io/baremetal-operator #57

Merged
merged 99 commits into from
Apr 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
1f8e022
Avoid starting inspection twice
zaneb Jan 21, 2020
a841f62
Enable fasttrack for ironic
maelk Jan 20, 2020
6ae8d7e
Merge pull request #394 from Nordix/fasttrack-mael
metal3-io-bot Jan 24, 2020
4cda8fd
InvolvedObject APIVersion is expected to be SchemeGroupVersion string
Jan 30, 2020
b0c1381
Merge pull request #408 from jtomasek/involved-object
metal3-io-bot Jan 31, 2020
4c170b0
Ironic-Endpoint Klived and Restructure of kustomiz
Jan 22, 2020
ed0ca04
Merge pull request #402 from Nordix/ironic-keepalived
metal3-io-bot Feb 4, 2020
2fe3439
update example URL for redfish driver
dhellmann Feb 4, 2020
8c68a76
Change ironic endpoint keepalived image
kashifest Feb 6, 2020
7b3df65
Remove container privileges and add NET_ADMIN capability
maelk Feb 5, 2020
c9fb628
Merge pull request #416 from Nordix/ironic-keepalived
metal3-io-bot Feb 6, 2020
8bd4adb
Merge pull request #418 from Nordix/fix/keepalived-image-kashif
metal3-io-bot Feb 6, 2020
06ea4ac
Add insecure to avoid certificate validation
Jan 21, 2020
9ba5638
Small fixes
stbenjam Feb 5, 2020
6881046
Adjust comment on CA field, and remove from printed columns
stbenjam Feb 6, 2020
09a3bcb
Run `make generate`
stbenjam Feb 6, 2020
bbcacea
Merge pull request #396 from yrobla/add_verify_ca
metal3-io-bot Feb 6, 2020
ce276d4
Merge pull request #413 from dhellmann/improve-redfish-url-example
metal3-io-bot Feb 7, 2020
a5bdc28
Add support to reconcile concurrently
kirankt Jan 14, 2020
63b9e60
Fix typo in e2e testing in certificate test
Feb 13, 2020
f16fc9c
Add avialble provision state , so CAPBM is aware of this state and th…
aneeshkp Feb 12, 2020
f32e58b
Merge pull request #427 from aneeshkp/add-availabel-state
metal3-io-bot Feb 18, 2020
ab6db42
Merge pull request #390 from kirankt/concurrent-reconcile
metal3-io-bot Feb 19, 2020
d2e9422
Merge pull request #398 from zaneb/avoid-double-inspect
metal3-io-bot Feb 20, 2020
332980e
Look for userData or value in the userdata secret
maelk Feb 20, 2020
43fab21
Merge pull request #436 from Nordix/secret-mael
metal3-io-bot Feb 20, 2020
b3f43f5
Add a Pause annotation for pivoting
maelk Feb 21, 2020
f1e463d
Merge pull request #438 from Nordix/pause-mael
metal3-io-bot Feb 21, 2020
5065373
add local-hostname in ironic metadata
maelk Feb 24, 2020
74b66f5
Remove redundant Kustomization File
kashifest Feb 12, 2020
3c8b53a
Merge pull request #426 from Nordix/kustomization-updates-kashif
metal3-io-bot Feb 25, 2020
8161ce5
Merge pull request #440 from Nordix/hostname-mael
metal3-io-bot Feb 25, 2020
0826d0d
Downgrade operator-sdk to 0.11.0
honza Feb 27, 2020
ca00c0b
Migrate to go modules
honza Feb 27, 2020
0f8c3f4
Remove Gopkg files and vendor directory
honza Feb 27, 2020
8e38ebd
Upgrade operator-sdk
honza Feb 27, 2020
eb7b204
Update travis to use go modules
honza Feb 3, 2020
580210b
Update dockerfile to build from golang 1.13
honza Feb 3, 2020
0af5bf7
Unset GOFLAGS
honza Feb 19, 2020
c5b42d6
Export cache dir in gofmt
honza Feb 26, 2020
5679ed6
Introduce network configuration for BareMetalHost
dukov Nov 27, 2019
7c4f259
Replace Reconciler with client for hostConfigData
dukov Jan 21, 2020
e7ae3dd
Improve unit tests for host cxonfiguration object
dukov Jan 21, 2020
bc34cd0
Fix typo in networkData description
dukov Jan 28, 2020
004fc7a
Add Prometheus metric for host config errors
dukov Jan 28, 2020
03deb44
Introduce convenience function for BMC secrets
dukov Jan 28, 2020
d66dde2
Switch NetworkData type to string
dukov Jan 31, 2020
5d84ea8
Move host config definition to separate file
dukov Feb 4, 2020
bdbfd26
Merge pull request #444 from honza/go-mode-2
metal3-io-bot Feb 27, 2020
a09eb05
Add CAPI secrets compatibility
dukov Feb 28, 2020
dfd5fea
Merge pull request #348 from dukov/master
metal3-io-bot Feb 28, 2020
4b4f065
Merge pull request #429 from yrobla/fix_typo
metal3-io-bot Mar 3, 2020
ad6b207
Implement reboot api
Feb 4, 2020
6d4101b
Add multi client support + a test
Feb 5, 2020
7c09baa
add reboot tests
Feb 11, 2020
4b0f64c
handle upgrade case where last powered on time is nil
Feb 12, 2020
e0eb687
Fixing PR review comments
Feb 18, 2020
dbb5b20
Remove trailing space
Feb 18, 2020
c2c7b3a
Add Update after annotation removal
Feb 18, 2020
8f5fed1
Change times instead of using sleep in test + changing tryReconcile t…
Feb 25, 2020
a0609ea
resolve merge conflict
Feb 25, 2020
7d28223
Remove stray whitespace
Feb 26, 2020
dfc0b13
Change LastPoweredOn to PoweredAt, clear it on power off, and write i…
n1r1 Mar 4, 2020
eadcb7a
Changing reboot annotation detection function (cosmetic change) per P…
n1r1 Mar 5, 2020
bb0b033
expand BMC URL documentation to include virtual media support
dhellmann Mar 6, 2020
7b38583
Removed pendingRebootSince and poweredOnAt as they were not really re…
n1r1 Mar 11, 2020
73c0adf
Reboot only if host is in provisioned/externally provisioned state
n1r1 Mar 12, 2020
c2ede56
Replace actionContinue with dirty to actionContinueNoWrite per PR com…
n1r1 Mar 12, 2020
6b28a4e
Remove redundant len!=0 check
n1r1 Mar 12, 2020
6063ce4
Remove redundant len!=0 check
n1r1 Mar 13, 2020
bff5dcc
Use actionContinue in actionContinueNoWrite insteaf of duplicating Re…
n1r1 Mar 13, 2020
1e3414b
Merge pull request #449 from dhellmann/address-url-api-docs
metal3-io-bot Mar 13, 2020
7c13fc9
Replace v1a1 CI status badge with v1a3
fmuyassarov Mar 18, 2020
9e23158
Merge pull request #456 from Nordix/readme-feruz
metal3-io-bot Mar 18, 2020
c3da1db
Merge pull request #424 from n1r1/reboot-api
metal3-io-bot Mar 18, 2020
04f08a9
Don't assume IPv4 in introspection data
Mar 20, 2020
507b1a1
Merge pull request #457 from hardys/ipv6_fix
metal3-io-bot Mar 20, 2020
83b2101
Update pause annotation description
kashifest Mar 22, 2020
f696b07
Merge pull request #459 from Nordix/update/pause-annotation-readme
metal3-io-bot Mar 23, 2020
e525323
Default user and network data namespace to BMH namespace
maelk Mar 24, 2020
864bd45
Fix bmh pause annotation key in api.md
kashifest Mar 25, 2020
5ba84fb
Merge pull request #465 from Nordix/fix/api-bmh-pause-annotation
metal3-io-bot Mar 25, 2020
64740e9
Update dev-setup.md
fmuyassarov Mar 27, 2020
10eb5aa
Merge pull request #468 from Nordix/fix-dev-bmo
metal3-io-bot Mar 28, 2020
726d1c0
Merge pull request #463 from Nordix/namespace-mael
metal3-io-bot Mar 30, 2020
992bac5
Fix make test phony
kashifest Mar 31, 2020
f89edb7
New kustomize config for BMO standalone, needed with kind when ironic…
mikkosest Mar 30, 2020
b21ea5c
Add --namespace cli argument support for BMO
fmuyassarov Mar 30, 2020
f149139
Remove v1alpha2 CI status badges
fmuyassarov Mar 31, 2020
3236a01
Merge pull request #471 from Nordix/cli-bmo-feruz
metal3-io-bot Mar 31, 2020
21b9a39
Merge pull request #475 from Nordix/update-readme-feruz
metal3-io-bot Mar 31, 2020
be02730
Merge pull request #474 from Nordix/fix/makefile
metal3-io-bot Apr 1, 2020
e74a121
Merge pull request #473 from Nordix/mikkosest-kind
metal3-io-bot Apr 2, 2020
3114c2f
Default missing variables
kashifest Apr 2, 2020
c863ac5
Merge pull request #478 from Nordix/fix/add-missing-default-variables
metal3-io-bot Apr 2, 2020
e10b5b5
Fix Ironic fasttrack for local BMO deployment
kashifest Apr 9, 2020
f6672cc
Merge pull request #480 from Nordix/fix/local-ironic-deploy
metal3-io-bot Apr 9, 2020
a10b08f
Merge github.com:metal3-io/baremetal-operator
beekhof Apr 10, 2020
40d77ec
Re-vendor based on go.mod
beekhof Apr 14, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ services:
- docker

go:
- "1.11.5"
- "1.13.7"

before_install:
- go get github.com/golang/dep/cmd/dep
- git clone --branch=v0.8.x --depth=1 https://github.com/operator-framework/operator-sdk $GOPATH/src/github.com/operator-framework/operator-sdk && pushd $GOPATH/src/github.com/operator-framework/operator-sdk && make dep && make install && popd
- git clone --depth=1 https://github.com/operator-framework/operator-sdk $GOPATH/src/github.com/operator-framework/operator-sdk && pushd $GOPATH/src/github.com/operator-framework/operator-sdk && make tidy && make install && popd

env:
- TARGET=unit-verbose
Expand Down