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

feat: add license manager ida to devstack #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mumarkhan999
Copy link
Member

@mumarkhan999 mumarkhan999 force-pushed the umar/add-license-manager-ida branch 8 times, most recently from 51d3e3a to 25d0e57 Compare November 25, 2024 13:36
@mumarkhan999 mumarkhan999 reopened this Nov 25, 2024
@mumarkhan999 mumarkhan999 force-pushed the umar/add-license-manager-ida branch 16 times, most recently from bef5619 to 79cae04 Compare November 29, 2024 09:29
Copy link
Member

@iamsobanjaved iamsobanjaved left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one comment, rest looks good 👍

docker compose exec -T ${name} bash -e -c "echo 'from django.contrib.auth import get_user_model; User = get_user_model(); User.objects.create_superuser(\"edx\", \"[email protected]\", \"edx\") if not User.objects.filter(username=\"edx\").exists() else None' | python /edx/app/license_manager/manage.py shell" -- "$name"

# Provision IDA User in LMS
./provision-ida-user.sh ${name}-backend-service ${name}_worker $port
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you think it should be this, because it is already adding the above-mentioned postfix here

./provision-ida-user.sh ${name} ${name} ${port}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mumarkhan999 mumarkhan999 force-pushed the umar/add-license-manager-ida branch from 79cae04 to 6187980 Compare December 23, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants