-
Notifications
You must be signed in to change notification settings - Fork 9
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
Made changes for PNP with Sanity and unit test #8
Conversation
plugins/modules/pnp_intent.py
Outdated
return self | ||
|
||
pnp_spec = { | ||
'template_name': {'required': True, 'type': 'str'}, |
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.
'template_name': {'type': 'str', 'required': True},
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 is done
plugins/modules/pnp_intent.py
Outdated
def get_want(self, config): | ||
"""Get all the image, site and pnp related information from playbook that is needed to be created in DNAC""" | ||
|
||
want = { |
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.
Can we write self.want = { }
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 is done as well
Merge pull request #112 from rukapse/dev
No description provided.