mayadata-io / mayadata-io/oep-e2e

Add self-connet-cluster-check in director-functionality stage

Open
#81 2 comments 0 reactions 1 assignee View on GitHub

@harshita-sharma011 is already working on this.

Since Nov 26, 2019.

Dominant language
Python
Stars
6
Forks
10
PR merge metrics
No merged PRs in 30d

Description

  • Check if maya-system namespace exists
  • Check if all the client-side components of maya-system are present and healthy
  • Check ready status of all client-side components
  • Check Active status of connected cluster (pending)
  • Fetch user organizations credentials
    name: Fetch apikey
    shell: kubectl exec -it mysql-0 -c mysql -- bash -c "mysql <<< 'use maya;select data from
    organization where id=2;'" | grep apiKey
    register: result
  • set_fact:
    apikey: "{{ (result.stdout | from_json).fields.apiKey }}"
  • Fetch metrics from cortex-agent query

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.