Skip to content
Snippets Groups Projects
Commit b12c8e22 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Remove the block for testing quick CRI changes.

parent 21e96aad
No related branches found
No related tags found
No related merge requests found
......@@ -136,22 +136,6 @@ resource "null_resource" "ohpc_ops" {
}
############# Included next two blocks to make testing easy. Will be removed. #################
provisioner "remote-exec" {
inline = [
"sudo mkdir -p /CRI_XCBC2 && sudo chown centos: /CRI_XCBC2",
]
}
# moves CRI_XCBC file into directory made above
provisioner "file" {
source = "CRI_XCBC/"
destination = "/CRI_XCBC2/"
}
################################# End of the testing blocks ###################################
# ohpc-ops compute node
provisioner "remote-exec" {
inline = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment