mayadata-io / mayadata-io/oep-e2e
Create and connect a cluster to director on prem
Open
@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
- 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.