UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

BB-694 Test and Script Abstraction

Merged evan.rush requested to merge bb-694-test into master
2 unresolved threads

Moved "Deploy-BB" and "Tests-BB" to bash scripts for local dev testing.

Merge request reports

Merge request pipeline #91434 passed

Merge request pipeline passed for a988f1a5

Merged by runyontrrunyontr 4 years ago (Dec 2, 2020 1:23am UTC)

Loading

Pipeline #91467 passed

Pipeline passed for 2cbe477d on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
45 45 kiali:
46 46 dashboard:
47 47 auth:
48 strategy: "anonymous" # Turn off authentication for kiali dashboard
48 strategy: "anonymous"
49 ingressGateway:
  • These look environment specific. Could we put them into a dedicated aws-rke2.yaml or some indiciation thatthese are unique to a specific environment (and what that environment is)

  • Please register or sign in to reply
  • runyontr
    runyontr @runyontr started a thread on the diff
  • 1 1 #!/bin/bash
    2 2
    3 # exit on error
    3 4 set -e
    4 5
    6 echo "Checking "
    5 7 hosts=`kubectl get vs -A -o jsonpath="{ .items[*].spec.hosts[*] }"`
    6
    7 8 for host in $hosts; do
    8 curl -vI https://$host
    9 curl -vI http://$host
  • runyontr approved this merge request

    approved this merge request

  • merged

  • runyontr mentioned in commit 2cbe477d

    mentioned in commit 2cbe477d

  • Please register or sign in to reply
    Loading