Merge "[k8s][fedora atomic] Using node instead of minion"

This commit is contained in:
Zuul 2019-06-11 20:23:48 +00:00 committed by Gerrit Code Review
commit 51512c3a70
2 changed files with 8 additions and 1 deletions

View File

@ -1016,7 +1016,7 @@ resources:
name:
list_join:
- '-'
- [{ get_param: 'OS::stack_name' }, 'minion', '%index%']
- [{ get_param: 'OS::stack_name' }, 'node', '%index%']
prometheus_monitoring: {get_param: prometheus_monitoring}
ssh_key_name: {get_param: ssh_key_name}
server_image: {get_param: minion_image}

View File

@ -0,0 +1,7 @@
---
issues:
- |
Minion is not a good name for k8s worker node anymore, now it has been
replaced in the fedora atomic driver with 'node' to align with the k8s
terminologies. So the server name of a worker will be something like
`k8s-1-lnveovyzpreg-node-0` instead of `k8s-1-lnveovyzpreg-worker-0`.