mayadata-io / mayadata-io/oep-e2e
Add self-connet-cluster-check in director-functionality stage
Open
@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
Activestatus 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.