Skip to content
Closed
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
1 change: 0 additions & 1 deletion roles/edpm_deploy/molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- name: Converge
hosts: all
vars:
ansible_user_dir: "{{ lookup('env', 'HOME') }}"
cifmw_edpm_deploy_dryrun: true
roles:
- role: "edpm_deploy"
1 change: 0 additions & 1 deletion roles/edpm_deploy/molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- name: Prepare
hosts: all
vars:
ansible_user_dir: "{{ lookup('env', 'HOME') }}"
cifmw_install_yamls_tasks_out: "{{ ansible_user_dir }}/zuul-jobs/roles/install_yamls_makes/tasks"
cifmw_install_yamls_defaults:
NAMESPACE: openstack
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_deploy_baremetal/molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- name: Prepare
hosts: all
vars:
ansible_user_dir: "{{ lookup('env', 'HOME') }}"
cifmw_basedir: "{{ ansible_user_dir }}/ci-framework-data"
cifmw_install_yamls_tasks_out: "{{ ansible_user_dir }}/zuul-jobs/roles/install_yamls_makes/tasks"
roles:
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_prepare/molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- name: Prepare
hosts: all
vars:
ansible_user_dir: "{{ lookup('env', 'HOME') }}"
cifmw_basedir: "{{ ansible_user_dir }}/ci-framework-data"
cifmw_install_yamls_tasks_out: "{{ ansible_user_dir }}/zuul-jobs/roles/install_yamls_makes/tasks"
cifmw_install_yamls_defaults:
Expand Down
2 changes: 0 additions & 2 deletions roles/install_ca/molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

- name: Converge
hosts: all
vars:
ansible_user_dir: "{{ lookup('env', 'HOME') }}"
tasks:
- name: Run role without any CA
ansible.builtin.include_role:
Expand Down
1 change: 0 additions & 1 deletion roles/install_ca/molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- name: Prepare
hosts: all
vars:
ansible_user_dir: "{{ lookup('env', 'HOME') }}"
cifmw_install_yamls_defaults:
NAMESPACE: openstack
roles:
Expand Down
2 changes: 0 additions & 2 deletions scenarios/centos-9/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
ansible_user_dir: "{{ lookup('env', 'HOME') }}"

cifmw_openshift_user: "kubeadmin"
cifmw_openshift_password: "123456789"
cifmw_openshift_kubeconfig: "{{ ansible_user_dir }}/.crc/machines/crc/kubeconfig"
Expand Down
1 change: 0 additions & 1 deletion scenarios/centos-9/content_provider.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
ansible_user_dir: "{{ lookup('env', 'HOME') }}"
cifmw_operator_build_push_registry: "{{ cifmw_rp_registry_ip | default('localhost') }}:5001"
cifmw_operator_build_push_org: "openstack-k8s-operators"
cifmw_operator_build_org: "openstack-k8s-operators"
Expand Down
1 change: 0 additions & 1 deletion scenarios/centos-9/edpm_baremetal_deployment_ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
ansible_user_dir: "{{ lookup('env', 'HOME') }}"
cifmw_install_yamls_vars:
DEPLOY_DIR: "{{ cifmw_basedir }}/artifacts/edpm_compute" # used during Baremetal deployment
BMAAS_INSTANCE_MEMORY: 8192
Expand Down
1 change: 0 additions & 1 deletion scenarios/centos-9/edpm_build_images_content_provider.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---
ansible_user_dir: "{{ lookup('env', 'HOME') }}"
cifmw_edmp_build_images_push_registry: "{{ cifmw_rp_registry_ip | default('localhost') }}:5001"
1 change: 0 additions & 1 deletion scenarios/centos-9/edpm_ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
ansible_user_dir: "{{ lookup('env', 'HOME') }}"
cifmw_install_yamls_vars:
BMO_SETUP: false
INSTALL_CERT_MANAGER: false
Expand Down
2 changes: 0 additions & 2 deletions scenarios/centos-9/meta_content_provider.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
ansible_user_dir: "{{ lookup('env', 'HOME') }}"

# build_operators vars
cifmw_operator_build_push_registry: "{{ cifmw_rp_registry_ip }}:{{ cifmw_rp_registry_port }}"
cifmw_operator_build_push_org: "openstack-k8s-operators"
Expand Down
2 changes: 0 additions & 2 deletions scenarios/centos-9/podified_common.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
# It is the common scenario file for EDPM multinode podified deployment

ansible_user_dir: "{{ lookup('env', 'HOME') }}"

cifmw_openshift_user: "kubeadmin"
cifmw_openshift_password: "123456789"
cifmw_openshift_kubeconfig: "{{ ansible_user_dir }}/.crc/machines/crc/kubeconfig"
Expand Down
1 change: 0 additions & 1 deletion scenarios/centos-9/tcib.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
ansible_user_dir: "{{ lookup('env', 'HOME') }}"
cifmw_build_containers_tcib_src: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/tcib"
cifmw_repo_setup_src: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/repo-setup"
cifmw_build_containers_repo_dir: "{{ cifmw_basedir }}/artifacts/repositories"
Expand Down
Loading