-
Couldn't load subscription status.
- Fork 28
Extensible tagging for Cloudera Experiences #48
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
9333864 to
df59a73
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.
Added Functionality for running explicit tagging for ML, DL, DW and OPDB now. e.g "-t ml" or "-t opdb" , etc.
32ae041 to
452da65
Compare
|
Needs a rebase onto the latest |
ca610a4 to
bf8cfc8
Compare
|
Awaiting a full rebase to review the commits |
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.
Need to check the commits and the merge that is in the most recent log
b101f16 to
8275cd3
Compare
Signed-off-by: Raddish18 <[email protected]>
db58bfc to
4cfaa67
Compare
roles/runtime/tasks/setup_base.yml
Outdated
| cloudera.cloud.df_service: | ||
| env_crn: "{{ run__cdp_env_crn }}" | ||
| tags: df | ||
| cloudera.cloud.df: |
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.
revert to df_service
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.
setup_base.yml fixed now
1226136 to
492e375
Compare
Signed-off-by: Raddish18 <[email protected]>
3314d5a to
622899e
Compare
Signed-off-by: Raddish18 <[email protected]>
f18512e to
2252921
Compare
Enabling extensible execution of the Cloudera Experiences by use of tags.
Each experience has their own tag: ml, opdb, dh and df.
You can exclude experiences by use of "--skip-tags". For exapmle
ansible-playbook main.yml -e @examples/sandbox/config.yml -t run --skip-tags ml, opdb, dh. This will skip the creation of ML, OpDB and the DH.