Skip to content

Commit

Permalink
Merge pull request #136 from nebius/release/soperator
Browse files Browse the repository at this point in the history
Release soperator 1.16.1-3
  • Loading branch information
asteny authored Dec 27, 2024
2 parents d785437 + d656a82 commit 439e6dd
Show file tree
Hide file tree
Showing 10 changed files with 16,964 additions and 16,990 deletions.
2 changes: 1 addition & 1 deletion soperator/SUBVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
3
24 changes: 5 additions & 19 deletions soperator/installations/example/.envrc
Original file line number Diff line number Diff line change
Expand Up @@ -128,25 +128,11 @@ AWS_ACCESS_KEY_ID=$(nebius iam access-key get-by-id \
--format json | jq -r '.status.aws_access_key_id')
export AWS_ACCESS_KEY_ID

if [ "$(tr -d '[:space:]' < .aws_secret_access_key | wc -c)" -gt 0 ]; then
echo "Using existing AWS_SECRET_ACCESS_KEY from .aws_secret_access_key"
AWS_SECRET_ACCESS_KEY="$(cat '.aws_secret_access_key')"
else
echo "Generating new AWS_SECRET_ACCESS_KEY"
AWS_SECRET_ACCESS_KEY="$(nebius iam access-key get-secret-once \
--id "${NEBIUS_SA_ACCESS_KEY_ID}" \
--format json \
| jq -r '.secret')"
echo "${AWS_SECRET_ACCESS_KEY}" > .aws_secret_access_key
fi

if [ -z "${AWS_SECRET_ACCESS_KEY}" ]; then
echo "!!! ERROR: AWS_SECRET_ACCESS_KEY is empty !!!"
echo " To generate a new key, first delete the existing key:"
echo " nebius iam access-key delete --id-id "${NEBIUS_SA_ACCESS_KEY_ID}""
echo " Then rerun 'source .envrc' again."
fi

echo "Generating new AWS_SECRET_ACCESS_KEY"
AWS_SECRET_ACCESS_KEY="$(nebius iam access-key get-secret-once \
--id "${NEBIUS_SA_ACCESS_KEY_ID}" \
--format json \
| jq -r '.secret')"
export AWS_SECRET_ACCESS_KEY

# endregion AWS access key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resources:
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 9,
"id": 2,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -1871,8 +1871,7 @@ resources:
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1945,8 +1944,7 @@ resources:
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2046,8 +2044,7 @@ resources:
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2123,8 +2120,7 @@ resources:
"mode": "absolute",
"steps": [
{
"color": "#299c46",
"value": null
"color": "#299c46"
},
{
"color": "rgba(237, 129, 40, 0.89)",
Expand Down Expand Up @@ -2228,8 +2224,7 @@ resources:
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2358,8 +2353,7 @@ resources:
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2437,8 +2431,7 @@ resources:
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2529,9 +2522,7 @@ resources:
},
{
"current": {
"selected": false,
"text": "computeinstance-e00bgs8hr09kcxsbhn",
"value": "computeinstance-e00bgs8hr09kcxsbhn"
"selected": false
},
"datasource": {
"type": "prometheus",
Expand Down Expand Up @@ -2560,9 +2551,7 @@ resources:
},
{
"current": {
"selected": false,
"text": "192.168.0.53:9100",
"value": "192.168.0.53:9100"
"selected": false
},
"datasource": {
"type": "prometheus",
Expand Down Expand Up @@ -2622,6 +2611,6 @@ resources:
"timezone": "browser",
"title": "GPU Metrics",
"uid": "syl6zhqkz",
"version": 46,
"version": 1,
"weekStart": ""
}
Loading

0 comments on commit 439e6dd

Please sign in to comment.