diff --git a/docs/REQUIREMENTS.md b/docs/REQUIREMENTS.md index 5ed36a6..38b6426 100644 --- a/docs/REQUIREMENTS.md +++ b/docs/REQUIREMENTS.md @@ -171,7 +171,7 @@ This section provides an example configuration based on the physical-machine and ### vCenter/vSphere Sample tfvars File -If you are creating virtual machines with vCenter or vSphere, the terraform .tfvars file that you create will generate the required inventory and ansible-vars.yaml files for a SAS Viya platform deployment using the tools in the [viya4-deployment](https://github.com/sassoftware/viya4-deployment) repository. +If you are creating virtual machines with vCenter or vSphere, based on the values from the `terraform.tfvars` file that you create and the resulting infrastructure, this project will generate the required `inventory` and `ansible-vars.yaml` files for use with the `setup` and `install` actions executed by the `oss-k8s.sh` script For this example, the network setup is as follows: @@ -489,7 +489,7 @@ ansible_user : "" ansible_password : "" # VM items -vm_os : "ubuntu" # Choices : [ubuntu|rhel] - Ubuntu 22.04 LTS / Red Hat Enterprise Linux ??? +vm_os : "ubuntu" # Choices : [ubuntu] - Ubuntu 22.04 LTS vm_arch : "amd64" # Choices : [amd64] - 64-bit OS / ??? # System items diff --git a/examples/bare-metal/sample-ansible-vars.yaml b/examples/bare-metal/sample-ansible-vars.yaml index 565b9dd..f8f611f 100644 --- a/examples/bare-metal/sample-ansible-vars.yaml +++ b/examples/bare-metal/sample-ansible-vars.yaml @@ -3,7 +3,7 @@ ansible_user : "" ansible_password : "" # VM items -vm_os : "ubuntu" # Choices : [ubuntu|rhel] - Ubuntu 22.04 LTS / RHEL ??? +vm_os : "ubuntu" # Choices : [ubuntu] - Ubuntu 22.04 LTS vm_arch : "amd64" # Choices : [amd64] - 64-bit OS / ??? # System items diff --git a/templates/ansible/ansible-vars.yaml.tmpl b/templates/ansible/ansible-vars.yaml.tmpl index 990eed9..1dae88b 100644 --- a/templates/ansible/ansible-vars.yaml.tmpl +++ b/templates/ansible/ansible-vars.yaml.tmpl @@ -3,7 +3,7 @@ ansible_user : "${ ansible_user }" ansible_password : "${ ansible_password }" # VM items -vm_os : "ubuntu" # Choices : [ubuntu|rhel] - Ubuntu 22.04 LTS / RHEL ??? +vm_os : "ubuntu" # Choices : [ubuntu] - Ubuntu 22.04 LTS vm_arch : "amd64" # Choices : [amd64] - 64-bit OS / ??? # System items