Skip to content

Commit

Permalink
RHINENG-14556 remove old code to keep the new service independent
Browse files Browse the repository at this point in the history
  • Loading branch information
r14chandra committed Nov 28, 2024
1 parent fc6d635 commit 3e2fca6
Show file tree
Hide file tree
Showing 37 changed files with 972 additions and 7,268 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ ENV VIRTUAL_ENV=/app_root/src \
PATH="/app_root/src/bin:$POETRY_HOME/bin:$PATH"

WORKDIR /app_root/src
COPY pyproject.toml poetry.lock manage.py seed.py gunicorn.conf.py ./
COPY pyproject.toml poetry.lock gunicorn.conf.py ./
COPY ros ros
COPY migrations migrations
COPY seed.d seed.d

RUN python -m venv $VIRTUAL_ENV && \
$VIRTUAL_ENV/bin/pip install --upgrade pip==$PYTHON_PIP_VERSION setuptools wheel && \
Expand Down
3 changes: 0 additions & 3 deletions ansible-playbooks/README.md

This file was deleted.

49 changes: 0 additions & 49 deletions ansible-playbooks/ros_disable.yml

This file was deleted.

94 changes: 0 additions & 94 deletions ansible-playbooks/ros_install_and_set_up.yml

This file was deleted.

Loading

0 comments on commit 3e2fca6

Please sign in to comment.