Skip to content

Role based users in Projects - #4128

Merged
yadvr merged 39 commits into
apache:masterfrom
shapeblue:proj-roleBased-users
Aug 13, 2020
Merged

Role based users in Projects#4128
yadvr merged 39 commits into
apache:masterfrom
shapeblue:proj-roleBased-users

Conversation

@Pearl1594

@Pearl1594Pearl1594 commented Jun 4, 2020

Copy link
Copy Markdown
Contributor

Description

Enabling Role Based users in projects
Primate PR related to the FR: apache/cloudstack-primate#382

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)

@yadvr

yadvr commented Jun 4, 2020

Copy link
Copy Markdown
Member

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan

Copy link
Copy Markdown

Packaging result: ✔centos7 ✔debian. JID-1291

@yadvryadvr added this to the 4.15.0.0 milestone Jun 8, 2020
@Pearl1594

Copy link
Copy Markdown
ContributorAuthor

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@Pearl1594 a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan

Copy link
Copy Markdown

Packaging result: ✔centos7 ✔debian. JID-1336

@Pearl1594

Copy link
Copy Markdown
ContributorAuthor

@blueorangutan test

@blueorangutan

Copy link
Copy Markdown

@Pearl1594 a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

@yadvr

Copy link
Copy Markdown
Member

@Pearl1594 can you put the related Primate PR link in the PR description?

@Pearl1594

Copy link
Copy Markdown
ContributorAuthor

Primate PR related to the FR: apache/cloudstack-primate#382

@yadvr
yadvr self-requested a review June 12, 2020 04:36
@Pearl1594
Pearl1594force-pushed the proj-roleBased-users branch from a58367d to 7e0a64cCompareJune 12, 2020 10:57
@Pearl1594
Pearl1594force-pushed the proj-roleBased-users branch from f45d7ec to b2730ddCompareJune 18, 2020 08:46
@Pearl1594
Pearl1594force-pushed the proj-roleBased-users branch from ef93f15 to 0fcb210CompareJune 22, 2020 05:18
@Pearl1594

Copy link
Copy Markdown
ContributorAuthor

@rhtyd Could you please review the PR

@blueorangutan

Copy link
Copy Markdown

Packaging result: ✔centos7 ✔debian. JID-1429

@Pearl1594

Copy link
Copy Markdown
ContributorAuthor

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@Pearl1594 a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan

Copy link
Copy Markdown

Packaging result: ✔centos7 ✔debian. JID-1687

@Pearl1594

Copy link
Copy Markdown
ContributorAuthor

@blueorangutan test

1 similar comment
@Pearl1594

Copy link
Copy Markdown
ContributorAuthor

@blueorangutan test

@blueorangutan

Copy link
Copy Markdown

@Pearl1594 a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

@yadvryadvr closed this Aug 10, 2020
@yadvryadvr reopened this Aug 10, 2020
@yadvr

Copy link
Copy Markdown
Member

Rekicked travis

Comment threadresults.xml Outdated
@Pearl1594
Pearl1594force-pushed the proj-roleBased-users branch from 581c3f2 to 970acd0CompareAugust 11, 2020 08:32
@Pearl1594

Copy link
Copy Markdown
ContributorAuthor

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@Pearl1594 a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@DaanHoogland
DaanHoogland marked this pull request as ready for review August 11, 2020 08:45
@blueorangutan

Copy link
Copy Markdown

Packaging result: ✔centos7 ✔debian. JID-1708

@yadvr

Copy link
Copy Markdown
Member

@blueorangutan test

@blueorangutan

Copy link
Copy Markdown

@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

@DaanHoogland

Copy link
Copy Markdown
Contributor

test env failed restarting
@blueorangutan test

@blueorangutan

Copy link
Copy Markdown

@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

@blueorangutan

Copy link
Copy Markdown

Trillian test result (tid-2381)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 58132 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4128-t2381-kvm-centos7.zip
Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
Smoke tests completed. 82 look OK, 2 have error(s)
Only failed tests results shown below:

TestResultTime (s)Test File
test_02_deploy_kubernetes_ha_clusterError3612.32test_kubernetes_clusters.py
test_04_deploy_and_upgrade_kubernetes_clusterError0.03test_kubernetes_clusters.py
test_05_deploy_and_upgrade_kubernetes_ha_clusterError0.03test_kubernetes_clusters.py
test_06_deploy_and_invalid_upgrade_kubernetes_clusterError0.03test_kubernetes_clusters.py
test_07_deploy_and_scale_kubernetes_clusterError0.03test_kubernetes_clusters.py
ContextSuite context=TestKubernetesCluster>:teardownError35.92test_kubernetes_clusters.py
test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACLFailure383.08test_vpc_redundant.py

@yadvr

Copy link
Copy Markdown
Member

Test LGTM, failure in CKS are env related

@yadvr
yadvr merged commit c578004 into apache:masterAug 13, 2020
weizhouapache pushed a commit to apache/cloudstack-primate that referenced this pull request Jan 19, 2021
Enables creating role based users in projects
UI for feature: apache/cloudstack#4128
Also addresses issue: #485
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
yadvr pushed a commit that referenced this pull request Jan 20, 2021
Enables creating role based users in projects
UI for feature: #4128
Also addresses issue: #485
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@Pearl1594@yadvr@blueorangutan@nvazquez@borisstoyanov@DaanHoogland@ACSGitBot@sureshanaparti