Skip to content

Commit

Permalink
Remove AnsibleEE Operator
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Shephard <[email protected]>
  • Loading branch information
bshephar committed Aug 19, 2024
1 parent 1f16121 commit a13fe56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion hack/bundle-cache-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ bin/csv-merger \
--placement-csv=$CSV_DIR/placement-operator.clusterserviceversion.yaml \
--ovn-csv=$CSV_DIR/ovn-operator.clusterserviceversion.yaml \
--neutron-csv=$CSV_DIR/neutron-operator.clusterserviceversion.yaml \
--ansibleee-csv=$CSV_DIR/openstack-ansibleee-operator.clusterserviceversion.yaml \
--nova-csv=$CSV_DIR/nova-operator.clusterserviceversion.yaml \
--heat-csv=$CSV_DIR/heat-operator.clusterserviceversion.yaml \
--ironic-csv=$CSV_DIR/ironic-operator.clusterserviceversion.yaml \
Expand Down
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import (
neutronv1 "github.com/openstack-k8s-operators/neutron-operator/api/v1beta1"
novav1 "github.com/openstack-k8s-operators/nova-operator/api/v1beta1"
octaviav1 "github.com/openstack-k8s-operators/octavia-operator/api/v1beta1"
ansibleeev1 "github.com/openstack-k8s-operators/openstack-ansibleee-operator/api/v1beta1"
baremetalv1 "github.com/openstack-k8s-operators/openstack-baremetal-operator/api/v1beta1"
ovnv1 "github.com/openstack-k8s-operators/ovn-operator/api/v1beta1"
placementv1 "github.com/openstack-k8s-operators/placement-operator/api/v1beta1"
Expand Down Expand Up @@ -108,7 +107,6 @@ func init() {
utilruntime.Must(neutronv1.AddToScheme(scheme))
utilruntime.Must(octaviav1.AddToScheme(scheme))
utilruntime.Must(designatev1.AddToScheme(scheme))
utilruntime.Must(ansibleeev1.AddToScheme(scheme))
utilruntime.Must(rabbitmqv1.AddToScheme(scheme))
utilruntime.Must(manilav1.AddToScheme(scheme))
utilruntime.Must(horizonv1.AddToScheme(scheme))
Expand Down

0 comments on commit a13fe56

Please sign in to comment.