You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Problem Description
The playbooks/provisioning/openstack/README.md file defines a variable openstack_ssh_key as a Nova keypair. Currently there is no variable named "openstack_ssh_key" in the entire project! (I am sure there was a variable with this name at some point.)
The provisioning/openstack/sample-inventory/group_vars/all.yml file does contain a key named "openstack_ssh_public_key" and the playbooks/provisioning/openstack/README.md file should be updated with the correct variable name.
However, this is very confusing because "openstack_ssh_public_key" should be the Nova keypair name (not a path to an actual public key), and a different variable "openstack_private_ssh_key" is a path to a private key.
Proposed Change
Change the name of this variable to reflect more accurately what the variable should be set to, such as "openstack_keypair_name" or "openstack_keypair".
Overview
Alternatives
If making this change is too dangerous or risky we should comment the variable in all.yml and update the README.md file to reflect the correct variable name.
Documentation Impact
Update playbooks/provisioning/openstack/README.md
Acceptance criteria
The playbooks/provisioning/openstack/README.md file should describes each OpenStack variable in all.yml so new developers can correctly run the OpenStack provisioning step.
The text was updated successfully, but these errors were encountered:
Interesting! I'd suggest something like openstack_ssh_public_key_name, as this value eventually gets used as the value for a Heat template parameter named key_name. I don't know if this will be the highest immediate priority, though.
Good catch! As it happens, I've just created a pull request that updates the readme and fixes this issue: #799
I'd like to spend some time cleaning up the variables and the sample inventories and this is a good suggestion. I'll try to make this happen before we do the first release.
Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
/lifecycle stale
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.osp
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Problem Description
The playbooks/provisioning/openstack/README.md file defines a variable
openstack_ssh_key
as a Nova keypair. Currently there is no variable named "openstack_ssh_key" in the entire project! (I am sure there was a variable with this name at some point.)The provisioning/openstack/sample-inventory/group_vars/all.yml file does contain a key named "openstack_ssh_public_key" and the playbooks/provisioning/openstack/README.md file should be updated with the correct variable name.
However, this is very confusing because "openstack_ssh_public_key" should be the Nova keypair name (not a path to an actual public key), and a different variable "openstack_private_ssh_key" is a path to a private key.
Proposed Change
Change the name of this variable to reflect more accurately what the variable should be set to, such as "openstack_keypair_name" or "openstack_keypair".
Overview
Alternatives
If making this change is too dangerous or risky we should comment the variable in all.yml and update the README.md file to reflect the correct variable name.
Documentation Impact
Update playbooks/provisioning/openstack/README.md
Acceptance criteria
The playbooks/provisioning/openstack/README.md file should describes each OpenStack variable in all.yml so new developers can correctly run the OpenStack provisioning step.
The text was updated successfully, but these errors were encountered: