23 lines
No EOL
1.9 KiB
JSON
23 lines
No EOL
1.9 KiB
JSON
{
|
|
"id": "6224355f-5bd3-4975-abfa-76904ccf5608",
|
|
"name": "component_install_external_nfs",
|
|
"command": "bash",
|
|
"args": [
|
|
"-c",
|
|
"base64 -d < '/tmp/orchestrator_comp_6224355f-5bd3-4975-abfa-76904ccf5608.tar.gz.b64' > /tmp/external_nfs.tar.gz && scp -i '/Users/jesusperezlorenzo/.ssh/htz_ops' /tmp/external_nfs.tar.gz 'root@libre-wuji-cp-0:/tmp/' && ssh -i '/Users/jesusperezlorenzo/.ssh/htz_ops' 'root@libre-wuji-cp-0' 'rm -rf /tmp/external_nfs && mkdir -p /tmp/external_nfs && tar xzf /tmp/external_nfs.tar.gz -C /tmp/external_nfs && cd /tmp/external_nfs && sudo bash install-external_nfs.sh install ; rc=$?; rm -f /tmp/external_nfs.tar.gz && rm -rf /tmp/external_nfs; exit $rc' ; rc=$?; rm -f '/tmp/orchestrator_comp_6224355f-5bd3-4975-abfa-76904ccf5608.tar.gz.b64' /tmp/external_nfs.tar.gz; exit $rc"
|
|
],
|
|
"dependencies": [],
|
|
"status": "Completed",
|
|
"created_at": "2026-04-21T03:12:06.369821Z",
|
|
"started_at": "2026-04-21T03:12:06.700003Z",
|
|
"completed_at": "2026-04-21T03:12:10.904163Z",
|
|
"output": "\n/var/lib/data/shared 10.0.8.0/24(rw,sync,no_subtree_check,no_root_squash)\nnamespace/nfs-provisioner created\nstorageclass.storage.k8s.io/nfs-client created\nserviceaccount/nfs-client-provisioner created\nrole.rbac.authorization.k8s.io/leader-locking-nfs-client-provisioner created\nclusterrole.rbac.authorization.k8s.io/nfs-client-provisioner-runner created\nrolebinding.rbac.authorization.k8s.io/leader-locking-nfs-client-provisioner created\nclusterrolebinding.rbac.authorization.k8s.io/run-nfs-client-provisioner created\nstorageclass.storage.k8s.io/nfs-client unchanged\ndeployment.apps/nfs-client-provisioner created\n=== external-nfs: k8s resources applied ===\n",
|
|
"error": null,
|
|
"tags": {
|
|
"server": "libre-wuji-cp-0",
|
|
"component": "external_nfs",
|
|
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
|
|
"operation": "install",
|
|
"type": "component"
|
|
}
|
|
} |