diff --git a/.gitignore b/.gitignore index fd38148..eea678d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ volume temp-prometheus.yaml .susql-deploy-info.txt .susql-deploy-info-last.txt +c3-susql-config.yaml diff --git a/bundle/manifests/susql-operator.clusterserviceversion.yaml b/bundle/manifests/susql-operator.clusterserviceversion.yaml index 9a65c77..0bba6d3 100644 --- a/bundle/manifests/susql-operator.clusterserviceversion.yaml +++ b/bundle/manifests/susql-operator.clusterserviceversion.yaml @@ -28,9 +28,16 @@ metadata: capabilities: Basic Install categories: Monitoring containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.32 - createdAt: "2024-09-29T09:27:06Z" + createdAt: "2024-09-30T02:37:03Z" description: 'Aggregates energy and CO2 emission data for pods tagged with SusQL labels ' + features.operators.openshift.io/disconnected: "false" + features.operators.openshift.io/fips-compliant: "false" + features.operators.openshift.io/proxy-aware: "false" + features.operators.openshift.io/tls-profiles: "false" + features.operators.openshift.io/token-auth-aws: "false" + features.operators.openshift.io/token-auth-azure: "false" + features.operators.openshift.io/token-auth-gcp: "false" operators.operatorframework.io/builder: operator-sdk-v1.36.1 operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 repository: https://github.com/sustainable-computing-io/susql-operator diff --git a/config/manifests/bases/susql-operator.clusterserviceversion.yaml b/config/manifests/bases/susql-operator.clusterserviceversion.yaml index 91ad44d..2796234 100644 --- a/config/manifests/bases/susql-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/susql-operator.clusterserviceversion.yaml @@ -8,6 +8,13 @@ metadata: containerImage: description: 'Aggregates energy and CO2 emission data for pods tagged with SusQL labels ' + features.operators.openshift.io/disconnected: "false" + features.operators.openshift.io/fips-compliant: "false" + features.operators.openshift.io/proxy-aware: "false" + features.operators.openshift.io/tls-profiles: "false" + features.operators.openshift.io/token-auth-aws: "false" + features.operators.openshift.io/token-auth-azure: "false" + features.operators.openshift.io/token-auth-gcp: "false" repository: https://github.com/sustainable-computing-io/susql-operator support: https://github.com/sustainable-computing-io/susql-operator/issues name: susql-operator.v0.0.0 diff --git a/doc/c3-susql-config.yaml b/doc/c3-susql-config.yaml deleted file mode 100644 index 3383f9b..0000000 --- a/doc/c3-susql-config.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: susql-config -data: - KEPLER-PROMETHEUS-URL: "https://thanos-querier.openshift-monitoring.svc.cluster.local:9091" - KEPLER-METRIC-NAME: "kepler_container_joules_total" - SUSQL-PROMETHEUS-DATABASE-URL: "https://thanos-querier.openshift-monitoring.svc.cluster.local:9091" - SUSQL-PROMETHEUS-METRICS-URL: "http://0.0.0.0:8082" - SAMPLING-RATE: "2" - LEADER-ELECT: "false" - HEALTH-PROBE-BIND-ADDRESS: ":8081" - SUSQL-LOG-LEVEL: "-5" - CARBON-METHOD: "casdk" - CARBON-INTENSITY: "0.0001158333333333" - CARBON-INTENSITY-URL: "https://api.electricitymap.org/v3/carbon-intensity/latest?zone=%s" - CARBON-INTENSITY-URL: "http://webapi-green-software-foundation.apps.multi-nic-v2.llmdev.res.ibm.com/emissions/bylocation?location=%s" - CARBON-LOCATION: "japanwestERROR" - CARBON-QUERY-RATE: "7200" - CARBON-QUERY-FILTER: "rating" - CARBON-QUERY-CONV-2J: "0.0000002777777778"