-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible namespace support flow #539
Merged
justinorringer
merged 4 commits into
RedHatInsights:main
from
Hyperkid123:ansible-namespace-support-flow
Sep 23, 2024
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
0f7b24e
Add some information about running the VA on apple silicin.
Hyperkid123 cc23ceb
Use quay images for postgres insetad of docker
Hyperkid123 8f53a71
Add flow for ansible namespace issues.
Hyperkid123 feef479
Merge branch 'main' into ansible-namespace-support-flow
Hyperkid123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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,14 @@ | ||
version: "3.1" | ||
|
||
intents: | ||
- intent_ansible_namespaces_access_issues | ||
|
||
entities: [] | ||
|
||
actions: [] | ||
|
||
slots: {} | ||
|
||
responses: | ||
utter_ansible_inform_reach_out_to_support: | ||
- text: "I'm sorry you are having trouble accessing a namespace. Please reach out to [[email protected]](mailto:[email protected]) for any questions about the namespace access." |
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,16 @@ | ||
version: "3.1" | ||
|
||
nlu: | ||
- intent: intent_ansible_namespaces_access_issues | ||
examples: | | ||
- unable to access my ansible namespace | ||
- unable to get to my ansible namespace | ||
- i used to be able to access my ansible namespace but i can't anymore | ||
- are you able to get me access to a ansible namespace | ||
- it says i don't have access to my ansible namespace | ||
- ansible namespace access | ||
- ansible namespace issues | ||
- ansible namespace problems | ||
- ansible namespace doesn't work | ||
- how do I get access to an ansible namespace | ||
- fix ansible namespace |
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,9 @@ | ||
version: "3.1" | ||
|
||
rules: | ||
- rule: Reach out to support | ||
steps: | ||
- intent: intent_ansible_namespaces_access_issues | ||
- action: utter_ansible_inform_reach_out_to_support | ||
- action: form_closing | ||
- active_loop: form_closing |
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
version: '3.1' | ||
services: | ||
postgres: | ||
image: postgres:latest | ||
image: quay.io/sclorg/postgresql-15-c9s:latest | ||
restart: always | ||
environment: | ||
POSTGRES_PASSWORD: ${DB_PASSWORD} | ||
POSTGRES_USER: ${DB_USERNAME} | ||
POSTGRES_DB: ${DB_NAME} | ||
POSTGRESQL_PASSWORD: ${DB_PASSWORD} | ||
POSTGRESQL_USER: ${DB_USERNAME} | ||
POSTGRESQL_DATABASE: ${DB_NAME} | ||
ports: | ||
- "5432:${DB_PORT}" |
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our bot is dumb, some more examples