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

WIP [FCOS] rhcos.json: use FCOS image for GCP #2882

Closed
wants to merge 37 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
09dbe02
hack/build: allow building outside of GOPATH
vrutkovs Oct 18, 2019
04f0836
Drop tests
vrutkovs Oct 19, 2019
2236050
Use go modules and remove vendored files
vrutkovs Oct 18, 2019
f5662b3
Use ignition v3.0 and update MCO
vrutkovs Aug 27, 2019
dee51dd
Remove azure
vrutkovs Oct 19, 2019
9ce59d1
Merge go.mod's into one
vrutkovs Oct 19, 2019
26b6a57
Bump MCO
vrutkovs Oct 21, 2019
37561d5
Add vrutkovs and LorbusChris to OWNERS
vrutkovs Oct 31, 2019
36ca119
Merge pull request #2601 from vrutkovs/fcos-owners-vrutkovs
openshift-merge-robot Oct 31, 2019
a8c30d2
rhcos.json: use Fedora CoreOS AMIs instead of RHCOS
vrutkovs Nov 1, 2019
6d12439
hack/build.sh: remove unused LAUNCH_PATH
vrutkovs Oct 23, 2019
0d9c761
bootstrap: pull MCD image, copy machine-config-daemon binary and run …
vrutkovs Oct 23, 2019
065479d
bootstrap: overwrite all files by default
vrutkovs Oct 19, 2019
44c3a5b
Install cgroups config for bootstrap
vrutkovs Oct 20, 2019
9cc0081
bootstrap.sh: set nosmt and drop cgroupsv2 on all machines
vrutkovs Nov 1, 2019
a706df7
Update images/mock to go 1.12 and include generated gcp mock
vrutkovs Oct 24, 2019
dcfec39
go get -u golang.org/x/lint/golint
vrutkovs Oct 24, 2019
6cbf970
Bump golang version to 1.12
Fedosin Oct 18, 2019
8d1ec7d
vendor update
vrutkovs Oct 24, 2019
aed6109
hack/build.sh: get vfsgen before "go generate"
vrutkovs Oct 25, 2019
be577f9
hack/verify-vendor: use "go mod vendor" instead of dep
vrutkovs Oct 25, 2019
accd9f3
hack/yaml-lint: link pkg/ only
vrutkovs Oct 25, 2019
f8ebf8b
Fix unittests
vrutkovs Oct 25, 2019
6fd3474
bootkube.sh: fix machine-config-daemon extraction
vrutkovs Oct 30, 2019
02ea3f8
Add crio-configure.service Before=bootkube.service
cgwalters Aug 29, 2019
1c7e76d
kubelet.service: Sync up with MCO
cgwalters Sep 6, 2019
cd7711d
Use "bash strict mode" for bootkube and release-image-download
cgwalters Aug 29, 2019
e5a58b3
Run crio-configure after bootstrap has pivot
vrutkovs Oct 30, 2019
23f4029
Merge pull request #2548 from vrutkovs/okd
openshift-merge-robot Nov 12, 2019
87481d0
install-masters-gather: gather logs for machine-config-daemon-pull se…
vrutkovs Dec 3, 2019
07911f0
bootstrap: replace CRIO's hooks dir on bootstrap
vrutkovs Dec 11, 2019
f55a872
bootkube.sh: use mkdir -p to continue if dirs already exist
vrutkovs Dec 11, 2019
3cff8b5
Merge pull request #2795 from vrutkovs/fcos-crio-hooks-bootstrap
openshift-merge-robot Dec 12, 2019
b4091eb
Merge pull request #2743 from vrutkovs/fcos-gather-pull-service
openshift-merge-robot Dec 12, 2019
3d62171
bootstrap: disable zincati on bootstrap
vrutkovs Dec 2, 2019
aef853f
Merge pull request #2738 from vrutkovs/fcos-disable-zincati
openshift-merge-robot Dec 20, 2019
d23c21c
rhcos.json: use FCOS image for GCP
vrutkovs Jan 6, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
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.
1,486 changes: 0 additions & 1,486 deletions Gopkg.lock

This file was deleted.

134 changes: 0 additions & 134 deletions Gopkg.toml

This file was deleted.

4 changes: 4 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ aliases:
- sdodson
- smarterclayton
- wking
- vrutkovs
- LorbusChris
installer-reviewers:
- jcpowermac
- jhixson74
- jstuever
- mtnbikenc
- patrickdillon
- vrutkovs
- LorbusChris
libvirt-approvers:
- abhinavdahiya
- enxebre
Expand Down
1 change: 0 additions & 1 deletion cmd/openshift-install/destroy.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
assetstore "github.com/openshift/installer/pkg/asset/store"
"github.com/openshift/installer/pkg/destroy"
_ "github.com/openshift/installer/pkg/destroy/aws"
_ "github.com/openshift/installer/pkg/destroy/azure"
_ "github.com/openshift/installer/pkg/destroy/baremetal"
"github.com/openshift/installer/pkg/destroy/bootstrap"
_ "github.com/openshift/installer/pkg/destroy/gcp"
Expand Down
11 changes: 0 additions & 11 deletions cmd/openshift-install/gather.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ import (
"github.com/openshift/installer/pkg/gather/ssh"
"github.com/openshift/installer/pkg/terraform"
gatheraws "github.com/openshift/installer/pkg/terraform/gather/aws"
gatherazure "github.com/openshift/installer/pkg/terraform/gather/azure"
gathergcp "github.com/openshift/installer/pkg/terraform/gather/gcp"
gatherlibvirt "github.com/openshift/installer/pkg/terraform/gather/libvirt"
gatheropenstack "github.com/openshift/installer/pkg/terraform/gather/openstack"
"github.com/openshift/installer/pkg/types"
awstypes "github.com/openshift/installer/pkg/types/aws"
azuretypes "github.com/openshift/installer/pkg/types/azure"
gcptypes "github.com/openshift/installer/pkg/types/gcp"
libvirttypes "github.com/openshift/installer/pkg/types/libvirt"
openstacktypes "github.com/openshift/installer/pkg/types/openstack"
Expand Down Expand Up @@ -146,15 +144,6 @@ func extractHostAddresses(config *types.InstallConfig, tfstate *terraform.State)
if err != nil {
logrus.Error(err)
}
case azuretypes.Name:
bootstrap, err = gatherazure.BootstrapIP(tfstate)
if err != nil {
return bootstrap, port, masters, err
}
masters, err = gatherazure.ControlPlaneIPs(tfstate)
if err != nil {
logrus.Error(err)
}
case gcptypes.Name:
bootstrap, err = gathergcp.BootstrapIP(tfstate)
if err != nil {
Expand Down
166 changes: 0 additions & 166 deletions data/data/azure/bootstrap/main.tf

This file was deleted.

Loading