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

[sft] Add srv-announcer role to the SFT deployment automation #341

Merged
merged 1 commit into from
Sep 25, 2020

Conversation

lucendio
Copy link
Contributor

Update variables in the inventory template to match the latest version of
the role and pin to the corresponding commit.
Moved from 'roles' directive in the playbook to 'import_role' in order to
import roles instead of including them.

Comment on lines 10 to 14
roles:
- role: sft-server
tasks:
- import_role:
name: 'sft-server'
- import_role:
name: 'srv-announcer'
Copy link
Member

Choose a reason for hiding this comment

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

Is there a difference between listing roles and importing them?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Technically speaking, no - I remembered it differently. I thought, roles: would load them dynamically, but I was wrong. It's loading them statically. Writing it this way, it makes it more obvious, though. Anyway, I'll change it back.

@lucendio lucendio force-pushed the add-srv-announcer-role branch 3 times, most recently from 88a34b8 to 1b2f1ac Compare September 24, 2020 16:34
Copy link
Member

@akshaymankar akshaymankar left a comment

Choose a reason for hiding this comment

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

Please only merge after changing the version in requirements.yml

version: "20d4f19685777ed3f4d11fa100bdbdd4a7e2ce1f" # master (2020-09-16)
version: "49474b01e7e5dba3eb7e67376f8598190fd4c6cb" # move-deps-list (2020-09-24)
Copy link
Member

Choose a reason for hiding this comment

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

This needs to be updated to point to latest master.

Update variables in the inventory template to match the latest version of
the role and pin to the corresponding commit.
@lucendio lucendio changed the title [sft] Add srv-announcer role to the SFT deployment aoutomation [sft] Add srv-announcer role to the SFT deployment automation Sep 25, 2020
@lucendio lucendio merged commit 199a90b into develop Sep 25, 2020
@lucendio lucendio deleted the add-srv-announcer-role branch September 25, 2020 14:15
@akshaymankar akshaymankar mentioned this pull request Sep 28, 2020
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