Skip to content
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

Rename host_setup vars for debian #66

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Conversation

LukeRepko
Copy link
Contributor

While trying to deploy genestack on Debian 12, an error stated no files were located during the Gather variables for each operating system task. The task explicity looks for the first_found file as expanded by the jinja with a .yml extension.

Renaming this allowed me to run host_setup without fail against an inventory of Debian 12 systems.

While trying to deploy genestack on Debian 12, an error stated no files
were located during the Gather variables for each operating system task.
The task explicity looks for the first_found file as expanded by the
jinja with a `.yml` extension.

Renaming this allowed me to run host_setup without fail against an
inventory of Debian 12 systems.
Copy link
Contributor

@awfabian-rs awfabian-rs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. .yml naming convention seems to predominate:

 find . | grep vars | grep -v subm
./ansible/roles/host_setup/vars
./ansible/roles/host_setup/vars/debian.yaml
./ansible/roles/host_setup/vars/ubuntu.yml
./ansible/inventory/openstack-flex/group_vars
./ansible/inventory/openstack-flex/group_vars/all
./ansible/inventory/openstack-flex/group_vars/all/environment.yml
./ansible/inventory/openstack-flex/group_vars/all/containerd.yml
./ansible/inventory/openstack-flex/group_vars/all/all.yml
./ansible/inventory/openstack-flex/group_vars/all/offline.yml
./ansible/inventory/openstack-flex/group_vars/all/docker.yml
./ansible/inventory/openstack-flex/group_vars/all/etcd.yml
./ansible/inventory/openstack-flex/group_vars/etcd.yml
./ansible/inventory/openstack-flex/group_vars/k8s_cluster
./ansible/inventory/openstack-flex/group_vars/k8s_cluster/k8s-net-kube-ovn.yml
./ansible/inventory/openstack-flex/group_vars/k8s_cluster/addons.yml
./ansible/inventory/openstack-flex/group_vars/k8s_cluster/k8s-cluster.yml
./ansible/inventory/openstack-enterprise/group_vars
./ansible/inventory/openstack-enterprise/group_vars/all
./ansible/inventory/openstack-enterprise/group_vars/all/environment.yml
./ansible/inventory/openstack-enterprise/group_vars/all/containerd.yml
./ansible/inventory/openstack-enterprise/group_vars/all/all.yml
./ansible/inventory/openstack-enterprise/group_vars/all/openstack.yml
./ansible/inventory/openstack-enterprise/group_vars/all/etcd.yml
./ansible/inventory/openstack-enterprise/group_vars/etcd.yml
./ansible/inventory/openstack-enterprise/group_vars/k8s_cluster
./ansible/inventory/openstack-enterprise/group_vars/k8s_cluster/k8s-net-calico.yml
./ansible/inventory/openstack-enterprise/group_vars/k8s_cluster/addons.yml
./ansible/inventory/openstack-enterprise/group_vars/k8s_cluster/k8s-cluster.yml

@awfabian-rs awfabian-rs merged commit bdf243e into rackerlabs:main Feb 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants