-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Vagrant development environment
This removes all traces (I hope) of the Vagrant development environment, as discussed in #5565 (comment) . I preserved the VS Code docs in a very half-assed way as it seemed nicer than just deleting them, but I hope somebody who actually uses VS Code can test it out and improve those. Signed-off-by: Adam Williamson <[email protected]>
- Loading branch information
1 parent
d222bf4
commit ca9e27a
Showing
33 changed files
with
144 additions
and
1,298 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
devel/ansible-podman/roles/podman/files/greenwave-settings.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
HOST = '0.0.0.0' | ||
PORT = 6545 | ||
DEBUG = False | ||
POLICIES_DIR = '/etc/greenwave/policies/' | ||
DIST_GIT_BASE_URL = 'https://src.fedoraproject.org' | ||
DIST_GIT_URL_TEMPLATE = '{DIST_GIT_BASE_URL}/{pkg_namespace}/{pkg_name}/raw/{rev}/f/gating.yaml' | ||
KOJI_BASE_URL = 'https://koji.fedoraproject.org/kojihub' | ||
|
||
SECRET_KEY = 'this-is-only-for-development' | ||
WAIVERDB_API_URL = 'http://bodhi-dev-waiverdb:6544/api/v1.0' | ||
RESULTSDB_API_URL = 'https://resultsdb.fedoraproject.org/api/v2.0' | ||
CORS_URL = '*' | ||
CACHE = { | ||
"backend": "dogpile.cache.memory_pickle", | ||
} |
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
devel/ansible-podman/roles/podman/files/waiverdb-settings.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
DATABASE_URI = 'postgresql+psycopg2://waiverdb@bodhi-dev-database:5432/waiverdb' | ||
RESULTSDB_API_URL = 'https://resultsdb.fedoraproject.org/api/v2.0' | ||
SECRET_KEY = 'this-is-only-for-development' | ||
CORS_URL = '*' | ||
|
||
# MESSAGE_BUS_PUBLISH = True | ||
MESSAGE_BUS_PUBLISH = False | ||
|
||
AUTH_METHOD = 'dummy' | ||
SUPERUSERS = ['bodhi_user'] | ||
PORT = 6544 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.