-
Notifications
You must be signed in to change notification settings - Fork 7
feat: PUC-905: moving generic pieces of Nautobot ansible to understack #907
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
Conversation
0483e7d
to
3fd9d54
Compare
8cebe6f
to
f8cd760
Compare
{%- set manufacturer = obj.device_type.manufacturer.name | lower -%} | ||
{%- set serial = obj.serial | lower -%} | ||
{%- set partition = "UC_PARTITION" | settings_or_config -%} | ||
urn:rax:undercloud:{{ partition }}:nautobot:{{ role }}:{{ loc }}:{{ manufacturer }}-{{ serial }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file doesn't belong here. This is deployment specific.
abf1dbb
to
c92b8af
Compare
d571782
to
eb55d70
Compare
221ebb1
to
ee56cba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question and then one nit and I think we can land this.
ee56cba
to
8942758
Compare
8942758
to
d52d5e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So I think you need to remove that vars directory and use a defaults directory. But otherwise this is good.
copied generic ansible roles of undercloud-rackspace repo.
This ansible playbook
nautobot-initial-setup.yaml
is configured as nautobot helm post-upgrade hook job