Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

feat: introduce ansible-free docker image for edx-notes-api #1053

Merged
merged 7 commits into from
May 10, 2023

Conversation

iamsobanjaved
Copy link
Contributor

@iamsobanjaved iamsobanjaved commented Apr 17, 2023

Details in issue: openedx/edx-notes-api#303

  • Made a plan to communicate any major developer interface changes (or N/A)

@iamsobanjaved iamsobanjaved changed the title feat: introduce annsible-free docker image for edx-notes-apo feat: introduce annsible-free docker image for edx-notes-api Apr 27, 2023
@iamsobanjaved iamsobanjaved marked this pull request as ready for review April 27, 2023 20:58
@@ -33,7 +33,7 @@ services:
- ${DEVSTACK_WORKSPACE}/src:/edx/src
edx_notes_api:
volumes:
- ${DEVSTACK_WORKSPACE}/edx-notes-api:/edx/app/edx_notes_api/edx_notes_api
- ${DEVSTACK_WORKSPACE}/edx-notes-api:/edx/app/notes/
Copy link
Contributor Author

Choose a reason for hiding this comment

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

[Note for reviewer] I have changed paths here because notes was already deployed on prod with the native Dockerfile, so instead of adjusting paths for prod as per devstack, I have adjusted paths for devstack as of production.

@@ -5,9 +5,28 @@ set -eu -o pipefail
. scripts/colors.sh
set -x

# Common provisioning tasks for IDAs, including requirements, migrations, oauth client creation, etc.
./provision-ida.sh edx_notes_api edx-notes 18120 edx_notes_api
Copy link
Contributor Author

Choose a reason for hiding this comment

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

[Note for reviewer] Copied the content of the common provisioning script and adjusted paths.

@iamsobanjaved iamsobanjaved changed the title feat: introduce annsible-free docker image for edx-notes-api feat: introduce ansible-free docker image for edx-notes-api Apr 27, 2023
@leangseu-edx leangseu-edx self-requested a review April 28, 2023 15:55
@iamsobanjaved iamsobanjaved merged commit 8e7eb59 into master May 10, 2023
@iamsobanjaved iamsobanjaved deleted the iamsobanjaved/notes-ansible-free branch May 10, 2023 05:04
iamsobanjaved added a commit that referenced this pull request May 10, 2023
* feat: introduce annsible-free docker image for edx-notes-apo

* fix: update image name as per the pushing script

* fix: remove extra commented lines

* fix: remove env activation command
XLAR-8 pushed a commit to XLAR-8/devstack that referenced this pull request Jul 26, 2023
…unsupported#1053)

* feat: introduce annsible-free docker image for edx-notes-apo

* fix: update image name as per the pushing script

* fix: remove extra commented lines

* fix: remove env activation command
nsprenkle pushed a commit that referenced this pull request Nov 21, 2023
* feat: introduce annsible-free docker image for edx-notes-apo

* fix: update image name as per the pushing script

* fix: remove extra commented lines

* fix: remove env activation command
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants