Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNO cluster provision feedback #92

Open
1 of 2 tasks
DanielFroehlich opened this issue Jan 22, 2025 · 1 comment
Open
1 of 2 tasks

SNO cluster provision feedback #92

DanielFroehlich opened this issue Jan 22, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@DanielFroehlich
Copy link
Collaborator

DanielFroehlich commented Jan 22, 2025

Feedback from @maxisses deployment testing:

  • google authenticated users dont have access to the templates in AAP to deploy
  • SNO 14 default is 16 cores, not the documented 8
@DanielFroehlich DanielFroehlich added the bug Something isn't working label Jan 22, 2025
@DanielFroehlich DanielFroehlich self-assigned this Jan 22, 2025
DanielFroehlich added a commit to DanielFroehlich/stormshift-automation that referenced this issue Jan 22, 2025
@DanielFroehlich
Copy link
Collaborator Author

To fix the auth problem (make templates visible to all auth users), we need a team mapping in the AAP google oauth provider. It maps all users with a redhat.com email to the stormshift-users team and organisation. Need to do this manually in the AAP console as admin user:

{
    "stormshift-users": {
        "organization": "stormshift",
        "users": "/^[^@].*?@redhat\\.com$/i",
        "remove": true
    },
    "stormshift-admins": {
        "organization": "stormshift",
        "users": ["[email protected]", "[email protected]"],
        "remove": true
    }    
}

And while we are at it, we also use a Org Mapping:

{
    "Default": {
        "users": "/^[^@].*?@redhat\\.com$/i",
        "remove_users": true,
        "admins": ["[email protected]", "[email protected]"],
        "remove_admins": true 
    },
    "stormshift": {
        "users": "/^[^@].*?@redhat\\.com$/i",
        "remove_users": true,
        "admins": ["[email protected]", "[email protected]"],
        "remove_admins": true 
    }  
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant