From 640ff61422bc0ee3966941b93d9889ddbbd38d77 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Thu, 30 Jul 2026 18:17:14 -0600 Subject: more files --- src/orchestration/tests/cluster_status.json | 15 +++++++++++++++ src/orchestration/tests/image_status.json | 22 ++++++++++++++++++++++ src/orchestration/tests/kubeconfig.yaml | 17 +++++++++++++++++ src/orchestration/tests/namespace.json | 12 ++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 src/orchestration/tests/cluster_status.json create mode 100644 src/orchestration/tests/image_status.json create mode 100644 src/orchestration/tests/kubeconfig.yaml create mode 100644 src/orchestration/tests/namespace.json (limited to 'src/orchestration/tests') diff --git a/src/orchestration/tests/cluster_status.json b/src/orchestration/tests/cluster_status.json new file mode 100644 index 0000000..db2821f --- /dev/null +++ b/src/orchestration/tests/cluster_status.json @@ -0,0 +1,15 @@ +{ + "reportName": "vcp_fe_cluster_status", + "reportDescription": "caas deployment status", + "reportGeneratedOn": "2020-06-28T09:06:32.1962088-04:00", + "reportDataRows": [{ + "name": "waeomagj-d654321-001", + "description": "NE CONCORD 8_NH", + "location": "654322", + "software_version": "19.12", + "availability": "online", + "deploy_status": "complete", + "created_at": "2020-06-17 04:16:15.743617", + "updated_at": "2020-06-17 06:03:10.854598" + }] +} \ No newline at end of file diff --git a/src/orchestration/tests/image_status.json b/src/orchestration/tests/image_status.json new file mode 100644 index 0000000..adc1714 --- /dev/null +++ b/src/orchestration/tests/image_status.json @@ -0,0 +1,22 @@ +{ + "reportName": "vcp_fe_imagestatus", + "reportDescription": null, + "reportGeneratedOn": "2020-04-28T09:06:32.1962088-04:00", + "rowCount": 2, + "reportDataRows": [{ + "cluster": "wsbomagj-d654321-001", + "image": "i1", + "action": "UPLOAD", + "status": "SUCCESS", + "message":"Image Successfully Deleted", + "created_at": "2020-01-07 04:16:15.743617" + }, + { + "cluster": "wsbomagj-d654321-001", + "image": "i2", + "action": "UPLOAD", + "status": "FAILED", + "message":"Image Not Present in Artifactory", + "created_at": "2020-01-07 04:16:15.743617" + }] +} \ No newline at end of file diff --git a/src/orchestration/tests/kubeconfig.yaml b/src/orchestration/tests/kubeconfig.yaml new file mode 100644 index 0000000..eba9a96 --- /dev/null +++ b/src/orchestration/tests/kubeconfig.yaml @@ -0,0 +1,17 @@ +apiVersion: v1 +kind: Config +users: +- name: ldap-user + user: + token: eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9.eyJpc3MiOiJrdWJlcm5ldGVzL3NlcnZpY2VhY2NvdW50Iiwia3ViZXJuZXRlcy5pby9zZXJ2aWNlYWNjb3VudC9uYW1lc3BhY2UiOiJub2tpYSIsImt1YmVybmV0ZXMuaW8vc2VydmljZWFjY291bnQvc2VjcmV0Lm5hbWUiOiJzYTEtdG9rZW4tbW5mMmoiLCJrdWJlcm5ldGVzLmlvL3NlcnZpY2VhY2NvdW50L3NlcnZpY2UtYWNjb3VudC5uYW1lIjoic2ExIiwia3ViZXJuZXRlcy5pby9zZXJ2aWNlYWNjb3VudC9zZXJ2aWNlLWFjY291bnQudWlkIjoiZTA5YTkwMDItMTg0Zi0xMWVhLWE5NzYtMDgwMDI3YTFjODc3Iiwic3ViIjoic3lzdGVtOnNlcnZpY2VhY2NvdW50Om5va2lhOnNhMSJ9.e9uD5kMmAT0HRboSTAbH5xlkETkltLclVQ2GedvoeUmH76WB6G5kGWQrhJjkjpMtPDKxWp6wTzZdEXXwGYGdB6aXbaxcAmau1qid5NGz725BtaoRbSVS2Uk6XrOSNfycFzqc8Z7GTX81VtKKSPYnjeMo47W6FqHw6qk0NEpLLxbpGfJHz8w2KZQiuvI-JRQXtA3PHW3tEaWq3ME3XnYgHNSRJmoiKA99bWjN-HKoOsBDMjhX7kw_VtycRYJ1gbqXmVsSl7BuAQjoplnLN_stRt7ZgpsV4aqmZueqJqHaglB91XOeqe_JcD5unLMb3B5VXpEXPp3V6tjLIyVD8F8XbA +clusters: +- cluster: + server: https://[fd00:4888:2000:120e::290]:8443 + name: wsbomagj-d654321-001 +contexts: +- context: + cluster: wsbomagj-d654321-001 + user: ldap-user + namespace: WSBOMAGJ-441352VZWcVDU-Y-SM-x-001 + name: ldap-user +current-context: ldab-user diff --git a/src/orchestration/tests/namespace.json b/src/orchestration/tests/namespace.json new file mode 100644 index 0000000..be11eb6 --- /dev/null +++ b/src/orchestration/tests/namespace.json @@ -0,0 +1,12 @@ +{ + "reportName": "vcp_fe_namespace", + "reportDescription": null, + "reportGeneratedOn": "2020-04-28T09:06:32.1962088-04:00", + "rowCount": 1, + "reportDataRows": [{ + "cluster": "wsbomagj-d654321-001", + "namespace": "WSBOMAGJ-441352VZWcVDU-Y-SM-x-001", + "location": "654321", + "created_at": "2020-01-07 04:16:15.743617" + }] +} \ No newline at end of file -- cgit v1.3