Skip to content

Commit

Permalink
Dropping dataplane-operator references
Browse files Browse the repository at this point in the history
Signed-off-by: Fabricio Aguiar <[email protected]>
  • Loading branch information
fao89 authored and openshift-merge-bot[bot] committed Aug 3, 2024
1 parent bdfd519 commit 08313f1
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 39 deletions.
1 change: 0 additions & 1 deletion roles/build_openstack_packages/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ cifmw_bop_skipped_projects:
- opendev.org/zuul/zuul-jobs
- openstack-k8s-operators/barbican-operator
- openstack-k8s-operators/cinder-operator
- openstack-k8s-operators/dataplane-operator
- openstack-k8s-operators/designate-operator
- openstack-k8s-operators/glance-operator
- openstack-k8s-operators/heat-operator
Expand Down
15 changes: 0 additions & 15 deletions roles/edpm_deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.

- name: Define minimal set of repo variables when not running on Zuul
when:
- zuul is not defined
- cifmw_operator_build_output is defined
- "'dataplane-operator' in operators_build_output.operators"
tags:
- always
vars:
operators_build_output: "{{ (cifmw_operator_build_output | default({'operators':{}})).operators }}"
ansible.builtin.set_fact:
_install_yamls_repos:
DATAPLANE_BRANCH: ""
GIT_CLONE_OPTS': "-l"
DATAPLANE_REPO': "{{ operators_build_output['dataplane-operator'].git_src_dir }}"

- name: Set EDPM related vars
when:
- cifmw_install_yamls_environment is defined
Expand Down
8 changes: 0 additions & 8 deletions roles/edpm_deploy_baremetal/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@
'GIT_CLONE_OPTS': '-l',
} if (cifmw_operator_build_meta_name is defined and cifmw_operator_build_meta_name in operators_build_output)
else {}
) |
combine(
{
'DATAPLANE_REPO': operators_build_output['dataplane-operator'].git_src_dir,
'DATAPLANE_BRANCH': '',
'GIT_CLONE_OPTS': '-l',
} if ('dataplane-operator' in operators_build_output)
else {}
)
}}
Expand Down
2 changes: 1 addition & 1 deletion roles/validations/tasks/edpm/hotfix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This job tests the functionality of the dataplane-operator to take an arbitrary hotfixed
# This job tests the functionality of the openstack-operator to take an arbitrary hotfixed
# image as input, then role out the hotfix to the deployed nodes.
#
# This job was created to satisfy:
Expand Down
2 changes: 1 addition & 1 deletion roles/validations/tasks/edpm/hugepages_and_reboot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This job tests the functionality of the dataplane-operator to update values for a given
# This job tests the functionality of the openstack-operator to update values for a given
# openstackdataplanenodeset and have them applied to nodes within the cluster. Specifically,
# we will update the value for hugepages, ensure it is applied to the node, and that the node
# has been rebooted.
Expand Down
2 changes: 1 addition & 1 deletion roles/validations/tasks/edpm/scaledown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This job tests the functionality of the dataplane-operator to remove a
# This job tests the functionality of the openstack-operator to remove a
# compute node.
#
# This job was created to satisfy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ variables:
DATAPLANE_DEFAULT_GW: "192.168.122.1"
DATAPLANE_DEPLOY_STRATEGY_DEPLOY: "false"
DATAPLANE_NETWORK_INTERFACE_NAME: "eth0"
DATAPLANE_NODESET_BAREMETAL_CR: "/home/test-user/out/operator/dataplane-operator/config/samples/dataplane_v1beta1_openstackdataplanenodeset_baremetal_with_ipam.yaml"
DATAPLANE_NODESET_CR: "/home/test-user/out/operator/dataplane-operator/config/samples/dataplane_v1beta1_openstackdataplanenodeset.yaml"
DATAPLANE_NTP_SERVER: "pool.ntp.org"
DATAPLANE_OVN_METADATA_AGENT_BIND_HOST: "127.0.0.1"
DATAPLANE_REGISTRY_URL: "quay.io/podified-antelope-centos9"
Expand Down Expand Up @@ -208,8 +206,6 @@ variables:
OPENSTACK_CR: "/home/test-user/out/operator/openstack-operator/config/samples/core_v1beta1_openstackcontrolplane_galera_network_isolation.yaml"
OPENSTACK_CRDS_DIR: "openstack_crds"
OPENSTACK_CTLPLANE: "config/samples/core_v1beta1_openstackcontrolplane_galera_network_isolation.yaml"
OPENSTACK_DATAPLANENODESET: "config/samples/dataplane_v1beta1_openstackdataplanenodeset.yaml"
OPENSTACK_DATAPLANENODESET_BAREMETAL: "config/samples/dataplane_v1beta1_openstackdataplanenodeset_baremetal_with_ipam.yaml"
OPENSTACK_IMG: "quay.io/openstack-k8s-operators/openstack-operator-index:latest"
OPENSTACK_KUTTL_CONF: "/home/test-user/out/operator/openstack-operator/kuttl-test.yaml"
OPENSTACK_KUTTL_DIR: "/home/test-user/out/operator/openstack-operator/tests/kuttl/tests"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,6 @@ BAREMETAL_BRANCH ?= main
BMH_NAMESPACE ?= ${NAMESPACE}

# Dataplane Operator
OPENSTACK_DATAPLANENODESET ?= config/samples/dataplane_v1beta1_openstackdataplanenodeset.yaml
OPENSTACK_DATAPLANENODESET_BAREMETAL ?= config/samples/dataplane_v1beta1_openstackdataplanenodeset_baremetal_with_ipam.yaml
DATAPLANE_NODESET_CR ?= ${OPERATOR_BASE_DIR}/dataplane-operator/${OPENSTACK_DATAPLANENODESET}
DATAPLANE_NODESET_BAREMETAL_CR ?= ${OPERATOR_BASE_DIR}/dataplane-operator/${OPENSTACK_DATAPLANENODESET_BAREMETAL}
DATAPLANE_ANSIBLE_SECRET ?=dataplane-ansible-ssh-private-key-secret
DATAPLANE_ANSIBLE_USER ?=
DATAPLANE_COMPUTE_IP ?=192.168.122.100
Expand Down
3 changes: 0 additions & 3 deletions zuul.d/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
- openstack-k8s-operators/barbican-operator
- openstack-k8s-operators/ci-framework
- openstack-k8s-operators/cinder-operator
- openstack-k8s-operators/dataplane-operator
- openstack-k8s-operators/designate-operator
- openstack-k8s-operators/glance-operator
- openstack-k8s-operators/heat-operator
Expand Down Expand Up @@ -130,7 +129,6 @@
irrelevant-files: *ir_files
required-projects: &multinode_edpm_rp
- openstack-k8s-operators/ci-framework
- openstack-k8s-operators/dataplane-operator
- openstack-k8s-operators/install_yamls
- openstack-k8s-operators/infra-operator
- openstack-k8s-operators/openstack-baremetal-operator
Expand Down Expand Up @@ -271,7 +269,6 @@
irrelevant-files: *ir_files
required-projects:
- openstack-k8s-operators/ci-framework
- openstack-k8s-operators/dataplane-operator
- openstack-k8s-operators/install_yamls
- openstack-k8s-operators/infra-operator
- openstack-k8s-operators/openstack-baremetal-operator
Expand Down
1 change: 0 additions & 1 deletion zuul.d/tempest_multinode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
required-projects:
- github.com/openstack-k8s-operators/install_yamls
- openstack-k8s-operators/ci-framework
- openstack-k8s-operators/dataplane-operator
- openstack-k8s-operators/infra-operator
- openstack-k8s-operators/openstack-baremetal-operator
- openstack-k8s-operators/openstack-operator
Expand Down

0 comments on commit 08313f1

Please sign in to comment.