Переглянути джерело

remove any trace of strategy in other playbooks; fix loki stack size

Grega Bremec 7 місяців тому
батько
коміт
944d8d0f68

+ 1 - 1
playbooks/alerts-start.yml

@@ -43,7 +43,7 @@
 
     - name: Fail if the namespace exists
       fail:
-        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run strategy-finish.yml to clean up first and then re-run this playbook."
+        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run the finish playbook and then re-run this one."
       when: ge_exists.resources | length > 0
 
     - name: Ensure there is a namespace for the exercise

+ 1 - 1
playbooks/console-start.yml

@@ -37,7 +37,7 @@
 
     - name: Fail if the namespace exists
       fail:
-        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run strategy-finish.yml to clean up first and then re-run this playbook."
+        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run the finish playbook and then re-run this one."
       when: ge_exists.resources | length > 0
 
     - name: Ensure there is a namespace for the exercise

+ 1 - 1
playbooks/logging-start.yml

@@ -40,7 +40,7 @@
 #
 #    - name: Fail if the namespace exists
 #      fail:
-#        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run strategy-finish.yml to clean up first and then re-run this playbook."
+#        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run the finish playbook and then re-run this one."
 #      when: ge_exists.resources | length > 0
 #
 #    - name: Ensure there is a namespace for the exercise

+ 1 - 1
playbooks/monitoring-start.yml

@@ -42,7 +42,7 @@
 
     - name: Fail if the namespace exists
       fail:
-        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run strategy-finish.yml to clean up first and then re-run this playbook."
+        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run the finish playbook and then re-run this one."
       when: ge_exists.resources | length > 0
 
     - name: Ensure there is a namespace for the exercise

+ 1 - 1
playbooks/navigate-start.yml

@@ -37,7 +37,7 @@
 
     - name: Fail if the namespace exists
       fail:
-        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run strategy-finish.yml to clean up first and then re-run this playbook."
+        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run the finish playbook and then re-run this one."
       when: ge_exists.resources | length > 0
 
     - name: Ensure there is a namespace for the exercise

+ 1 - 1
playbooks/probes-start.yml

@@ -37,7 +37,7 @@
 
     - name: Fail if the namespace exists
       fail:
-        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run strategy-finish.yml to clean up first and then re-run this playbook."
+        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run the finish playbook and then re-run this one."
       when: ge_exists.resources | length > 0
 
     - name: Ensure there is a namespace for the exercise

+ 1 - 1
playbooks/roles/deploy-logging/files/loki-stack.yml

@@ -4,7 +4,7 @@ metadata:
   name: logging-loki 
   namespace: openshift-logging 
 spec:
-  size: 1x.extra-small 
+  size: 1x.demo
   storage:
     schemas:
     - version: v12

+ 1 - 1
playbooks/stateful-start.yml

@@ -37,7 +37,7 @@
 
     - name: Fail if the namespace exists
       fail:
-        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run strategy-finish.yml to clean up first and then re-run this playbook."
+        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run the finish playbook and then re-run this one."
       when: ge_exists.resources | length > 0
 
     - name: Ensure there is a namespace for the exercise

+ 1 - 1
playbooks/strategy-start.yml

@@ -37,7 +37,7 @@
 
     - name: Fail if the namespace exists
       fail:
-        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run strategy-finish.yml to clean up first and then re-run this playbook."
+        msg: "The exercise namespace already exists: {{ ge_nsp }}; please run the finish playbook and then re-run this one."
       when: ge_exists.resources | length > 0
 
     - name: Ensure there is a namespace for the exercise