Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sysexts, etc. See the [PRD](docs/PRD.md) for more details.
Deploy from the kustomize config:

```shell
kubectl apply -k https://github.com/jlebon/bootc-operator//config/default
kubectl apply -k https://github.com/bootc-dev/bootc-operator//config/default
```

This creates the `bootc-operator` namespace and deploys the controller and
Expand Down
4 changes: 2 additions & 2 deletions cmd/controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"sigs.k8s.io/controller-runtime/pkg/healthz"
"sigs.k8s.io/controller-runtime/pkg/log/zap"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
"github.com/jlebon/bootc-operator/internal/controller"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
"github.com/bootc-dev/bootc-operator/internal/controller"
)

var (
Expand Down
6 changes: 3 additions & 3 deletions cmd/daemon/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/log/zap"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
"github.com/jlebon/bootc-operator/internal/bootc"
"github.com/jlebon/bootc-operator/internal/daemon"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
"github.com/bootc-dev/bootc-operator/internal/bootc"
"github.com/bootc-dev/bootc-operator/internal/daemon"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion config/daemon/daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- name: daemon
command:
- daemon
image: ghcr.io/jlebon/bootc-operator:latest
image: ghcr.io/bootc-dev/bootc-operator:latest
env:
- name: NODE_NAME
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
args:
- --leader-elect
- --health-probe-bind-address=:8081
image: ghcr.io/jlebon/bootc-operator:latest
image: ghcr.io/bootc-dev/bootc-operator:latest
name: manager
ports:
- containerPort: 8081
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/jlebon/bootc-operator
module github.com/bootc-dev/bootc-operator

go 1.26.0

Expand Down
2 changes: 1 addition & 1 deletion internal/controller/bootcnodepool_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/reconcile"
"sigs.k8s.io/controller-runtime/pkg/source"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
)

// drainStatus tracks an in-progress drain goroutine for a single node.
Expand Down
4 changes: 2 additions & 2 deletions internal/controller/crd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"sigs.k8s.io/controller-runtime/pkg/client"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
testutil "github.com/jlebon/bootc-operator/test/util"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
testutil "github.com/bootc-dev/bootc-operator/test/util"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions internal/controller/membership_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"sigs.k8s.io/controller-runtime/pkg/client"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
testutil "github.com/jlebon/bootc-operator/test/util"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
testutil "github.com/bootc-dev/bootc-operator/test/util"
)

// pollInterval and pollTimeout control how long tests wait for the
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/rollout.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/event"
logf "sigs.k8s.io/controller-runtime/pkg/log"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
)

// rolloutState holds the classified BootcNodes for a single reconcile
Expand Down
4 changes: 2 additions & 2 deletions internal/controller/rollout_envtest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"k8s.io/apimachinery/pkg/util/intstr"
"sigs.k8s.io/controller-runtime/pkg/client"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
testutil "github.com/jlebon/bootc-operator/test/util"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
testutil "github.com/bootc-dev/bootc-operator/test/util"
)

// TestSimpleRollout simulates a 3-node rollout with maxUnavailable: 1. It
Expand Down
4 changes: 2 additions & 2 deletions internal/controller/rollout_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/intstr"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
testutil "github.com/jlebon/bootc-operator/test/util"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
testutil "github.com/bootc-dev/bootc-operator/test/util"
)

func TestBuildRolloutState(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/log/zap"
metricsserver "sigs.k8s.io/controller-runtime/pkg/metrics/server"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions internal/daemon/fake_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"strings"
"sync"

testutil "github.com/jlebon/bootc-operator/test/util"
testutil "github.com/bootc-dev/bootc-operator/test/util"

"github.com/jlebon/bootc-operator/internal/bootc"
"github.com/bootc-dev/bootc-operator/internal/bootc"
)

type fakeExecutor struct {
Expand Down
4 changes: 2 additions & 2 deletions internal/daemon/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
logf "sigs.k8s.io/controller-runtime/pkg/log"
"sigs.k8s.io/controller-runtime/pkg/source"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
"github.com/jlebon/bootc-operator/internal/bootc"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
"github.com/bootc-dev/bootc-operator/internal/bootc"
)

const (
Expand Down
6 changes: 3 additions & 3 deletions internal/daemon/reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"sigs.k8s.io/controller-runtime/pkg/client"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
"github.com/jlebon/bootc-operator/internal/bootc"
testutil "github.com/jlebon/bootc-operator/test/util"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
"github.com/bootc-dev/bootc-operator/internal/bootc"
testutil "github.com/bootc-dev/bootc-operator/test/util"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion internal/daemon/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/log/zap"
metricsserver "sigs.k8s.io/controller-runtime/pkg/metrics/server"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
)

const testNodeName = "test-node"
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/bootcnode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"sigs.k8s.io/controller-runtime/pkg/client"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
"github.com/jlebon/bootc-operator/test/e2e/e2eutil"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
"github.com/bootc-dev/bootc-operator/test/e2e/e2eutil"
)

const (
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/crd_smoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
. "github.com/onsi/gomega"
"sigs.k8s.io/controller-runtime/pkg/client"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
"github.com/jlebon/bootc-operator/test/e2e/e2eutil"
testutil "github.com/jlebon/bootc-operator/test/util"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
"github.com/bootc-dev/bootc-operator/test/e2e/e2eutil"
testutil "github.com/bootc-dev/bootc-operator/test/util"
)

// TestCRDSmoke verifies CRD round-trips. We'll nuke it or enhance it with more
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/e2eutil/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import (
"k8s.io/client-go/tools/clientcmd"
"sigs.k8s.io/controller-runtime/pkg/client"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
testutil "github.com/jlebon/bootc-operator/test/util"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
testutil "github.com/bootc-dev/bootc-operator/test/util"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion test/util/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/intstr"

bootcv1alpha1 "github.com/jlebon/bootc-operator/api/v1alpha1"
bootcv1alpha1 "github.com/bootc-dev/bootc-operator/api/v1alpha1"
)

// Test fixture values. These are not helpers per se that are any use for e2e
Expand Down