Skip to content

Commit

Permalink
OCTOPUS-558: refactor the openshift_api_url usage and the duplicate i…
Browse files Browse the repository at this point in the history
…gnition download

Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Dec 14, 2023
1 parent f83346a commit 2d6b6ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
50 changes: 0 additions & 50 deletions ansible/support/tasks/main.yml

This file was deleted.

8 changes: 0 additions & 8 deletions modules/4_pvs_support/pvs_support.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ resource "null_resource" "setup" {
destination = "ocp4-upi-compute-powervs-ibmcloud/intel/support/inventory"
}

provisioner "file" {
content = templatefile("${path.module}/templates/vars.yaml.tpl", local.helpernode_vars)
destination = "ocp4-upi-compute-powervs-ibmcloud/intel/support/vars/vars.yaml"
}

# Copies the custom route for env3
provisioner "file" {
content = templatefile("${path.module}/templates/route-env.sh.tpl", local.cidrs_dyna_iface)
Expand All @@ -70,9 +65,6 @@ resource "null_resource" "setup" {
inline = [<<EOF
cd ocp4-upi-compute-powervs-ibmcloud/intel/support
bash route-env.sh
echo 'Running ocp4-upi-compute-powervs-ibmcloud/intel/ playbook...'
ANSIBLE_LOG_PATH=/root/.openshift/ocp4-upi-compute-powervs-ibmcloud-support-main.log ansible-playbook -e @vars/vars.yaml tasks/main.yml --become
EOF
]
}
Expand Down
2 changes: 0 additions & 2 deletions modules/4_pvs_support/templates/vars.yaml.tpl

This file was deleted.

0 comments on commit 2d6b6ee

Please sign in to comment.