Cld2labs/redhat9.6 deployment scripts#73
Cld2labs/redhat9.6 deployment scripts#73HarikaDev296 wants to merge 19 commits intoopea-project:mainfrom
Conversation
f7ee928 to
6f5af9a
Compare
|
Do we need to recreate another copy of the troubleshooting.md, user-guide-apisix.md, and user-guide-genai.md? There's a lot of repeated information compared to the ubuntu22.04 guides. Can we consolidate into one file for each and mention which sections are specific to Ubuntu or Red Hat? |
|
Deployment working with keycloak/APISIX. Still need to test with GenAI Gateway. |
|
@HarikaDev296 why doesn't the implementation include steps to install an ISO with RHEL? Shouldn't this be similar to the ubuntu 22.04 deployment script where it installs an OS? |
Dell wanted seperate documentations for ubuntu22.04 and Redhat, Since Redhat has unique prerequisites keeping them distinct helps maintain consistency and prevents user confusion. |
ISO level implementation is not in the requirements for RedHat. |
psurabh
left a comment
There was a problem hiding this comment.
@HarikaDev296 Please merge these two guides into one. user-guide-apixsix & genai.md.
9c8af04 to
218960a
Compare
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
218960a to
2e256f9
Compare
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
Signed-off-by: Harika <codewith3@gmail.com>
…version to 0.35.0 Signed-off-by: Harika <codewith3@gmail.com>
| --- | ||
|
|
||
| ## 1. Mount RHEL ISO (iDRAC Redfish) | ||
|
|
There was a problem hiding this comment.
Since we're reusing the scripts from the ubuntu folder, let's write a note saying to either 1) run the scripts in the ubuntu folder OR 2) wget all the necessary files from the ubuntu folder.
|
|
||
| ### Mount ISO | ||
| ```bash | ||
| chmod +x ../../ubuntu-22.04/iac/mount-iso.sh |
There was a problem hiding this comment.
If we wget all the scripts into the red hat folder, will need to change from ubuntu-22.04 to redhat9.6
|
|
||
| ### Apply Terraform | ||
| ```bash | ||
| terraform init |
There was a problem hiding this comment.
These terraform commands will only work if we wget all the necessary scripts from the ubuntu folder into this directory. If they are to run these commands in the ubuntu folder, add a step to cd into that directory.
alexsin368
left a comment
There was a problem hiding this comment.
need to specify whether the user should run the scripts from the ubuntu folder or wget them into this redhat folder
Co-authored-by: alexsin368 <109180236+alexsin368@users.noreply.github.com>
Co-authored-by: alexsin368 <109180236+alexsin368@users.noreply.github.com>
Redhat deployment guides