Skip to content

Commit

Permalink
Merge User Booking API Rev 1 (Try 3)
Browse files Browse the repository at this point in the history
Signed-off-by: Sawyer Bergeron <[email protected]>
Change-Id: Ie1eee0a59929f8da39f16bb6bc17ae3de4f1cba9
Signed-off-by: Sawyer Bergeron <[email protected]>
  • Loading branch information
Sawyer Bergeron committed Oct 15, 2021
1 parent b3ed8eb commit 35b9f39
Show file tree
Hide file tree
Showing 38 changed files with 1,020 additions and 502 deletions.
11 changes: 2 additions & 9 deletions config.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ SECRET_KEY=http://www.miniwebtool.com/django-secret-key-generator/
OAUTH_CONSUMER_KEY=sample_key
OAUTH_CONSUMER_SECRET=sample_secret

# access information for Jira
# In addition to this, the rsa keys from your jira admin
# need to go into src/account
JIRA_URL=sample_url
JIRA_USER_NAME=sample_jira_user
JIRA_USER_PASSWORD=sample_jira_pass

# LFID
OIDC_CLIENT_ID=sample_id
OIDC_CLIENT_SECRET=sample_secret
Expand All @@ -55,8 +48,8 @@ OIDC_RP_SIGN_ALGO=RS256
OIDC_OP_JWKS_ENDPOINT=https://sso.linuxfoundation.org/.well-known/jwks.json

# Rabbitmq
RABBITMQ_DEFAULT_USER=opnfv
RABBITMQ_DEFAULT_PASS=opnfvopnfv
DEFAULT_USER=opnfv
DEFAULT_PASS=opnfvopnfv

# Jenkins Build Server
JENKINS_URL=https://build.opnfv.org/ci
Expand Down
2 changes: 2 additions & 0 deletions config/rabbitmq/rabbitmq.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
default_user=opnfv
default_pass=opnfvopnfv
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ services:
restart: always
image: rabbitmq
container_name: rm01
env_file: config.env
#env_file: config.env
volumes:
- ./config/rabbitmq:/etc/rabbitmq
ports:
- "5672:5672"

Expand Down
Loading

0 comments on commit 35b9f39

Please sign in to comment.