-
Notifications
You must be signed in to change notification settings - Fork 53
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
Task/calm 19390 task library support #101
Merged
abhijeetkaurav1st
merged 24 commits into
master
from
task/CALM-19390-task-library-support
Nov 4, 2020
Merged
Task/calm 19390 task library support #101
abhijeetkaurav1st
merged 24 commits into
master
from
task/CALM-19390-task-library-support
Nov 4, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abhijeetkaurav1st
requested changes
Aug 10, 2020
…reating library items.
abhijeetkaurav1st
approved these changes
Nov 4, 2020
abhijeetkaurav1st
pushed a commit
that referenced
this pull request
Mar 4, 2022
abhijeetkaurav1st
added a commit
that referenced
this pull request
Mar 9, 2022
* Added correct info library task cli help command (#101) * Set description in spec for library task (#102) * Task/m fix calm 28448 runbook 332 changes (#107) (#108) * Add logic to use version based rubook runner api * Formating * Squashed commit of the following: commit 351b5c0 Author: abhijeetkaurav1st <abhijeet.kaurav@nutanix.com> Date: Thu Dec 16 14:14:30 2021 +0530 Minor fixes for undefined attributes at profile model for version setup < 3.3.0. commit 7ea5982 Author: Abhijeet Singh Kaurav <abhijeet.kaurav@nutanix.com> Date: Wed Dec 15 19:03:06 2021 +0530 Added support for get_runbook_action and macro in ahv-disk-images (#206) * Allow macro in image names * Adding example that shows macor usage in vm-disk-image and vm-nic * Adding helper get_runbook_action for getting action out of imported runbook * Adding exsiting machine example and minor improvements * minor fixes in models * Fixing runbook examples commit bc9dc6a Author: Abhijeet Singh Kaurav <abhijeet.kaurav@nutanix.com> Date: Mon Dec 13 20:25:01 2021 +0530 Use ASCENDING order for list_all query (#205) fixes #200 * Fix acps commands with projects filter incase of IAMv2 setup (#129) * Add implementation to use projects_internal api for getting acp info instead of acp list api * Add logic for limit and offset in get_acps_from_project method * Add Minor comments and changes * Remove not required imports * formatting (cherry picked from commit 07b89d1baca31339560569b37cf5ead0db198ce1) * Add 3.3.2 version for calmversion Co-authored-by: Nirbhay Bagmar <nirbhay.bagmar@nutanix.com> Co-authored-by: Pradeepsingh Bhati <88029526+bhati-pradeep@users.noreply.github.com> Co-authored-by: Pradeepsingh Bhati <pradeep.bhati@nutanix.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Calm DSL support for seeding task-library items.
Sample commands:
calm get library tasks
calm create library task -f SampleTask.py
calm import library task -f ~/Calm/blueprints/library/task-library/Kubernetes/Etcd_Install_and_Configure.sh
calm describe library task Etcd_Install_and_Configure
calm delete library task Etcd_Install_and_Configure