Skip to content

Commit

Permalink
Merge pull request #1229 from karelyatin/OSPCIX-596
Browse files Browse the repository at this point in the history
Drop redhat service from default nodeset samples
  • Loading branch information
openshift-merge-bot[bot] authored Dec 17, 2024
2 parents 68357b2 + 24fe2b4 commit 6d3e5c2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,6 @@ spec:
type: integer
services:
default:
- redhat
- download-cache
- bootstrap
- configure-network
Expand Down
2 changes: 1 addition & 1 deletion apis/dataplane/v1beta1/openstackdataplanenodeset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type OpenStackDataPlaneNodeSetSpec struct {
NetworkAttachments []string `json:"networkAttachments,omitempty"`

// +kubebuilder:validation:Optional
// +kubebuilder:default={redhat,download-cache,bootstrap,configure-network,validate-network,install-os,configure-os,ssh-known-hosts,run-os,reboot-os,install-certs,ovn,neutron-metadata,libvirt,nova,telemetry}
// +kubebuilder:default={download-cache,bootstrap,configure-network,validate-network,install-os,configure-os,ssh-known-hosts,run-os,reboot-os,install-certs,ovn,neutron-metadata,libvirt,nova,telemetry}
// Services list
Services []string `json:"services"`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,6 @@ spec:
type: integer
services:
default:
- redhat
- download-cache
- bootstrap
- configure-network
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ spec:
- name: ANSIBLE_FORCE_COLOR
value: "True"
services:
- redhat
- bootstrap
- download-cache
- configure-network
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ var _ = Describe("Dataplane NodeSet Test", func() {
},
},
Services: []string{
"redhat",
"download-cache",
"bootstrap",
"configure-network",
Expand Down Expand Up @@ -405,7 +404,6 @@ var _ = Describe("Dataplane NodeSet Test", func() {
BeforeEach(func() {
nodeSetSpec := DefaultDataPlaneNoNodeSetSpec(tlsEnabled)
nodeSetSpec["services"] = []string{
"redhat",
"download-cache",
"bootstrap",
"configure-network",
Expand Down Expand Up @@ -496,7 +494,6 @@ var _ = Describe("Dataplane NodeSet Test", func() {
},
},
Services: []string{
"redhat",
"download-cache",
"bootstrap",
"configure-network",
Expand Down Expand Up @@ -951,7 +948,6 @@ var _ = Describe("Dataplane NodeSet Test", func() {
},
},
Services: []string{
"redhat",
"download-cache",
"bootstrap",
"configure-network",
Expand Down

0 comments on commit 6d3e5c2

Please sign in to comment.