-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
543c640
commit 9d84ca8
Showing
44 changed files
with
1,424 additions
and
353 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: Report an issue/bug | ||
description: Report an issue/bug. | ||
body: | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Description | ||
description: >- | ||
Provide a clear and concise description of what the problem is. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Platform / OS | ||
- type: dropdown | ||
validations: | ||
required: true | ||
attributes: | ||
label: What Platform / OS are you running? | ||
options: | ||
- Linux | ||
- Mac OS | ||
- Windows | ||
- Docker | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Version | ||
- type: input | ||
validations: | ||
required: true | ||
attributes: | ||
label: What version are you running? | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Additional Details | ||
- type: textarea | ||
attributes: | ||
label: Anything in the logs or a references that might be useful? | ||
description: For example, error message, or stack traces. | ||
render: txt | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: > | ||
If you have any additional information for us, use the field below. | ||
Please note, you can attach screenshots or screen recordings here, by | ||
dragging and dropping files in the field below. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: I have an issue with the Nutanix APIs | ||
url: https://support.nutanix.com | ||
about: Please report any Nutanix API issues to Nutanix Support. | ||
- name: I have a question about ZTF | ||
about: Please email solutions-automation@nutanix.com for help or to ask questions regarding ZTF. | ||
- name: I have an issue with the documentation or would like to suggest content to be added | ||
url: https://github.com/nutanixdev/zerotouch-framework/issues | ||
about: Please use create an issue for documentation or website related issues. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Request a new feature | ||
description: Request a new feature or enhancement. | ||
body: | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Description | ||
description: >- | ||
Details of the feature and what should be added. | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: > | ||
If you have any additional information for us, use the field below. | ||
Please note, you can attach screenshots or screen recordings here, by | ||
dragging and dropping files in the field below. |
276 changes: 196 additions & 80 deletions
276
calm-dsl-bps/blueprints/edge_ai/linux/blueprint-lin.py
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
pc_ip: valid-pc-ip | ||
# Specify a user with permission to make API calls. | ||
pc_credential: pc_user # credential reference from "vaults" in global.yml file | ||
|
||
#Create | ||
saml_idp_configs: | ||
- name: IDP1 | ||
username_attr: "username_attribute" #Optional | ||
email_attr: "email_attribute" #Optional | ||
groups_attr: "groups_attribute" #Optional | ||
groups_delim: "groups_delimiter" #Optional | ||
# Either of metadata_url or metadata_path or idp_properties need to be specified | ||
metadata_url: "IdentityProviderURL" | ||
metadata_path: "path_where_idp_metadata_is_stored" # e.g. "config/idp.xml" if it is stored in config directory | ||
idp_properties: | ||
idp_url: "idp_url" # Required | ||
login_url: "login_url" # Required | ||
logout_url: "logout_url" # Required | ||
error_url: "error_url" # Optional | ||
certificate: "certificate" # copy the details here, don't specify the path | ||
- name: IDP2 | ||
username_attr: "username_attribute" #Optional | ||
email_attr: "email_attribute" #Optional | ||
groups_attr: "groups_attribute" #Optional | ||
groups_delim: "groups_delimiter" #Optional | ||
# Either of metadata_url or metadata_path or idp_properties need to be specified | ||
metadata_url: "IdentityProviderURL" | ||
metadata_path: "path_where_idp_metadata_is_stored" # e.g. "config/idp.xml" if it is stored in config directory | ||
idp_properties: | ||
idp_url: "idp_url" # Required | ||
login_url: "login_url" # Required | ||
logout_url: "logout_url" # Required | ||
error_url: "error_url" # Optional | ||
certificate: "certificate" # copy the details here, don't specify the path | ||
|
||
######################################## SCHEMA DOCUMENTATION ######################################## | ||
### ---CREATE SCHEMA --- ### | ||
|
||
# saml_idp_configs: | ||
# type: list | ||
# schema: | ||
# type: dict | ||
# schema: | ||
# name: | ||
# type: string | ||
# required: true | ||
# empty: false | ||
# username_attr: | ||
# type: string | ||
# email_attr: | ||
# type: string | ||
# groups_attr: | ||
# type: string | ||
# groups_delim: | ||
# type: string | ||
# metadata_path: | ||
# type: string | ||
# metadata_url: | ||
# type: string | ||
# idp_properties: | ||
# type: dict | ||
# schema: | ||
# idp_url: | ||
# required: true | ||
# type: string | ||
# login_url: | ||
# required: true | ||
# type: string | ||
# logout_url: | ||
# required: true | ||
# type: string | ||
# error_url: | ||
# type: string | ||
# certificate: | ||
# required: true | ||
# type: string | ||
# | ||
|
||
#################################################################################################### |
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
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
26 changes: 26 additions & 0 deletions
26
config/example-configs/script-configs/update_cvm_foundation.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
cvm_creds: &cvm_creds | ||
# Specify a user with permission to make API calls. | ||
cvm_credential: cvm_credential # credential reference from "vaults" in global.yml file | ||
foundation: &foundation | ||
foundation_build_url: http://url-path-to-foundation-tar/ # url path to download the foundation tar file | ||
foundation_version: "5.x" # Foundation version to be updated to in CVM | ||
nameserver: &nameserver | ||
nameserver: valid-nameserver # Optional. Provide a nameserver, if nameserver needs to be added to /etc/resolv.conf to download the tar file from the webserver | ||
cvm_downgrade: &cvm_downgrade | ||
downgrade: True # Optional, set to downgrade as True when the foundation version needs to be downgraded. | ||
|
||
cvms: | ||
valid-cvm01-ip: | ||
# Use global cvm creds | ||
<<: *cvm_creds | ||
# Use global nameserver | ||
<<: *nameserver | ||
# Use global foundation config | ||
<<: *foundation | ||
valid-cvm02-ip: | ||
cvm_credential: cvm_credential # credential reference from "vaults" in global.yml file | ||
nameserver: valid-nameserver # Optional. Provide a nameserver, if nameserver needs to be added to /etc/resolv.conf to download the tar file from the webserver | ||
# Use global cvm_downgrade. This is optional, set to downgrade as True when the foundation version needs to be downgraded. | ||
<<: *cvm_downgrade | ||
foundation_build_url: http://url-path-to-foundation-tar/ # url path to download the foundation tar file | ||
foundation_version: "5.x" # Foundation version to be updated to in CVM |
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
Oops, something went wrong.