mayadata-io / mayadata-io/oep-e2e

Create and connect a cluster to director on prem

Open
#131 1 comment 0 reactions 1 assignee View on GitHub

@harshita-sharma011 is already working on this.

Since Jan 3, 2020.

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

Description

Create an account and check basic resources are created or not. (T-001)

API endpoints

1. https://director.mayadata.io/v3/groups
2. https://director.mayadata.io/v3/groups/<GroupId>clusters
3. https://director.mayadata.io/v3/groups/<GroupId>clusters/<ClusterId>

Description

1. Create an account using localauth.
2. You will get AccountId, JWT token and AuthProvider name in response.
3. Use JWT token and AuthProvider name as cookies to make rest of the requests.
4. Make a GET request in https://director.mayadata.io/v3/groups.
5. You will get one group in response name of this group should be ProjectAccount.
6. Create a cluster by making a POST request in https://director.mayadata.io/v3/groups/<GroupId>/clusters endpoint.
7. Check cluster is created or not by making a GET request in https://director.mayadata.io/v3/groups/<GroupId>/clusters/<ClusterId> endpoint.

TO DO

8. Make a GET request in https://director.mayadata.io/v3/groups.
9. You will get two groups in response name of one group should be ProjectAccount and another should be ClusterAccount.

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.