Skip to content

scaleup: new namespace for machinesets #11154

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

Merged
merged 1 commit into from
Feb 12, 2019
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
4 changes: 2 additions & 2 deletions test/aws/create_machineset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
- name: import machinespec
oc_obj:
state: present
namespace: "openshift-cluster-api"
namespace: "openshift-machine-api"
kind: machineset
name: "{{ machineset_name.result }}-centos"
kubeconfig: "{{ kubeconfig_path }}"
Expand All @@ -44,7 +44,7 @@
oc_obj:
state: list
kind: machines.machine.openshift.io
namespace: openshift-cluster-api
namespace: openshift-machine-api
selector: "sigs.k8s.io/cluster-api-machineset={{ machineset_name.result }}-centos"
kubeconfig: "{{ kubeconfig_path }}"
register: new_machine
Expand Down
2 changes: 1 addition & 1 deletion test/aws/get_machinesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
oc_obj:
state: list
kind: machinesets.machine.openshift.io
namespace: openshift-cluster-api
namespace: openshift-machine-api
selector: ""
kubeconfig: "{{ kubeconfig_path }}"
register: machineset
Expand Down
2 changes: 1 addition & 1 deletion test/aws/scaleup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
oc_obj:
state: absent
kind: machinesets.machine.openshift.io
namespace: openshift-cluster-api
namespace: openshift-machine-api
name: "{{ item }}"
kubeconfig: "{{ kubeconfig_path }}"
with_items: "{{ pre_scaleup_machineset_names }}"
Expand Down