Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalBackend
Commits
cc8b155b
Commit
cc8b155b
authored
Apr 06, 2020
by
lukas.burgey
Browse files
Remove configuration of RabbitMQ singleton from setup.sh
parent
7a1e1769
Pipeline
#81043
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
puppet/setup.sh
View file @
cc8b155b
...
...
@@ -7,7 +7,6 @@ python3 ./manage.py migrate --no-input
# create a superuser
cat
<<
EOF
| ./manage.py shell
from feudal.backend.models.users import User;
from feudal.backend.models.brokers import RabbitMQInstance;
username = '
${
1
}
'
password = '
${
2
}
'
...
...
@@ -22,8 +21,4 @@ else:
admin.user_type = 'admin'
admin.save()
rs = RabbitMQInstance.objects.filter()
if not rs.exists():
RabbitMQInstance.objects.create()
EOF
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment